endpoint-adjacent static paths
List the nearby routes, handlers, callers, contracts, and source paths. Separate direct evidence from structural evidence and syntax-only evidence.
Endpoint review playbook
This engineer-facing playbook helps a reviewer decide whether an endpoint review candidate deserves review because a static packet shows coupling, dependency surfaces, analysis gaps, or repeated review friction.
Public claim level: concept. No public conclusion without evidence. Endpoint review starts with static evidence, not certainty.
Review question
Evidence packet
List the nearby routes, handlers, callers, contracts, and source paths. Separate direct evidence from structural evidence and syntax-only evidence.
Inspect package and framework surfaces as static dependency cues. Do not turn package references into deployed-usage or runtime-behavior claims.
Record public-safe config surface names and gaps without publishing configuration details or environment-specific material.
Note database-facing code areas or adapters only as review cues. Do not publish database query text or connection material.
Keep complete, partial, reduced, unavailable, and gap-labeled coverage visible so uncertainty does not become a stronger conclusion.
Carry documented limitations beside each review cue, especially when semantic analysis, language coverage, or public-safe summary detail is missing.
Verification
rule IDsVerify the rule ID before repeating any conclusion. If the rule is only a placeholder, keep the wording as authored concept copy.evidence tiersCheck whether the row is Tier1Semantic, Tier2Structural, Tier3SyntaxOrTextual, or Tier4Unknown.source contextVerify file paths, line spans, commit/source context, extractor versions, coverage labels, and limitations when those fields exist in the public-safe packet.gap labelsKeep partial or unknown coverage visible instead of rewriting it as complete evidence.source excerptsAvoid source snippets by default. Use public-safe path and line-span descriptions or snippet hashes when source context is needed.Workflow
Ask whether the endpoint deserves review because the packet shows coupling, dependency surfaces, gaps, or repeated review friction.
List endpoint-adjacent static paths and mark each as direct, structural, syntax-only, or gap-labeled evidence.
Review package and framework surfaces as repository evidence without implying runtime behavior, endpoint performance, or deployed usage.
Use names and safe summaries only. Redact detailed values and environment-specific details before public discussion.
Keep database-facing clues at the surface level. Query details and connection material stay outside public copy.
Decide whether the packet supports a bounded conclusion, a gap, or a follow-up question before writing any public-safe summary.
Decision outputs
Review packet for Endpoint A: static evidence suggests a review candidate. A safe note might say, "rule ID <rule-id>, Tier2Structural, partial coverage," or "gap-labeled packet: review question remains open." The example is authored concept copy; it is not a real endpoint finding and does not make an impact conclusion.
Artifact boundary
Claim-safe language
safe wordingUse phrases such as static evidence suggests a review candidate, rule ID <rule-id>, Tier2Structural, partial coverage, and gap-labeled packet: review question remains open.red flagsAvoid runtime behavior, production traffic, endpoint performance, outage cause, release safety, operational safety, AI impact analysis, LLM analysis, complete product coverage, team blame, vendor blame, consultant blame, and scare framing.static limitsStatic evidence can route inspection, but cannot approve a release, diagnose an outage, prove endpoint performance, prove production usage, assign fault, or certify operational safety.escalation ruleWhen a claim requires runtime telemetry, customer traffic, production deployment facts, incident context, ownership authority, or release policy, route to limitations or the appropriate human review process.Related routes