{"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-1b1993e08a4e3928", "name": "Stray `console.log` in TS/JS \u2014 scripts/build.js:45", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build.js:45"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b92e6e88bf536d12", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/index.html:124", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/index.html:124"}, "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-04df9942652c64ad", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/engine.js:9", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine.js:9"}, "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-65e53f4e6ba7547d", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/playground.html:72", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/playground.html:72"}, "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-1ee05aa250378f6c", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/morphology.js:112", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/morphology.js:112"}, "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-fe766ba272b6ac89", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/dialogue.js:93", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/dialogue.js:93"}, "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-c0520956401f72c8", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/softgate.js:27", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/softgate.js:27"}, "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-c3391d85a9d6cbd9", "name": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/roleplay.js:59", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/roleplay.js:59"}, "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-9ed43047a858fc11", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6636a5d26f3043ac", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5cc6c6adc20f9882", "name": "Very large file: app/engine.js (936 lines)", "shortDescription": {"text": "Very large file: app/engine.js (936 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 13 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 28 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, tests. 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, tests. 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-bccf13e7e4e05372", "name": "Agent authority lacks a verifier contract: .claude/agents/assessment-designer.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/agents/assessment-designer.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-dcd3ec5d5574074a", "name": "Agent authority lacks a verifier contract: .claude/agents/README.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/agents/README.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-b6dc0292232b8c2f", "name": "Commented-code block (5 lines) in docs/curriculum/medling_master_curriculum_v3.jsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in docs/curriculum/medling_master_curriculum_v3.jsx:3"}, "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-fb65f78162bb5e61", "name": "Legacy-named symbol `generate_audio_v2` in scripts/generate_audio_v2.py:3", "shortDescription": {"text": "Legacy-named symbol `generate_audio_v2` in scripts/generate_audio_v2.py:3"}, "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-bb2b3eca7abe6c6e", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/generate_audio_v2.py:206", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/generate_audio_v2.py:206"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-899f31fa1e2f81e4", "name": "Legacy-named symbol `generate_audio_v2` in app/engine.js:56", "shortDescription": {"text": "Legacy-named symbol `generate_audio_v2` in app/engine.js:56"}, "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}}]}}, "automationDetails": {"id": "repobility/17783"}, "properties": {"repository": "ralph-tdh/medling", "repoUrl": "https://github.com/ralph-tdh/medling", "branch": "main"}, "results": [{"ruleId": "scanner-1b1993e08a4e3928", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build.js:45"}, "properties": {"repobilityId": "bec84472234cc3b8", "scanner": "scanner-primary", "fingerprint": "1b1993e08a4e3928", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-b92e6e88bf536d12", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/index.html:124"}, "properties": {"repobilityId": "3f683c9cc405ef18", "scanner": "scanner-primary", "fingerprint": "b92e6e88bf536d12", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/index.html"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-04df9942652c64ad", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine.js:9"}, "properties": {"repobilityId": "ec5df4933ebb656c", "scanner": "scanner-primary", "fingerprint": "04df9942652c64ad", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/engine.js"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-65e53f4e6ba7547d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/playground.html:72"}, "properties": {"repobilityId": "55f7901a30940ab6", "scanner": "scanner-primary", "fingerprint": "65e53f4e6ba7547d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/playground.html"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-1ee05aa250378f6c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/morphology.js:112"}, "properties": {"repobilityId": "936c016856ffdad3", "scanner": "scanner-primary", "fingerprint": "1ee05aa250378f6c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/engine/morphology.js"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-fe766ba272b6ac89", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/dialogue.js:93"}, "properties": {"repobilityId": "485459641add5e4a", "scanner": "scanner-primary", "fingerprint": "fe766ba272b6ac89", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/engine/dialogue.js"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-c0520956401f72c8", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/softgate.js:27"}, "properties": {"repobilityId": "b4d7af2222c61a22", "scanner": "scanner-primary", "fingerprint": "c0520956401f72c8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/engine/softgate.js"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-c3391d85a9d6cbd9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app/engine/roleplay.js:59"}, "properties": {"repobilityId": "4b52d387dd9479e7", "scanner": "scanner-primary", "fingerprint": "c3391d85a9d6cbd9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/engine/roleplay.js"}, "region": {"startLine": 59}}}]}, {"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-9ed43047a858fc11", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bf08cfb9a3872519", "scanner": "scanner-primary", "fingerprint": "9ed43047a858fc11", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/generate_audio.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-9ed43047a858fc11", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3f354df7834d480a", "scanner": "scanner-primary", "fingerprint": "9ed43047a858fc11", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/generate_audio.yml"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-6636a5d26f3043ac", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "9f3bf69ddb472f7e", "scanner": "scanner-primary", "fingerprint": "6636a5d26f3043ac", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/generate_audio.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5cc6c6adc20f9882", "level": "note", "message": {"text": "Very large file: app/engine.js (936 lines)"}, "properties": {"repobilityId": "1ad174e37dde0908", "scanner": "scanner-primary", "fingerprint": "5cc6c6adc20f9882", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "067161f3b6bea292", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "81651f308ede3c23", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "db9458a2029d4bec", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "508069a8995d9017", "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": "872a1691535ff3ff", "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": "7c9b6d54058c09a6", "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": "8db12b4e2644514e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-bccf13e7e4e05372", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/agents/assessment-designer.md"}, "properties": {"repobilityId": "00a6d50355c38f4a", "scanner": "scanner-primary", "fingerprint": "bccf13e7e4e05372", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/assessment-designer.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-dcd3ec5d5574074a", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/agents/README.md"}, "properties": {"repobilityId": "292fc1ace91b66b7", "scanner": "scanner-primary", "fingerprint": "dcd3ec5d5574074a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/README.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b6dc0292232b8c2f", "level": "none", "message": {"text": "Commented-code block (5 lines) in docs/curriculum/medling_master_curriculum_v3.jsx:3"}, "properties": {"repobilityId": "d6b8c8ae61841f02", "scanner": "scanner-primary", "fingerprint": "b6dc0292232b8c2f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fb65f78162bb5e61", "level": "note", "message": {"text": "Legacy-named symbol `generate_audio_v2` in scripts/generate_audio_v2.py:3"}, "properties": {"repobilityId": "87358b5a21c88d7b", "scanner": "scanner-primary", "fingerprint": "fb65f78162bb5e61", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-bb2b3eca7abe6c6e", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/generate_audio_v2.py:206"}, "properties": {"repobilityId": "f8547a57e0cb72da", "scanner": "scanner-primary", "fingerprint": "bb2b3eca7abe6c6e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-899f31fa1e2f81e4", "level": "note", "message": {"text": "Legacy-named symbol `generate_audio_v2` in app/engine.js:56"}, "properties": {"repobilityId": "631956293088d87c", "scanner": "scanner-primary", "fingerprint": "899f31fa1e2f81e4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}]}]}