{"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-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-662229ab899f3769", "name": "Insecure pattern 'node_child_process' in scripts/lint.mjs:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/lint.mjs:4"}, "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-086261f0a9258515", "name": "Insecure pattern 'node_child_process' in scripts/verify-local-tools.mjs:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/verify-local-tools.mjs:5"}, "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-ccafd6483c73f6b2", "name": "Insecure pattern 'node_child_process' in scripts/package-spec.mjs:13", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/package-spec.mjs:13"}, "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-6c8886089c77b7fb", "name": "Insecure pattern 'node_child_process' in scripts/walk-game-idea.mjs:7", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/walk-game-idea.mjs:7"}, "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-acd5479676f189d7", "name": "Insecure pattern 'node_child_process' in scripts/run-gates.mjs:7", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/run-gates.mjs:7"}, "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-f5d555b7225e20aa", "name": "Very large file: tests/factory.test.mjs (1220 lines)", "shortDescription": {"text": "Very large file: tests/factory.test.mjs (1220 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "4 tests / 31 src (ratio 0.13)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 38 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. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-fa570097e4fe001a", "name": "Agent authority lacks a verifier contract: .codex/skills/tgf-office-hours-grill/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-office-hours-grill/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4d98b670071dede6", "name": "Agent authority lacks a verifier contract: .codex/skills/tgf-harness/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-harness/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fccc274878647302", "name": "Agent authority lacks a verifier contract: .codex/skills/tgf-existing-project-rescue/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-existing-project-rescue/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0ea621aeecce7490", "name": "Agent authority lacks a verifier contract: .codex/skills/tgf-depth-redteam/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-depth-redteam/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a617db6a1084ec30", "name": "Agent authority lacks a verifier contract: .codex/skills/tgf-handoff/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-handoff/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c9c2764b1986d150", "name": "Commented-code block (5 lines) in scripts/validate-artifacts.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/validate-artifacts.mjs:2"}, "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-12ee1849f36a94ce", "name": "Commented-code block (7 lines) in scripts/advance-run.mjs:2", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/advance-run.mjs:2"}, "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-5342eff8e1879e05", "name": "Commented-code block (5 lines) in scripts/package-spec.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/package-spec.mjs:2"}, "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-8c6dc1d42b7bee22", "name": "Commented-code block (5 lines) in scripts/run-gates.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/run-gates.mjs:2"}, "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-9d0ae214a955ca9c", "name": "Commented-code block (6 lines) in scripts/emit-local-issues.mjs:2", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/emit-local-issues.mjs:2"}, "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-e627b0420a845126", "name": "Commented-code block (5 lines) in scripts/lib/run-state.mjs:172", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/lib/run-state.mjs:172"}, "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-1d9dad2529ae6e2d", "name": "Commented-code block (13 lines) in scripts/lib/spec-decomposition.mjs:3", "shortDescription": {"text": "Commented-code block (13 lines) in scripts/lib/spec-decomposition.mjs: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-1c43bcc326406c39", "name": "Commented-code block (12 lines) in scripts/lib/anti-boring-gate.mjs:3", "shortDescription": {"text": "Commented-code block (12 lines) in scripts/lib/anti-boring-gate.mjs: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-39048802d8ec0062", "name": "Commented-code block (5 lines) in scripts/lib/validate-json-schema.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/lib/validate-json-schema.mjs: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-2115e13bbb37f797", "name": "Commented-code block (7 lines) in scripts/lib/factory-contract.mjs:1", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/lib/factory-contract.mjs: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-6c1da3188c9881c7", "name": "Commented-code block (5 lines) in scripts/lib/issue-format.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/lib/issue-format.mjs: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-d1d5a2d339dbcb7b", "name": "Commented-code block (6 lines) in templates/spec-pack/guards/lib/guard.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in templates/spec-pack/guards/lib/guard.mjs: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-1813b5ea306a5d4d", "name": "Commented-code block (5 lines) in hooks/mcp_mutation_must_emit_text.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in hooks/mcp_mutation_must_emit_text.mjs:2"}, "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-e2ff0202d377a3b4", "name": "Commented-code block (6 lines) in hooks/lib/guard.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in hooks/lib/guard.mjs: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}}]}}, "automationDetails": {"id": "repobility/19385"}, "properties": {"repository": "ShanesNotes/tiny-game-factory", "repoUrl": "https://github.com/ShanesNotes/tiny-game-factory", "branch": "main"}, "results": [{"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-662229ab899f3769", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/lint.mjs:4"}, "properties": {"repobilityId": "d5a64a37281ba4f3", "scanner": "scanner-primary", "fingerprint": "662229ab899f3769", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/lint.mjs"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-086261f0a9258515", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/verify-local-tools.mjs:5"}, "properties": {"repobilityId": "4ee58fbe2791974b", "scanner": "scanner-primary", "fingerprint": "086261f0a9258515", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/verify-local-tools.mjs"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-ccafd6483c73f6b2", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/package-spec.mjs:13"}, "properties": {"repobilityId": "ab55424223cb5bc6", "scanner": "scanner-primary", "fingerprint": "ccafd6483c73f6b2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/package-spec.mjs"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-6c8886089c77b7fb", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/walk-game-idea.mjs:7"}, "properties": {"repobilityId": "885989c1dc87448b", "scanner": "scanner-primary", "fingerprint": "6c8886089c77b7fb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/walk-game-idea.mjs"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-acd5479676f189d7", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/run-gates.mjs:7"}, "properties": {"repobilityId": "7e8fe831f182a95c", "scanner": "scanner-primary", "fingerprint": "acd5479676f189d7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/run-gates.mjs"}, "region": {"startLine": 7}}}]}, {"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-f5d555b7225e20aa", "level": "note", "message": {"text": "Very large file: tests/factory.test.mjs (1220 lines)"}, "properties": {"repobilityId": "b2ae355040c56f69", "scanner": "scanner-primary", "fingerprint": "f5d555b7225e20aa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "6909e37ecb8dde1b", "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": "ef081ec6a27f75ec", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "70d27374e7956747", "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": "d86db6be2802921c", "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": "a65fa9ef719b92c4", "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": "843dfc9e3c629f3d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-fa570097e4fe001a", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-office-hours-grill/SKILL.md"}, "properties": {"repobilityId": "b5f8ca6a31ef2856", "scanner": "scanner-primary", "fingerprint": "fa570097e4fe001a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/skills/tgf-office-hours-grill/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4d98b670071dede6", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-harness/SKILL.md"}, "properties": {"repobilityId": "2a16e0a38213f386", "scanner": "scanner-primary", "fingerprint": "4d98b670071dede6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/skills/tgf-harness/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fccc274878647302", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-existing-project-rescue/SKILL.md"}, "properties": {"repobilityId": "fa37a88d3374d1f2", "scanner": "scanner-primary", "fingerprint": "fccc274878647302", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/skills/tgf-existing-project-rescue/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0ea621aeecce7490", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-depth-redteam/SKILL.md"}, "properties": {"repobilityId": "68c661ffbf1312dd", "scanner": "scanner-primary", "fingerprint": "0ea621aeecce7490", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/skills/tgf-depth-redteam/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a617db6a1084ec30", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .codex/skills/tgf-handoff/SKILL.md"}, "properties": {"repobilityId": "775bdc054f19f50c", "scanner": "scanner-primary", "fingerprint": "a617db6a1084ec30", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "codex_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".codex/skills/tgf-handoff/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-c9c2764b1986d150", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/validate-artifacts.mjs:2"}, "properties": {"repobilityId": "5f246b7361bf82dc", "scanner": "scanner-primary", "fingerprint": "c9c2764b1986d150", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12ee1849f36a94ce", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/advance-run.mjs:2"}, "properties": {"repobilityId": "247a749b44765818", "scanner": "scanner-primary", "fingerprint": "12ee1849f36a94ce", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5342eff8e1879e05", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/package-spec.mjs:2"}, "properties": {"repobilityId": "98bf7c6d318e9536", "scanner": "scanner-primary", "fingerprint": "5342eff8e1879e05", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8c6dc1d42b7bee22", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/run-gates.mjs:2"}, "properties": {"repobilityId": "62aae6b1f1d5c868", "scanner": "scanner-primary", "fingerprint": "8c6dc1d42b7bee22", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9d0ae214a955ca9c", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/emit-local-issues.mjs:2"}, "properties": {"repobilityId": "fcd9987450493654", "scanner": "scanner-primary", "fingerprint": "9d0ae214a955ca9c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e627b0420a845126", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/lib/run-state.mjs:172"}, "properties": {"repobilityId": "0f685d31e60f019c", "scanner": "scanner-primary", "fingerprint": "e627b0420a845126", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1d9dad2529ae6e2d", "level": "none", "message": {"text": "Commented-code block (13 lines) in scripts/lib/spec-decomposition.mjs:3"}, "properties": {"repobilityId": "6c6ccbce70bb8fcf", "scanner": "scanner-primary", "fingerprint": "1d9dad2529ae6e2d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c43bcc326406c39", "level": "none", "message": {"text": "Commented-code block (12 lines) in scripts/lib/anti-boring-gate.mjs:3"}, "properties": {"repobilityId": "3ac9b56e5fa9e23e", "scanner": "scanner-primary", "fingerprint": "1c43bcc326406c39", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-39048802d8ec0062", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/lib/validate-json-schema.mjs:1"}, "properties": {"repobilityId": "13d992eb5cbfd3e0", "scanner": "scanner-primary", "fingerprint": "39048802d8ec0062", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2115e13bbb37f797", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/lib/factory-contract.mjs:1"}, "properties": {"repobilityId": "cce9670c500f0fd1", "scanner": "scanner-primary", "fingerprint": "2115e13bbb37f797", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6c1da3188c9881c7", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/lib/issue-format.mjs:1"}, "properties": {"repobilityId": "90d6331970f434e3", "scanner": "scanner-primary", "fingerprint": "6c1da3188c9881c7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d1d5a2d339dbcb7b", "level": "none", "message": {"text": "Commented-code block (6 lines) in templates/spec-pack/guards/lib/guard.mjs:1"}, "properties": {"repobilityId": "3c240cb59b622780", "scanner": "scanner-primary", "fingerprint": "d1d5a2d339dbcb7b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1813b5ea306a5d4d", "level": "none", "message": {"text": "Commented-code block (5 lines) in hooks/mcp_mutation_must_emit_text.mjs:2"}, "properties": {"repobilityId": "e799b8dcee2efee1", "scanner": "scanner-primary", "fingerprint": "1813b5ea306a5d4d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e2ff0202d377a3b4", "level": "none", "message": {"text": "Commented-code block (6 lines) in hooks/lib/guard.mjs:1"}, "properties": {"repobilityId": "b1dd66f46636dbc4", "scanner": "scanner-primary", "fingerprint": "e2ff0202d377a3b4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}