{"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-1c7bf6ba42928c29", "name": "Possibly dead Python function: repl", "shortDescription": {"text": "Possibly dead Python function: repl"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-af97c475ee20267f", "name": "Icon-only button without accessible name \u2014 frontend/garden/garden-hud.js:244", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/garden/garden-hud.js:244"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: 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-2dd341cf050b3cf1", "name": "Docker base image is tag-pinned but not digest-pinned: ghcr.io/astral-sh/uv:python3.11-bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: ghcr.io/astral-sh/uv:python3.11-bookworm-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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-63e2194dae287c06", "name": "Insecure pattern 'direct_innerhtml_assignment' in frontend/garden/garden-hud.js:20", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frontend/garden/garden-hud.js:20"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0d2ae50fa3fbe8e8", "name": "Insecure pattern 'direct_innerhtml_assignment' in docs/assets/lazy-paper-demo.html:469", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/assets/lazy-paper-demo.html:469"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141078ea8dcdfcd1", "name": "Very large file: stages/s08_section_compose/structured.py (1509 lines)", "shortDescription": {"text": "Very large file: stages/s08_section_compose/structured.py (1509 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 86 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "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 15 placeholder/mock markers across 5 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-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 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b3fde9357caf5137", "name": "Commented-code block (7 lines) in frontend/garden/tweaks-panel.jsx:16", "shortDescription": {"text": "Commented-code block (7 lines) in frontend/garden/tweaks-panel.jsx:16"}, "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-73f5d6d8a2699660", "name": "Commented-code block (6 lines) in frontend/garden/garden-data.js:193", "shortDescription": {"text": "Commented-code block (6 lines) in frontend/garden/garden-data.js:193"}, "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-e7d086cdd5d80487", "name": "Legacy-named symbol `fake_paper_v1` in tests/test_evaluate_harness.py:30", "shortDescription": {"text": "Legacy-named symbol `fake_paper_v1` in tests/test_evaluate_harness.py:30"}, "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-545fef5bceddf4db", "name": "Commented-code block (5 lines) in stages/s08_section_compose/reviewer.py:41", "shortDescription": {"text": "Commented-code block (5 lines) in stages/s08_section_compose/reviewer.py:41"}, "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-e15c10dc5fe322ea", "name": "Legacy-named symbol `model_copy` in stages/s08_section_compose/structured.py:393", "shortDescription": {"text": "Legacy-named symbol `model_copy` in stages/s08_section_compose/structured.py:393"}, "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-2b4b0bbdacc116d1", "name": "Commented-code block (7 lines) in stages/s08_section_compose/structured.py:334", "shortDescription": {"text": "Commented-code block (7 lines) in stages/s08_section_compose/structured.py:334"}, "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-b724785a8816f5ce", "name": "Legacy-named symbol `enabled_but_unused` in stages/s08_section_compose/runner.py:632", "shortDescription": {"text": "Legacy-named symbol `enabled_but_unused` in stages/s08_section_compose/runner.py:632"}, "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-104de4894c2ed1b7", "name": "Commented-code block (5 lines) in stages/s08_section_compose/runner.py:446", "shortDescription": {"text": "Commented-code block (5 lines) in stages/s08_section_compose/runner.py:446"}, "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-493785c46bad5d64", "name": "Commented-code block (5 lines) in stages/s08_section_compose/tests/test_structured.py:771", "shortDescription": {"text": "Commented-code block (5 lines) in stages/s08_section_compose/tests/test_structured.py:771"}, "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-f5d12a3c3b801ad5", "name": "Commented-code block (6 lines) in stages/s09_render/slide_planner.py:288", "shortDescription": {"text": "Commented-code block (6 lines) in stages/s09_render/slide_planner.py:288"}, "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-d04a7aa09a0039f9", "name": "Commented-code block (5 lines) in stages/s09_render/pptx_summarizer.py:495", "shortDescription": {"text": "Commented-code block (5 lines) in stages/s09_render/pptx_summarizer.py:495"}, "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-cf1b3a19ac4c6b50", "name": "Commented-code block (5 lines) in stages/s09_render/_math.py:34", "shortDescription": {"text": "Commented-code block (5 lines) in stages/s09_render/_math.py:34"}, "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-bcd4831b498e88f5", "name": "Commented-code block (7 lines) in stages/s09_render/runner.py:97", "shortDescription": {"text": "Commented-code block (7 lines) in stages/s09_render/runner.py:97"}, "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-c03efd459e3b266b", "name": "Commented-code block (10 lines) in stages/s09_render/renderers/pptx.py:433", "shortDescription": {"text": "Commented-code block (10 lines) in stages/s09_render/renderers/pptx.py:433"}, "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-885c93bd632afe44", "name": "Commented-code block (5 lines) in stages/s07_figure_analyze/runner.py:151", "shortDescription": {"text": "Commented-code block (5 lines) in stages/s07_figure_analyze/runner.py:151"}, "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-3efde85af7466b37", "name": "Commented-code block (5 lines) in stages/s06_context/runner.py:115", "shortDescription": {"text": "Commented-code block (5 lines) in stages/s06_context/runner.py:115"}, "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-14450b21b2c632df", "name": "Legacy-named symbol `prompt_tailor_v1` in stages/s06_context/prompt_tailor.py:23", "shortDescription": {"text": "Legacy-named symbol `prompt_tailor_v1` in stages/s06_context/prompt_tailor.py:23"}, "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-309d4a71a5994787", "name": "Commented-code block (7 lines) in stages/s04_figures/runner.py:28", "shortDescription": {"text": "Commented-code block (7 lines) in stages/s04_figures/runner.py:28"}, "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-463302015b9cdbd3", "name": "Commented-code block (6 lines) in llm/retriever.py:61", "shortDescription": {"text": "Commented-code block (6 lines) in llm/retriever.py:61"}, "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-a260e355ea7d9f89", "name": "32 env vars used in code but missing from .env.example", "shortDescription": {"text": "32 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DYLD_FALLBACK_LIBRARY_PATH`, `LAZY_PAPER_AGENT`, `LAZY_PAPER_AUTHOR_HARDREJECT`, `LAZY_PAPER_BEST_OF_N`, `LAZY_PAPER_CHUNK_OVERLAP`, `LAZY_PAPER_CHUNK_SIZE`, `LAZY_PAPER_FIGURE_BIND`, `LAZY_PAPER_FIGURE_ID_WHITELIST` + 24 more. 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-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:\nstages/s09_render/_math.py:repl, stages/s09_render/_math.py:repl\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}}]}}, "automationDetails": {"id": "repobility/21116"}, "properties": {"repository": "thematteroftime/lazy-paper", "repoUrl": "https://github.com/thematteroftime/lazy-paper", "branch": "main"}, "results": [{"ruleId": "scanner-1c7bf6ba42928c29", "level": "note", "message": {"text": "Possibly dead Python function: repl"}, "properties": {"repobilityId": "6f5d3779bbb8be8b", "scanner": "scanner-primary", "fingerprint": "1c7bf6ba42928c29", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "stages/s09_render/_math.py:123"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-af97c475ee20267f", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/garden/garden-hud.js:244"}, "properties": {"repobilityId": "07104ff03c0ef207", "scanner": "scanner-primary", "fingerprint": "af97c475ee20267f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-2dd341cf050b3cf1", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: ghcr.io/astral-sh/uv:python3.11-bookworm-slim"}, "properties": {"repobilityId": "90b8e4dd0e14f3df", "scanner": "scanner-primary", "fingerprint": "2dd341cf050b3cf1", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-63e2194dae287c06", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frontend/garden/garden-hud.js:20"}, "properties": {"repobilityId": "2b8a6059a11a40ce", "scanner": "scanner-primary", "fingerprint": "63e2194dae287c06", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/garden/garden-hud.js"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-0d2ae50fa3fbe8e8", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/assets/lazy-paper-demo.html:469"}, "properties": {"repobilityId": "48e8e0b1829d6eb0", "scanner": "scanner-primary", "fingerprint": "0d2ae50fa3fbe8e8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/assets/lazy-paper-demo.html"}, "region": {"startLine": 469}}}]}, {"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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-141078ea8dcdfcd1", "level": "note", "message": {"text": "Very large file: stages/s08_section_compose/structured.py (1509 lines)"}, "properties": {"repobilityId": "55f3d20fb9ce7b41", "scanner": "scanner-primary", "fingerprint": "141078ea8dcdfcd1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "cbd1d5abd074f078", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "c1af0ad3028973df", "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": "1f2e3c297967448b", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "d283c10162029bf9", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "3a3df18842f400bc", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "80da1ca1ca96736d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b3fde9357caf5137", "level": "none", "message": {"text": "Commented-code block (7 lines) in frontend/garden/tweaks-panel.jsx:16"}, "properties": {"repobilityId": "1418441a52a84477", "scanner": "scanner-primary", "fingerprint": "b3fde9357caf5137", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-73f5d6d8a2699660", "level": "none", "message": {"text": "Commented-code block (6 lines) in frontend/garden/garden-data.js:193"}, "properties": {"repobilityId": "b81bf726623cba03", "scanner": "scanner-primary", "fingerprint": "73f5d6d8a2699660", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e7d086cdd5d80487", "level": "note", "message": {"text": "Legacy-named symbol `fake_paper_v1` in tests/test_evaluate_harness.py:30"}, "properties": {"repobilityId": "ae43dd10b4cb7b0d", "scanner": "scanner-primary", "fingerprint": "e7d086cdd5d80487", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-545fef5bceddf4db", "level": "none", "message": {"text": "Commented-code block (5 lines) in stages/s08_section_compose/reviewer.py:41"}, "properties": {"repobilityId": "f90cbff755491301", "scanner": "scanner-primary", "fingerprint": "545fef5bceddf4db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e15c10dc5fe322ea", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in stages/s08_section_compose/structured.py:393"}, "properties": {"repobilityId": "06f99cba3a1eb171", "scanner": "scanner-primary", "fingerprint": "e15c10dc5fe322ea", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2b4b0bbdacc116d1", "level": "none", "message": {"text": "Commented-code block (7 lines) in stages/s08_section_compose/structured.py:334"}, "properties": {"repobilityId": "954096fb18d6bfc5", "scanner": "scanner-primary", "fingerprint": "2b4b0bbdacc116d1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b724785a8816f5ce", "level": "note", "message": {"text": "Legacy-named symbol `enabled_but_unused` in stages/s08_section_compose/runner.py:632"}, "properties": {"repobilityId": "8cdb0490b4c4ad8e", "scanner": "scanner-primary", "fingerprint": "b724785a8816f5ce", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-104de4894c2ed1b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in stages/s08_section_compose/runner.py:446"}, "properties": {"repobilityId": "2479e6c99b55dc2c", "scanner": "scanner-primary", "fingerprint": "104de4894c2ed1b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-493785c46bad5d64", "level": "none", "message": {"text": "Commented-code block (5 lines) in stages/s08_section_compose/tests/test_structured.py:771"}, "properties": {"repobilityId": "bc304e622a7918a6", "scanner": "scanner-primary", "fingerprint": "493785c46bad5d64", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5d12a3c3b801ad5", "level": "none", "message": {"text": "Commented-code block (6 lines) in stages/s09_render/slide_planner.py:288"}, "properties": {"repobilityId": "b7b94a290f7cbd03", "scanner": "scanner-primary", "fingerprint": "f5d12a3c3b801ad5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d04a7aa09a0039f9", "level": "none", "message": {"text": "Commented-code block (5 lines) in stages/s09_render/pptx_summarizer.py:495"}, "properties": {"repobilityId": "9e8bcff8540e979b", "scanner": "scanner-primary", "fingerprint": "d04a7aa09a0039f9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cf1b3a19ac4c6b50", "level": "none", "message": {"text": "Commented-code block (5 lines) in stages/s09_render/_math.py:34"}, "properties": {"repobilityId": "ea6cd0a98a62e6e8", "scanner": "scanner-primary", "fingerprint": "cf1b3a19ac4c6b50", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bcd4831b498e88f5", "level": "none", "message": {"text": "Commented-code block (7 lines) in stages/s09_render/runner.py:97"}, "properties": {"repobilityId": "57e0674541ed7697", "scanner": "scanner-primary", "fingerprint": "bcd4831b498e88f5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c03efd459e3b266b", "level": "none", "message": {"text": "Commented-code block (10 lines) in stages/s09_render/renderers/pptx.py:433"}, "properties": {"repobilityId": "d4d35a607f82fa2d", "scanner": "scanner-primary", "fingerprint": "c03efd459e3b266b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-885c93bd632afe44", "level": "none", "message": {"text": "Commented-code block (5 lines) in stages/s07_figure_analyze/runner.py:151"}, "properties": {"repobilityId": "11061eb2d5a6b602", "scanner": "scanner-primary", "fingerprint": "885c93bd632afe44", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3efde85af7466b37", "level": "none", "message": {"text": "Commented-code block (5 lines) in stages/s06_context/runner.py:115"}, "properties": {"repobilityId": "18b6b5883192beb7", "scanner": "scanner-primary", "fingerprint": "3efde85af7466b37", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-14450b21b2c632df", "level": "note", "message": {"text": "Legacy-named symbol `prompt_tailor_v1` in stages/s06_context/prompt_tailor.py:23"}, "properties": {"repobilityId": "f1189332a0d3943d", "scanner": "scanner-primary", "fingerprint": "14450b21b2c632df", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-309d4a71a5994787", "level": "none", "message": {"text": "Commented-code block (7 lines) in stages/s04_figures/runner.py:28"}, "properties": {"repobilityId": "5855b11ab741dc55", "scanner": "scanner-primary", "fingerprint": "309d4a71a5994787", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-463302015b9cdbd3", "level": "none", "message": {"text": "Commented-code block (6 lines) in llm/retriever.py:61"}, "properties": {"repobilityId": "147178e5c3949710", "scanner": "scanner-primary", "fingerprint": "463302015b9cdbd3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a260e355ea7d9f89", "level": "note", "message": {"text": "32 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "e735cee6f43259c2", "scanner": "scanner-primary", "fingerprint": "a260e355ea7d9f89", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "166e6eb95393a531", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}