{"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-4d7cad686ba292f1", "name": "Possibly dead Python function: run_prisoners_dilemma", "shortDescription": {"text": "Possibly dead Python function: run_prisoners_dilemma"}, "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-44d33421ed84f1d8", "name": "Possibly dead Python function: run_bokete", "shortDescription": {"text": "Possibly dead Python function: run_bokete"}, "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-0b01ad616a48f9a2", "name": "Possibly dead Python function: run_wordwolf", "shortDescription": {"text": "Possibly dead Python function: run_wordwolf"}, "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-3f677e01a25b3582", "name": "Privileged port 1 in use", "shortDescription": {"text": "Privileged port 1 in use"}, "fullDescription": {"text": "Port 1 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ee59c21684d2342f", "name": "Privileged port 30 in use", "shortDescription": {"text": "Privileged port 30 in use"}, "fullDescription": {"text": "Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-06b85f4de87bce10", "name": "Privileged port 18 in use", "shortDescription": {"text": "Privileged port 18 in use"}, "fullDescription": {"text": "Port 18 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "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-6dc00928fb9f8396", "name": "Insecure pattern 'direct_innerhtml_assignment' in docs/design/demo-replay-reference.html:466", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/design/demo-replay-reference.html:466"}, "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-11fe6710547243fb", "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-8280c5236afce238", "name": "Very large file: docs/prototype/among_them_prototype.py (1159 lines)", "shortDescription": {"text": "Very large file: docs/prototype/among_them_prototype.py (1159 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 205 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-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 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-e99d4a008437a402", "name": "Agent authority lacks a verifier contract: .claude/rules/subagent-usage.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/rules/subagent-usage.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-e223bea0ed3e70dc", "name": "Agent authority lacks a verifier contract: .claude/rules/context-budget.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/rules/context-budget.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-087b5e7d24df958d", "name": "Agent instruction/config may expose a secret: .claude/rules/navigation.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/rules/navigation.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f5997a62e6c39373", "name": "Agent authority lacks a verifier contract: .claude/rules/navigation.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/rules/navigation.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-0ae59a48ec694972", "name": "Agent authority lacks a verifier contract: .claude/skills/scenario-factory/tests/fixtures/results_sample.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/scenario-factory/tests/fixtures/results_sample.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-8a21ec2bd4d733f5", "name": "Agent authority lacks a verifier contract: .claude/skills/queue-consumer/tests/fixtures/results_sample.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/queue-consumer/tests/fixtures/results_sample.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-ba726842f4f8a205", "name": "Commented-code block (7 lines) in scripts/generate-navigation-map.py:108", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/generate-navigation-map.py:108"}, "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-fd2c786724c4cff1", "name": "Commented-code block (5 lines) in scripts/check_i18n_potential_keys.py:85", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/check_i18n_potential_keys.py:85"}, "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-f3c787dce5ebb402", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/check_i18n_potential_keys.py:285", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/check_i18n_potential_keys.py:285"}, "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-052152e30fd8b2ed", "name": "Commented-code block (8 lines) in web/astro.config.mjs:8", "shortDescription": {"text": "Commented-code block (8 lines) in web/astro.config.mjs:8"}, "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-178c012b5bc16aa6", "name": "Network/subprocess call without timeout or try/except \u2014 .claude/skills/queue-consumer/scripts/append_digest.py:88", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 .claude/skills/queue-consumer/scripts/append_digest.py:88"}, "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-1b5a76780c3df9aa", "name": "1 env vars used in code but missing from .env.example", "shortDescription": {"text": "1 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "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:\nscripts/check_design_tokens_css.py:check_tokens, scripts/check_design_tokens_css.py:check\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/21788"}, "properties": {"repository": "tyabu12/pastura", "repoUrl": "https://github.com/tyabu12/pastura", "branch": "main"}, "results": [{"ruleId": "scanner-4d7cad686ba292f1", "level": "note", "message": {"text": "Possibly dead Python function: run_prisoners_dilemma"}, "properties": {"repobilityId": "9ab4c04544b5b15d", "scanner": "scanner-primary", "fingerprint": "4d7cad686ba292f1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/prototype/among_them_prototype.py:297"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-44d33421ed84f1d8", "level": "note", "message": {"text": "Possibly dead Python function: run_bokete"}, "properties": {"repobilityId": "f6dfe229c18f7af2", "scanner": "scanner-primary", "fingerprint": "44d33421ed84f1d8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/prototype/among_them_prototype.py:428"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b01ad616a48f9a2", "level": "note", "message": {"text": "Possibly dead Python function: run_wordwolf"}, "properties": {"repobilityId": "0a5e37d965b58d1e", "scanner": "scanner-primary", "fingerprint": "0b01ad616a48f9a2", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/prototype/among_them_prototype.py:541"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3f677e01a25b3582", "level": "warning", "message": {"text": "Privileged port 1 in use"}, "properties": {"repobilityId": "ddf3fa6c29abb8d2", "scanner": "scanner-primary", "fingerprint": "3f677e01a25b3582", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/queue-consumer/tests/run_tests.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ee59c21684d2342f", "level": "warning", "message": {"text": "Privileged port 30 in use"}, "properties": {"repobilityId": "54f172e7d16fc662", "scanner": "scanner-primary", "fingerprint": "ee59c21684d2342f", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/queue-consumer/tests/run_tests.sh"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-06b85f4de87bce10", "level": "warning", "message": {"text": "Privileged port 18 in use"}, "properties": {"repobilityId": "2d7b5e7d9c158e43", "scanner": "scanner-primary", "fingerprint": "06b85f4de87bce10", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codeql.yml"}, "region": {"startLine": 1}}}]}, {"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-6dc00928fb9f8396", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in docs/design/demo-replay-reference.html:466"}, "properties": {"repobilityId": "d39522dd40b4d225", "scanner": "scanner-primary", "fingerprint": "6dc00928fb9f8396", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/design/demo-replay-reference.html"}, "region": {"startLine": 466}}}]}, {"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-11fe6710547243fb", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c88f07fd35b9711f", "scanner": "scanner-primary", "fingerprint": "11fe6710547243fb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8280c5236afce238", "level": "note", "message": {"text": "Very large file: docs/prototype/among_them_prototype.py (1159 lines)"}, "properties": {"repobilityId": "03367889bc5c5f3d", "scanner": "scanner-primary", "fingerprint": "8280c5236afce238", "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "0d7f67591713766e", "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": "34da4ede0f45c2fc", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "c1ea82d8846d3cc4", "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": "024addce957b23a3", "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": "2873623391b77f5d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e99d4a008437a402", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/rules/subagent-usage.md"}, "properties": {"repobilityId": "e4a7733821a80f90", "scanner": "scanner-primary", "fingerprint": "e99d4a008437a402", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/rules/subagent-usage.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e223bea0ed3e70dc", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/rules/context-budget.md"}, "properties": {"repobilityId": "5d6c66e33e5adc04", "scanner": "scanner-primary", "fingerprint": "e223bea0ed3e70dc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/rules/context-budget.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-087b5e7d24df958d", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/rules/navigation.md"}, "properties": {"repobilityId": "ae2b9fb2591da176", "scanner": "scanner-primary", "fingerprint": "087b5e7d24df958d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/rules/navigation.md"}, "region": {"startLine": 79}}}]}, {"ruleId": "scanner-f5997a62e6c39373", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/rules/navigation.md"}, "properties": {"repobilityId": "757943a40da883e9", "scanner": "scanner-primary", "fingerprint": "f5997a62e6c39373", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/rules/navigation.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0ae59a48ec694972", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/scenario-factory/tests/fixtures/results_sample.json"}, "properties": {"repobilityId": "b7134054cf98463b", "scanner": "scanner-primary", "fingerprint": "0ae59a48ec694972", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/scenario-factory/tests/fixtures/results_sample.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8a21ec2bd4d733f5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/queue-consumer/tests/fixtures/results_sample.json"}, "properties": {"repobilityId": "2dfeefe71dc259f0", "scanner": "scanner-primary", "fingerprint": "8a21ec2bd4d733f5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/queue-consumer/tests/fixtures/results_sample.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ba726842f4f8a205", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/generate-navigation-map.py:108"}, "properties": {"repobilityId": "de30ecc7c9f82664", "scanner": "scanner-primary", "fingerprint": "ba726842f4f8a205", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fd2c786724c4cff1", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/check_i18n_potential_keys.py:85"}, "properties": {"repobilityId": "39b19aa1d9d5c149", "scanner": "scanner-primary", "fingerprint": "fd2c786724c4cff1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f3c787dce5ebb402", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/check_i18n_potential_keys.py:285"}, "properties": {"repobilityId": "8b2ebd99d9b37abb", "scanner": "scanner-primary", "fingerprint": "f3c787dce5ebb402", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-052152e30fd8b2ed", "level": "none", "message": {"text": "Commented-code block (8 lines) in web/astro.config.mjs:8"}, "properties": {"repobilityId": "95cc82afa5ac8878", "scanner": "scanner-primary", "fingerprint": "052152e30fd8b2ed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-178c012b5bc16aa6", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 .claude/skills/queue-consumer/scripts/append_digest.py:88"}, "properties": {"repobilityId": "17166ad120b695c1", "scanner": "scanner-primary", "fingerprint": "178c012b5bc16aa6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1b5a76780c3df9aa", "level": "none", "message": {"text": "1 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d04379b337b44a15", "scanner": "scanner-primary", "fingerprint": "1b5a76780c3df9aa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "83677200b62a330d", "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": "90a5bbd9f6f83f08", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}