{"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-c0c3013af2f8b037", "name": "Possibly dead Python function: cmd_init", "shortDescription": {"text": "Possibly dead Python function: cmd_init"}, "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-7bc1b7d8fef1d63f", "name": "Possibly dead Python function: cmd_status", "shortDescription": {"text": "Possibly dead Python function: cmd_status"}, "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-567aae5b3300600b", "name": "Possibly dead Python function: cmd_cluster", "shortDescription": {"text": "Possibly dead Python function: cmd_cluster"}, "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-516a6e55e748b895", "name": "Possibly dead Python function: cmd_report", "shortDescription": {"text": "Possibly dead Python function: cmd_report"}, "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-2753285a04f27720", "name": "Possibly dead Python function: cmd_voc_validate", "shortDescription": {"text": "Possibly dead Python function: cmd_voc_validate"}, "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-3cb38438c6cb2297", "name": "Possibly dead Python function: cmd_export_eval_cases", "shortDescription": {"text": "Possibly dead Python function: cmd_export_eval_cases"}, "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-89ef3c5f82bfff88", "name": "Possibly dead Python function: cmd_demo", "shortDescription": {"text": "Possibly dead Python function: cmd_demo"}, "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-212ba8ef29ebf5c7", "name": "Stray `console.log` in TS/JS \u2014 strategy/cli.js:93", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 strategy/cli.js:93"}, "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-6c73ee6dc2d8df49", "name": "Stray `console.log` in TS/JS \u2014 strategy/render-docx.js:233", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 strategy/render-docx.js:233"}, "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-96d92ee36740dbb6", "name": "Stray `console.log` in TS/JS \u2014 evalagent/generate-transcripts.js:285", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 evalagent/generate-transcripts.js:285"}, "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-c46a9edfe744653d", "name": "Stray `console.log` in TS/JS \u2014 evalagent/cli.js:321", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 evalagent/cli.js:321"}, "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-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-98de24ffe2c453f9", "name": "Insecure pattern 'node_child_process' in strategy/render-docx.js:224", "shortDescription": {"text": "Insecure pattern 'node_child_process' in strategy/render-docx.js:224"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 9 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 92 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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": "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 license, ci, 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-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.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-0c893f79d9d01ab4", "name": "Agent authority lacks a verifier contract: .claude/commands/s2-framework.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/s2-framework.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-61ad3a0fb03d9acc", "name": "Agent authority lacks a verifier contract: .claude/commands/s7-synthesis.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/s7-synthesis.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-e7747b66498f1a33", "name": "Agent authority lacks a verifier contract: .claude/commands/e2-calibrate.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/e2-calibrate.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-49fd95651d53edba", "name": "Agent authority lacks a verifier contract: .claude/commands/d3-label.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/d3-label.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-e5bec0ff93f3a08c", "name": "Agent authority lacks a verifier contract: .claude/commands/s4-scoring.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/s4-scoring.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-8691846702f30592", "name": "Commented-code block (7 lines) in strategy/cli.js:6", "shortDescription": {"text": "Commented-code block (7 lines) in strategy/cli.js:6"}, "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-70879df5366a1eef", "name": "Commented-code block (6 lines) in core/schema.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in core/schema.js:1"}, "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-f67e8cb7507a19bb", "name": "Commented-code block (6 lines) in core/ledger.js:4", "shortDescription": {"text": "Commented-code block (6 lines) in core/ledger.js:4"}, "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-f5e0709e2d8b5718", "name": "Commented-code block (12 lines) in discovery/cli.py:10", "shortDescription": {"text": "Commented-code block (12 lines) in discovery/cli.py:10"}, "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-03ed1b09b30ad7ac", "name": "Commented-code block (6 lines) in evalagent/cli.js:7", "shortDescription": {"text": "Commented-code block (6 lines) in evalagent/cli.js:7"}, "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}}]}}, "automationDetails": {"id": "repobility/22334"}, "properties": {"repository": "vitalystreluk/pm-agents", "repoUrl": "https://github.com/vitalystreluk/pm-agents", "branch": "main"}, "results": [{"ruleId": "scanner-c0c3013af2f8b037", "level": "note", "message": {"text": "Possibly dead Python function: cmd_init"}, "properties": {"repobilityId": "3f17b7245a36f920", "scanner": "scanner-primary", "fingerprint": "c0c3013af2f8b037", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "discovery/cli.py:786"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7bc1b7d8fef1d63f", "level": "note", "message": {"text": "Possibly dead Python function: cmd_status"}, "properties": {"repobilityId": "244b91f3ae7622bf", "scanner": "scanner-primary", "fingerprint": "7bc1b7d8fef1d63f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "discovery/cli.py:816"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-567aae5b3300600b", "level": "note", "message": {"text": "Possibly dead Python function: cmd_cluster"}, "properties": {"repobilityId": "790872f5b6b12ebe", "scanner": "scanner-primary", "fingerprint": "567aae5b3300600b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "discovery/cli.py:875"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-516a6e55e748b895", "level": "note", "message": {"text": "Possibly dead Python function: cmd_report"}, "properties": {"repobilityId": "e07177dc4040e77f", "scanner": "scanner-primary", "fingerprint": "516a6e55e748b895", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "discovery/cli.py:889"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2753285a04f27720", "level": "note", "message": {"text": "Possibly dead Python function: cmd_voc_validate"}, "properties": {"repobilityId": "3803a7b72a044e8c", "scanner": "scanner-primary", "fingerprint": "2753285a04f27720", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "discovery/cli.py:904"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3cb38438c6cb2297", "level": "note", "message": {"text": "Possibly dead Python function: cmd_export_eval_cases"}, "properties": {"repobilityId": "c6e51e5006418d97", "scanner": "scanner-primary", "fingerprint": "3cb38438c6cb2297", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "discovery/cli.py:992"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-89ef3c5f82bfff88", "level": "note", "message": {"text": "Possibly dead Python function: cmd_demo"}, "properties": {"repobilityId": "47c1c7779ff609cc", "scanner": "scanner-primary", "fingerprint": "89ef3c5f82bfff88", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "discovery/cli.py:1031"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-212ba8ef29ebf5c7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 strategy/cli.js:93"}, "properties": {"repobilityId": "809b4f472e54cde0", "scanner": "scanner-primary", "fingerprint": "212ba8ef29ebf5c7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6c73ee6dc2d8df49", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 strategy/render-docx.js:233"}, "properties": {"repobilityId": "56db92d7c61d013e", "scanner": "scanner-primary", "fingerprint": "6c73ee6dc2d8df49", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-96d92ee36740dbb6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 evalagent/generate-transcripts.js:285"}, "properties": {"repobilityId": "983abdf68f00a6c8", "scanner": "scanner-primary", "fingerprint": "96d92ee36740dbb6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c46a9edfe744653d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 evalagent/cli.js:321"}, "properties": {"repobilityId": "b98b68b403793623", "scanner": "scanner-primary", "fingerprint": "c46a9edfe744653d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-98de24ffe2c453f9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in strategy/render-docx.js:224"}, "properties": {"repobilityId": "70e1054e30f0fdb3", "scanner": "scanner-primary", "fingerprint": "98de24ffe2c453f9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "strategy/render-docx.js"}, "region": {"startLine": 224}}}]}, {"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-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": "9fcab0d4c860d62c", "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": "2750c5702969c2f4", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "f6fb52ebd1d4cee0", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "52cfa312c62e71e3", "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": "90ee10c760d9c8db", "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": "e00fbdd2a4826a68", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0c893f79d9d01ab4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/s2-framework.md"}, "properties": {"repobilityId": "78209a8ab9bcd24a", "scanner": "scanner-primary", "fingerprint": "0c893f79d9d01ab4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/s2-framework.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-61ad3a0fb03d9acc", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/s7-synthesis.md"}, "properties": {"repobilityId": "386f25757b09a6e5", "scanner": "scanner-primary", "fingerprint": "61ad3a0fb03d9acc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/s7-synthesis.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e7747b66498f1a33", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/e2-calibrate.md"}, "properties": {"repobilityId": "0964ecc777fd51d1", "scanner": "scanner-primary", "fingerprint": "e7747b66498f1a33", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/e2-calibrate.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-49fd95651d53edba", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/d3-label.md"}, "properties": {"repobilityId": "820a3836f556e7a7", "scanner": "scanner-primary", "fingerprint": "49fd95651d53edba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/d3-label.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e5bec0ff93f3a08c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/s4-scoring.md"}, "properties": {"repobilityId": "1dc13ee8b8e64eb7", "scanner": "scanner-primary", "fingerprint": "e5bec0ff93f3a08c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/s4-scoring.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8691846702f30592", "level": "none", "message": {"text": "Commented-code block (7 lines) in strategy/cli.js:6"}, "properties": {"repobilityId": "7c0725c30763549b", "scanner": "scanner-primary", "fingerprint": "8691846702f30592", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70879df5366a1eef", "level": "none", "message": {"text": "Commented-code block (6 lines) in core/schema.js:1"}, "properties": {"repobilityId": "eda3f541c88bc9f7", "scanner": "scanner-primary", "fingerprint": "70879df5366a1eef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f67e8cb7507a19bb", "level": "none", "message": {"text": "Commented-code block (6 lines) in core/ledger.js:4"}, "properties": {"repobilityId": "fdb309fa79701cca", "scanner": "scanner-primary", "fingerprint": "f67e8cb7507a19bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5e0709e2d8b5718", "level": "none", "message": {"text": "Commented-code block (12 lines) in discovery/cli.py:10"}, "properties": {"repobilityId": "d484dbb6df5859ac", "scanner": "scanner-primary", "fingerprint": "f5e0709e2d8b5718", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-03ed1b09b30ad7ac", "level": "none", "message": {"text": "Commented-code block (6 lines) in evalagent/cli.js:7"}, "properties": {"repobilityId": "a8c9a1caf4527ca2", "scanner": "scanner-primary", "fingerprint": "03ed1b09b30ad7ac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}