{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-1f66ad88286ca30a", "name": "Dockerfile runs as root: backend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: backend/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-714c31ca9f474ae6", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-60427b03771411b6", "name": "Dockerfile runs as root: frontend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: frontend/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6f6b2022eed0806a", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2bf1617c92588368", "name": "Possible secret in backend/bank/management/commands/seed_questions.py", "shortDescription": {"text": "Possible secret in backend/bank/management/commands/seed_questions.py"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7801bb33335e3ff6", "name": "Very large file: frontend/src/mocks/paper-document-v1.mock.ts (1802 lines)", "shortDescription": {"text": "Very large file: frontend/src/mocks/paper-document-v1.mock.ts (1802 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 39 placeholder/mock markers across 17 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cc55229a7a3c078d", "name": "Agent authority lacks a verifier contract: .mcp.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b0688d23ce64f9ba", "name": "Agent authority lacks a verifier contract: .claude/skills/triage/AGENT-BRIEF.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/triage/AGENT-BRIEF.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1ed7fa59bc17b2c6", "name": "Agent authority lacks a verifier contract: .claude/skills/triage/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/triage/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-edaaa4747ca28a1c", "name": "Agent authority lacks a verifier contract: .claude/skills/diagnose/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/diagnose/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-006e6a5f4cfe8137", "name": "Agent authority lacks a verifier contract: .claude/skills/grill-with-docs/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/grill-with-docs/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fb254a729cf55dcd", "name": "Agent authority lacks a verifier contract: .claude/skills/prototype/UI.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/prototype/UI.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e08735350ce915a6", "name": "Agent authority lacks a verifier contract: .claude/skills/prototype/LOGIC.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/prototype/LOGIC.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bdcc394853493bd6", "name": "Agent authority lacks a verifier contract: .claude/skills/prototype/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/prototype/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-870923acf8128cad", "name": "Agent authority lacks a verifier contract: .claude/skills/code-review/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/code-review/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0308991e4b01775e", "name": "Agent authority lacks a verifier contract: .claude/skills/tdd/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/tdd/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e0e828d6cd792abd", "name": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-github.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-github.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cc7137e3db69c677", "name": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-local.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-local.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a2abbfeb0e51388d", "name": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-acece6f0b17061e9", "name": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-33e6915b056bc0f7", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/document.py:121", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/document.py:121"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c2d6b8cb7aa9ceb6", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/tests/test_builder.py:395", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/tests/test_builder.py:395"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-10718c88fa0eeaf3", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/migrations/0008_seed_paperformat.py:", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/migrations/0008_seed_paperformat.py:7"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0bd46ad7841ecc15", "name": "Commented-code block (5 lines) in backend/bank/models.py:280", "shortDescription": {"text": "Commented-code block (5 lines) in backend/bank/models.py:280"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4d33c058a7e97aa4", "name": "Commented-code block (5 lines) in backend/bank/guardrails.py:145", "shortDescription": {"text": "Commented-code block (5 lines) in backend/bank/guardrails.py:145"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-385021601645b81f", "name": "Commented-code block (5 lines) in backend/bank/ingestor.py:57", "shortDescription": {"text": "Commented-code block (5 lines) in backend/bank/ingestor.py:57"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b7fcf2a47e2a43ce", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/hooks/useCoverageForm.hook.test.ts:13", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/hooks/useCoverageForm.hook.test.ts:13"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4b6041bec3b15223", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/types/paper-document.schema.test.ts:11", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/types/paper-document.schema.test.ts:11"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6e863ac762d4ecbc", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/mocks/paper-document-v1.mock.ts:12", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/mocks/paper-document-v1.mock.ts:12"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dfb986765045c5fb", "name": "Legacy-named symbol `qpg_mock_print_document_v1` in frontend/src/lib/mock-paper-document-storage.ts:20", "shortDescription": {"text": "Legacy-named symbol `qpg_mock_print_document_v1` in frontend/src/lib/mock-paper-document-storage.ts:20"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b5446fd959d40b2c", "name": "Legacy-named symbol `unknown_format_v1` in frontend/src/lib/paper-format-renderers.test.ts:35", "shortDescription": {"text": "Legacy-named symbol `unknown_format_v1` in frontend/src/lib/paper-format-renderers.test.ts:35"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e24df4d2240847b8", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/lib/api.test.ts:39", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/lib/api.test.ts:39"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1d8983e0dd707e06", "name": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/lib/paper-format-renderers/cbse-compac", "shortDescription": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/lib/paper-format-renderers/cbse-compact-renderer.ts:5"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b334d875f2339fa1", "name": "5 env vars used in code but missing from .env.example", "shortDescription": {"text": "5 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DEV`, `GEMINI_THINKING_BUDGET`, `LLM_MAX_RETRIES`, `LLM_PROVIDER`, `VITE_API_PROXY`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/corpus/retrieval.py:retrieve, backend/corpus/retrieval.py:retrieve, backend/corpus/retrieval.py:retrieve\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/papers/views.py:get, backend/papers/views.py:get, backend/papers/views.py:get, backend/papers/views.py:get\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/papers/views.py:post, backend/papers/views.py:post\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4e2bc12af55865d5", "name": "Frontend route `/editor` has no Link/navigate to it \u2014 frontend/src/App.tsx", "shortDescription": {"text": "Frontend route `/editor` has no Link/navigate to it \u2014 frontend/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fe2ab1df98994e90", "name": "Frontend route `/editor/:paperId` has no Link/navigate to it \u2014 frontend/src/App.tsx", "shortDescription": {"text": "Frontend route `/editor/:paperId` has no Link/navigate to it \u2014 frontend/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-878d0ed4447aac8d", "name": "Frontend route `/editor/:paperId/print` has no Link/navigate to it \u2014 frontend/src/App.tsx", "shortDescription": {"text": "Frontend route `/editor/:paperId/print` has no Link/navigate to it \u2014 frontend/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f421de17dba2d87f", "name": "Django view `chapter_map` may be unauthenticated \u2014 backend/corpus/views.py:21", "shortDescription": {"text": "Django view `chapter_map` may be unauthenticated \u2014 backend/corpus/views.py:21"}, "fullDescription": {"text": "Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive \u2014 dismiss with reason `by_design`."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a676e2490c38ff20", "name": "Django view `chapter_map_node_details` may be unauthenticated \u2014 backend/corpus/views.py:39", "shortDescription": {"text": "Django view `chapter_map_node_details` may be unauthenticated \u2014 backend/corpus/views.py:39"}, "fullDescription": {"text": "Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive \u2014 dismiss with reason `by_design`."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-34cb83b0a40e6d97", "name": "Django view `metadata` may be unauthenticated \u2014 backend/bank/views.py:32", "shortDescription": {"text": "Django view `metadata` may be unauthenticated \u2014 backend/bank/views.py:32"}, "fullDescription": {"text": "Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive \u2014 dismiss with reason `by_design`."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1872bf59d9ee8961", "name": "Django view `chapters` may be unauthenticated \u2014 backend/bank/views.py:48", "shortDescription": {"text": "Django view `chapters` may be unauthenticated \u2014 backend/bank/views.py:48"}, "fullDescription": {"text": "Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive \u2014 dismiss with reason `by_design`."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7e22afcb19a61341", "name": "Django view `ingest` may be unauthenticated \u2014 backend/bank/views.py:55", "shortDescription": {"text": "Django view `ingest` may be unauthenticated \u2014 backend/bank/views.py:55"}, "fullDescription": {"text": "Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive \u2014 dismiss with reason `by_design`."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c1ec778f4dd9fd5e", "name": "Django view `ingest_status` may be unauthenticated \u2014 backend/bank/views.py:81", "shortDescription": {"text": "Django view `ingest_status` may be unauthenticated \u2014 backend/bank/views.py:81"}, "fullDescription": {"text": "Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive \u2014 dismiss with reason `by_design`."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fa3b490c58985ed7", "name": "Dangling fetch: GET /api${path} (frontend/src/lib/api.ts:48)", "shortDescription": {"text": "Dangling fetch: GET /api${path} (frontend/src/lib/api.ts:48)"}, "fullDescription": {"text": "`frontend/src/lib/api.ts:48` calls `GET /api${path}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/api/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-330971df2111195a", "name": "Dangling fetch: GET /papers/${id}/ (frontend/src/lib/api.ts:100)", "shortDescription": {"text": "Dangling fetch: GET /papers/${id}/ (frontend/src/lib/api.ts:100)"}, "fullDescription": {"text": "`frontend/src/lib/api.ts:100` calls `GET /papers/${id}/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/papers/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0913b5b7a740c813", "name": "Dangling fetch: POST /papers/${id}/approve/ (frontend/src/lib/api.ts:121)", "shortDescription": {"text": "Dangling fetch: POST /papers/${id}/approve/ (frontend/src/lib/api.ts:121)"}, "fullDescription": {"text": "`frontend/src/lib/api.ts:121` calls `POST /papers/${id}/approve/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/papers/<p>/approve`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6b5be2317f1906e1", "name": "Dangling fetch: GET /papers/${id}/pdf/ (frontend/src/lib/api.ts:148)", "shortDescription": {"text": "Dangling fetch: GET /papers/${id}/pdf/ (frontend/src/lib/api.ts:148)"}, "fullDescription": {"text": "`frontend/src/lib/api.ts:148` calls `GET /papers/${id}/pdf/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/papers/<p>/pdf`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-147e8ebb85da42e1", "name": "Unused endpoint: ANY /api/corpus/documents/<int:document_id>/chapter-map/", "shortDescription": {"text": "Unused endpoint: ANY /api/corpus/documents/<int:document_id>/chapter-map/"}, "fullDescription": {"text": "`backend/corpus/urls.py` declares `ANY /api/corpus/documents/<int:document_id>/chapter-map/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6b48240586cbe964", "name": "Unused endpoint: ANY /api/corpus/documents/<int:document_id>/chapter-map/nodes/<str:stable_node_id>/", "shortDescription": {"text": "Unused endpoint: ANY /api/corpus/documents/<int:document_id>/chapter-map/nodes/<str:stable_node_id>/"}, "fullDescription": {"text": "`backend/corpus/urls.py` declares `ANY /api/corpus/documents/<int:document_id>/chapter-map/nodes/<str:stable_node_id>/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4e7a1deca57310be", "name": "Unused endpoint: ANY /api/papers/<int:pk>/", "shortDescription": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/"}, "fullDescription": {"text": "`backend/papers/urls.py` declares `ANY /api/papers/<int:pk>/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a6aae74078062e6d", "name": "Unused endpoint: ANY /api/papers/<int:pk>/approve/", "shortDescription": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/approve/"}, "fullDescription": {"text": "`backend/papers/urls.py` declares `ANY /api/papers/<int:pk>/approve/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3d88df2f5dad2d3f", "name": "Unused endpoint: ANY /api/papers/<int:pk>/pdf/", "shortDescription": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/pdf/"}, "fullDescription": {"text": "`backend/papers/urls.py` declares `ANY /api/papers/<int:pk>/pdf/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-722f06910a4f55c7", "name": "Unused endpoint: ANY /api/papers/<int:pk>/answer-key/pdf/", "shortDescription": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/answer-key/pdf/"}, "fullDescription": {"text": "`backend/papers/urls.py` declares `ANY /api/papers/<int:pk>/answer-key/pdf/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-25fbc90a78822fe1", "name": "Unused endpoint: ANY /api/auth/register", "shortDescription": {"text": "Unused endpoint: ANY /api/auth/register"}, "fullDescription": {"text": "`backend/accounts/urls.py` declares `ANY /api/auth/register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0bac2999f80dd4ee", "name": "Unused endpoint: ANY /api/auth/login", "shortDescription": {"text": "Unused endpoint: ANY /api/auth/login"}, "fullDescription": {"text": "`backend/accounts/urls.py` declares `ANY /api/auth/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fcaedbb556396417", "name": "Unused endpoint: ANY /api/auth/me", "shortDescription": {"text": "Unused endpoint: ANY /api/auth/me"}, "fullDescription": {"text": "`backend/accounts/urls.py` declares `ANY /api/auth/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7309bf2446873ccc", "name": "Unused endpoint: ANY /admin/", "shortDescription": {"text": "Unused endpoint: ANY /admin/"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /admin/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b861eb8177416b36", "name": "Unused endpoint: ANY /api/auth/", "shortDescription": {"text": "Unused endpoint: ANY /api/auth/"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /api/auth/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1e76c84634455924", "name": "Unused endpoint: ANY /api/bank/", "shortDescription": {"text": "Unused endpoint: ANY /api/bank/"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /api/bank/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a0bf3c7b9683fc5d", "name": "Unused endpoint: ANY /api/corpus/", "shortDescription": {"text": "Unused endpoint: ANY /api/corpus/"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /api/corpus/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9f156c048b42f501", "name": "Unused endpoint: ANY /api/papers/", "shortDescription": {"text": "Unused endpoint: ANY /api/papers/"}, "fullDescription": {"text": "`backend/config/urls.py` declares `ANY /api/papers/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-30d0021a68d98207", "name": "Unused endpoint: ANY /api/bank/ingest/", "shortDescription": {"text": "Unused endpoint: ANY /api/bank/ingest/"}, "fullDescription": {"text": "`backend/bank/urls.py` declares `ANY /api/bank/ingest/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aae268fad36722b4", "name": "Unused endpoint: ANY /api/bank/ingest/<int:job_id>/", "shortDescription": {"text": "Unused endpoint: ANY /api/bank/ingest/<int:job_id>/"}, "fullDescription": {"text": "`backend/bank/urls.py` declares `ANY /api/bank/ingest/<int:job_id>/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24215"}, "properties": {"repository": "animesh0911/qs-paper-generator", "repoUrl": "https://github.com/animesh0911/qs-paper-generator", "branch": "main"}, "results": [{"ruleId": "scanner-1f66ad88286ca30a", "level": "warning", "message": {"text": "Dockerfile runs as root: backend/Dockerfile"}, "properties": {"repobilityId": "7afd2b0e8a8c9eeb", "scanner": "scanner-primary", "fingerprint": "1f66ad88286ca30a", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-714c31ca9f474ae6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "f614a1e41f331b37", "scanner": "scanner-primary", "fingerprint": "714c31ca9f474ae6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-60427b03771411b6", "level": "warning", "message": {"text": "Dockerfile runs as root: frontend/Dockerfile"}, "properties": {"repobilityId": "735c01d8531dfd2c", "scanner": "scanner-primary", "fingerprint": "60427b03771411b6", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-6f6b2022eed0806a", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "properties": {"repobilityId": "16d79e2e1ae9cf40", "scanner": "scanner-primary", "fingerprint": "6f6b2022eed0806a", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2bf1617c92588368", "level": "error", "message": {"text": "Possible secret in backend/bank/management/commands/seed_questions.py"}, "properties": {"repobilityId": "ae2248d4d4e3de8f", "scanner": "scanner-primary", "fingerprint": "2bf1617c92588368", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/bank/management/commands/seed_questions.py"}, "region": {"startLine": 195}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7801bb33335e3ff6", "level": "note", "message": {"text": "Very large file: frontend/src/mocks/paper-document-v1.mock.ts (1802 lines)"}, "properties": {"repobilityId": "fb486177b157dfcf", "scanner": "scanner-primary", "fingerprint": "7801bb33335e3ff6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "0a529d01973ef242", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "97e8509b17529656", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "9aadc9c8e39795d8", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "1f0d0890d5ff7007", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "9abc56e8c6775bab", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-cc55229a7a3c078d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "properties": {"repobilityId": "51942fb3d5b8b5b4", "scanner": "scanner-primary", "fingerprint": "cc55229a7a3c078d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "mcp_config"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".mcp.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b0688d23ce64f9ba", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/triage/AGENT-BRIEF.md"}, "properties": {"repobilityId": "a5a84a27302b6ae7", "scanner": "scanner-primary", "fingerprint": "b0688d23ce64f9ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/triage/AGENT-BRIEF.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1ed7fa59bc17b2c6", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/triage/SKILL.md"}, "properties": {"repobilityId": "d47be902f87a325a", "scanner": "scanner-primary", "fingerprint": "1ed7fa59bc17b2c6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/triage/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-edaaa4747ca28a1c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/diagnose/SKILL.md"}, "properties": {"repobilityId": "e7a45bde77f01699", "scanner": "scanner-primary", "fingerprint": "edaaa4747ca28a1c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/diagnose/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-006e6a5f4cfe8137", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/grill-with-docs/SKILL.md"}, "properties": {"repobilityId": "c5ffc8cc73b4de06", "scanner": "scanner-primary", "fingerprint": "006e6a5f4cfe8137", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/grill-with-docs/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fb254a729cf55dcd", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/prototype/UI.md"}, "properties": {"repobilityId": "b9e4677f6d0e4788", "scanner": "scanner-primary", "fingerprint": "fb254a729cf55dcd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/prototype/UI.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e08735350ce915a6", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/prototype/LOGIC.md"}, "properties": {"repobilityId": "5a52a4d8a6bf92b3", "scanner": "scanner-primary", "fingerprint": "e08735350ce915a6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/prototype/LOGIC.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bdcc394853493bd6", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/prototype/SKILL.md"}, "properties": {"repobilityId": "cf6c609d5a88dd87", "scanner": "scanner-primary", "fingerprint": "bdcc394853493bd6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/prototype/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-870923acf8128cad", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/code-review/SKILL.md"}, "properties": {"repobilityId": "b1f591c7c8b62417", "scanner": "scanner-primary", "fingerprint": "870923acf8128cad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/code-review/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0308991e4b01775e", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/tdd/SKILL.md"}, "properties": {"repobilityId": "3c6bfe3cfe79c68d", "scanner": "scanner-primary", "fingerprint": "0308991e4b01775e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/tdd/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e0e828d6cd792abd", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-github.md"}, "properties": {"repobilityId": "45ad4f27eb827574", "scanner": "scanner-primary", "fingerprint": "e0e828d6cd792abd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/setup-matt-pocock-skills/issue-tracker-github.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cc7137e3db69c677", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-local.md"}, "properties": {"repobilityId": "9fdc1335edd21a0f", "scanner": "scanner-primary", "fingerprint": "cc7137e3db69c677", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/setup-matt-pocock-skills/issue-tracker-local.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a2abbfeb0e51388d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md"}, "properties": {"repobilityId": "cd76d61246ecd2a5", "scanner": "scanner-primary", "fingerprint": "a2abbfeb0e51388d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-acece6f0b17061e9", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/setup-matt-pocock-skills/SKILL.md"}, "properties": {"repobilityId": "8fdf234adf676ac7", "scanner": "scanner-primary", "fingerprint": "acece6f0b17061e9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/setup-matt-pocock-skills/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-33e6915b056bc0f7", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/document.py:121"}, "properties": {"repobilityId": "facd2bbeac9d295b", "scanner": "scanner-primary", "fingerprint": "33e6915b056bc0f7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-c2d6b8cb7aa9ceb6", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/tests/test_builder.py:395"}, "properties": {"repobilityId": "0d54d79d32a4c53e", "scanner": "scanner-primary", "fingerprint": "c2d6b8cb7aa9ceb6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-10718c88fa0eeaf3", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in backend/papers/migrations/0008_seed_paperformat.py:7"}, "properties": {"repobilityId": "2a612d339ae53af6", "scanner": "scanner-primary", "fingerprint": "10718c88fa0eeaf3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-0bd46ad7841ecc15", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/bank/models.py:280"}, "properties": {"repobilityId": "c7dfab87b6b51959", "scanner": "scanner-primary", "fingerprint": "0bd46ad7841ecc15", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4d33c058a7e97aa4", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/bank/guardrails.py:145"}, "properties": {"repobilityId": "d5c507e301d611d4", "scanner": "scanner-primary", "fingerprint": "4d33c058a7e97aa4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-385021601645b81f", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/bank/ingestor.py:57"}, "properties": {"repobilityId": "236a8950aa0e871b", "scanner": "scanner-primary", "fingerprint": "385021601645b81f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7fcf2a47e2a43ce", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/hooks/useCoverageForm.hook.test.ts:13"}, "properties": {"repobilityId": "3e8d34e91904b465", "scanner": "scanner-primary", "fingerprint": "b7fcf2a47e2a43ce", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4b6041bec3b15223", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/types/paper-document.schema.test.ts:11"}, "properties": {"repobilityId": "dfd448226ff801c7", "scanner": "scanner-primary", "fingerprint": "4b6041bec3b15223", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-6e863ac762d4ecbc", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/mocks/paper-document-v1.mock.ts:12"}, "properties": {"repobilityId": "bec20fe8a049c2b8", "scanner": "scanner-primary", "fingerprint": "6e863ac762d4ecbc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-dfb986765045c5fb", "level": "note", "message": {"text": "Legacy-named symbol `qpg_mock_print_document_v1` in frontend/src/lib/mock-paper-document-storage.ts:20"}, "properties": {"repobilityId": "26a53250217cc407", "scanner": "scanner-primary", "fingerprint": "dfb986765045c5fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b5446fd959d40b2c", "level": "note", "message": {"text": "Legacy-named symbol `unknown_format_v1` in frontend/src/lib/paper-format-renderers.test.ts:35"}, "properties": {"repobilityId": "d0a00f692e1e9921", "scanner": "scanner-primary", "fingerprint": "b5446fd959d40b2c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e24df4d2240847b8", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/lib/api.test.ts:39"}, "properties": {"repobilityId": "4fe7204a1df5b65c", "scanner": "scanner-primary", "fingerprint": "e24df4d2240847b8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-1d8983e0dd707e06", "level": "note", "message": {"text": "Legacy-named symbol `cbse_science_class_10_board_compact_2026_v1` in frontend/src/lib/paper-format-renderers/cbse-compact-renderer.ts:5"}, "properties": {"repobilityId": "a726dcc16481d9aa", "scanner": "scanner-primary", "fingerprint": "1d8983e0dd707e06", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b334d875f2339fa1", "level": "note", "message": {"text": "5 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "faa38682016f5d53", "scanner": "scanner-primary", "fingerprint": "b334d875f2339fa1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "a80b76a8fe7cabbe", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "822d0b5308541520", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "c777bebe1549a1ec", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "b97e2c117c3b7b10", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "729d49ff076f8a83", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "caa0b24fd3cb340d", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "2bef799981adf96c", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "126e8d6c6d146d6f", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "b8670721cf19cff1", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-4e2bc12af55865d5", "level": "warning", "message": {"text": "Frontend route `/editor` has no Link/navigate to it \u2014 frontend/src/App.tsx"}, "properties": {"repobilityId": "03f82e76b4ff88a5", "scanner": "scanner-primary", "fingerprint": "4e2bc12af55865d5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-fe2ab1df98994e90", "level": "warning", "message": {"text": "Frontend route `/editor/:paperId` has no Link/navigate to it \u2014 frontend/src/App.tsx"}, "properties": {"repobilityId": "317323c9aef09f0d", "scanner": "scanner-primary", "fingerprint": "fe2ab1df98994e90", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-878d0ed4447aac8d", "level": "warning", "message": {"text": "Frontend route `/editor/:paperId/print` has no Link/navigate to it \u2014 frontend/src/App.tsx"}, "properties": {"repobilityId": "2696ef538fc7c8d2", "scanner": "scanner-primary", "fingerprint": "878d0ed4447aac8d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f421de17dba2d87f", "level": "warning", "message": {"text": "Django view `chapter_map` may be unauthenticated \u2014 backend/corpus/views.py:21"}, "properties": {"repobilityId": "00ab862bbf8ca710", "scanner": "scanner-primary", "fingerprint": "f421de17dba2d87f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["auth", "owasp", "auth.django.unauth_view"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/corpus/views.py"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-a676e2490c38ff20", "level": "warning", "message": {"text": "Django view `chapter_map_node_details` may be unauthenticated \u2014 backend/corpus/views.py:39"}, "properties": {"repobilityId": "ad9bfda516798ec5", "scanner": "scanner-primary", "fingerprint": "a676e2490c38ff20", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["auth", "owasp", "auth.django.unauth_view"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/corpus/views.py"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-34cb83b0a40e6d97", "level": "warning", "message": {"text": "Django view `metadata` may be unauthenticated \u2014 backend/bank/views.py:32"}, "properties": {"repobilityId": "6bc2970dfc59f28d", "scanner": "scanner-primary", "fingerprint": "34cb83b0a40e6d97", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["auth", "owasp", "auth.django.unauth_view"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/bank/views.py"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-1872bf59d9ee8961", "level": "warning", "message": {"text": "Django view `chapters` may be unauthenticated \u2014 backend/bank/views.py:48"}, "properties": {"repobilityId": "d11050ae0c4d62d3", "scanner": "scanner-primary", "fingerprint": "1872bf59d9ee8961", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["auth", "owasp", "auth.django.unauth_view"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/bank/views.py"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-7e22afcb19a61341", "level": "warning", "message": {"text": "Django view `ingest` may be unauthenticated \u2014 backend/bank/views.py:55"}, "properties": {"repobilityId": "96a5c87f17e45629", "scanner": "scanner-primary", "fingerprint": "7e22afcb19a61341", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["auth", "owasp", "auth.django.unauth_view"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/bank/views.py"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-c1ec778f4dd9fd5e", "level": "warning", "message": {"text": "Django view `ingest_status` may be unauthenticated \u2014 backend/bank/views.py:81"}, "properties": {"repobilityId": "b1ba54aec1af164e", "scanner": "scanner-primary", "fingerprint": "c1ec778f4dd9fd5e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["auth", "owasp", "auth.django.unauth_view"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/bank/views.py"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-fa3b490c58985ed7", "level": "error", "message": {"text": "Dangling fetch: GET /api${path} (frontend/src/lib/api.ts:48)"}, "properties": {"repobilityId": "b7bf5c2c898b0fc8", "scanner": "scanner-primary", "fingerprint": "fa3b490c58985ed7", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-330971df2111195a", "level": "error", "message": {"text": "Dangling fetch: GET /papers/${id}/ (frontend/src/lib/api.ts:100)"}, "properties": {"repobilityId": "0087dbc1eb2890d3", "scanner": "scanner-primary", "fingerprint": "330971df2111195a", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-0913b5b7a740c813", "level": "error", "message": {"text": "Dangling fetch: POST /papers/${id}/approve/ (frontend/src/lib/api.ts:121)"}, "properties": {"repobilityId": "cb48eab6e2b1d761", "scanner": "scanner-primary", "fingerprint": "0913b5b7a740c813", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-6b5be2317f1906e1", "level": "error", "message": {"text": "Dangling fetch: GET /papers/${id}/pdf/ (frontend/src/lib/api.ts:148)"}, "properties": {"repobilityId": "e4d0bf2df0d91a15", "scanner": "scanner-primary", "fingerprint": "6b5be2317f1906e1", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-147e8ebb85da42e1", "level": "note", "message": {"text": "Unused endpoint: ANY /api/corpus/documents/<int:document_id>/chapter-map/"}, "properties": {"repobilityId": "b5e783bae0cadfa9", "scanner": "scanner-primary", "fingerprint": "147e8ebb85da42e1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6b48240586cbe964", "level": "note", "message": {"text": "Unused endpoint: ANY /api/corpus/documents/<int:document_id>/chapter-map/nodes/<str:stable_node_id>/"}, "properties": {"repobilityId": "b346bd9703efe9a0", "scanner": "scanner-primary", "fingerprint": "6b48240586cbe964", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4e7a1deca57310be", "level": "note", "message": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/"}, "properties": {"repobilityId": "7301e09a192172e5", "scanner": "scanner-primary", "fingerprint": "4e7a1deca57310be", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6aae74078062e6d", "level": "note", "message": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/approve/"}, "properties": {"repobilityId": "4a2202bc37fe4585", "scanner": "scanner-primary", "fingerprint": "a6aae74078062e6d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d88df2f5dad2d3f", "level": "note", "message": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/pdf/"}, "properties": {"repobilityId": "d20ae8f604ea4702", "scanner": "scanner-primary", "fingerprint": "3d88df2f5dad2d3f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-722f06910a4f55c7", "level": "note", "message": {"text": "Unused endpoint: ANY /api/papers/<int:pk>/answer-key/pdf/"}, "properties": {"repobilityId": "8274677360223549", "scanner": "scanner-primary", "fingerprint": "722f06910a4f55c7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-25fbc90a78822fe1", "level": "note", "message": {"text": "Unused endpoint: ANY /api/auth/register"}, "properties": {"repobilityId": "116827b13a241e09", "scanner": "scanner-primary", "fingerprint": "25fbc90a78822fe1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0bac2999f80dd4ee", "level": "note", "message": {"text": "Unused endpoint: ANY /api/auth/login"}, "properties": {"repobilityId": "e48d825b783bf078", "scanner": "scanner-primary", "fingerprint": "0bac2999f80dd4ee", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fcaedbb556396417", "level": "note", "message": {"text": "Unused endpoint: ANY /api/auth/me"}, "properties": {"repobilityId": "60e7f575df688b26", "scanner": "scanner-primary", "fingerprint": "fcaedbb556396417", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7309bf2446873ccc", "level": "note", "message": {"text": "Unused endpoint: ANY /admin/"}, "properties": {"repobilityId": "1d47feb43791c5ac", "scanner": "scanner-primary", "fingerprint": "7309bf2446873ccc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b861eb8177416b36", "level": "note", "message": {"text": "Unused endpoint: ANY /api/auth/"}, "properties": {"repobilityId": "5c3be0fe7a3f34c7", "scanner": "scanner-primary", "fingerprint": "b861eb8177416b36", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1e76c84634455924", "level": "note", "message": {"text": "Unused endpoint: ANY /api/bank/"}, "properties": {"repobilityId": "f9ba62c37d707b98", "scanner": "scanner-primary", "fingerprint": "1e76c84634455924", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a0bf3c7b9683fc5d", "level": "note", "message": {"text": "Unused endpoint: ANY /api/corpus/"}, "properties": {"repobilityId": "806b819b468099e5", "scanner": "scanner-primary", "fingerprint": "a0bf3c7b9683fc5d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9f156c048b42f501", "level": "note", "message": {"text": "Unused endpoint: ANY /api/papers/"}, "properties": {"repobilityId": "a7abeb77b7b75457", "scanner": "scanner-primary", "fingerprint": "9f156c048b42f501", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-30d0021a68d98207", "level": "note", "message": {"text": "Unused endpoint: ANY /api/bank/ingest/"}, "properties": {"repobilityId": "c1ec4965d417f5e1", "scanner": "scanner-primary", "fingerprint": "30d0021a68d98207", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-aae268fad36722b4", "level": "note", "message": {"text": "Unused endpoint: ANY /api/bank/ingest/<int:job_id>/"}, "properties": {"repobilityId": "793f442f3ed47bf1", "scanner": "scanner-primary", "fingerprint": "aae268fad36722b4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}