{"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-08cc0c74d1e6f969", "name": "Possibly dead Python function: shed", "shortDescription": {"text": "Possibly dead Python function: shed"}, "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-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-b665b887823d735f", "name": "Insecure pattern 'node_child_process' in src/ai/augury.ts:19", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/ai/augury.ts:19"}, "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-577bf26315ce6e21", "name": "Insecure pattern 'node_child_process' in src/ai/squire.test.ts:28", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/ai/squire.test.ts:28"}, "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-10c683306135dc1d", "name": "Insecure pattern 'node_child_process' in src/ai/squire.ts:19", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/ai/squire.ts:19"}, "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-875f853ea2e460a9", "name": "Insecure pattern 'node_child_process' in src/ai/oracle.ts:13", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/ai/oracle.ts: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-f7d131f920bb4e39", "name": "Insecure pattern 'node_child_process' in src/ai/augury.test.ts:30", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/ai/augury.test.ts:30"}, "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-81495da3036b78ec", "name": "Insecure pattern 'node_child_process' in src/repo/toolchain.ts:11", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/repo/toolchain.ts:11"}, "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-4d8ef5aa8b4cd496", "name": "Insecure pattern 'node_child_process' in src/repo/runner.ts:10", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/repo/runner.ts:10"}, "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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.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-f6cc9e0d4bfca2fb", "name": "Commented-code block (8 lines) in src/vim/engine.ts:235", "shortDescription": {"text": "Commented-code block (8 lines) in src/vim/engine.ts:235"}, "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/20069"}, "properties": {"repository": "Soypete/DragonSlayer", "repoUrl": "https://github.com/Soypete/DragonSlayer", "branch": "main"}, "results": [{"ruleId": "scanner-08cc0c74d1e6f969", "level": "note", "message": {"text": "Possibly dead Python function: shed"}, "properties": {"repobilityId": "eca0abcdf3af0fd0", "scanner": "scanner-primary", "fingerprint": "08cc0c74d1e6f969", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/repo/__fixtures__/serpents-spire/spire/scales.py:4"}, "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-b665b887823d735f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/ai/augury.ts:19"}, "properties": {"repobilityId": "3a2098049af09c78", "scanner": "scanner-primary", "fingerprint": "b665b887823d735f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ai/augury.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-577bf26315ce6e21", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/ai/squire.test.ts:28"}, "properties": {"repobilityId": "5720354177c9b4f7", "scanner": "scanner-primary", "fingerprint": "577bf26315ce6e21", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ai/squire.test.ts"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-10c683306135dc1d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/ai/squire.ts:19"}, "properties": {"repobilityId": "d54f100d2ec07e22", "scanner": "scanner-primary", "fingerprint": "10c683306135dc1d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ai/squire.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-875f853ea2e460a9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/ai/oracle.ts:13"}, "properties": {"repobilityId": "9494e4cd383edd9c", "scanner": "scanner-primary", "fingerprint": "875f853ea2e460a9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ai/oracle.ts"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-f7d131f920bb4e39", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/ai/augury.test.ts:30"}, "properties": {"repobilityId": "9b1f7408f6d668ea", "scanner": "scanner-primary", "fingerprint": "f7d131f920bb4e39", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ai/augury.test.ts"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-81495da3036b78ec", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/repo/toolchain.ts:11"}, "properties": {"repobilityId": "d558fd60e1137e77", "scanner": "scanner-primary", "fingerprint": "81495da3036b78ec", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/repo/toolchain.ts"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-4d8ef5aa8b4cd496", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/repo/runner.ts:10"}, "properties": {"repobilityId": "43d04bb44d3d5533", "scanner": "scanner-primary", "fingerprint": "4d8ef5aa8b4cd496", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/repo/runner.ts"}, "region": {"startLine": 10}}}]}, {"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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "9cb4e1f74d681262", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "e89e846e11659db4", "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": "d4a87bb827cf5ac8", "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": "909baf6f4ee0c153", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f6cc9e0d4bfca2fb", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/vim/engine.ts:235"}, "properties": {"repobilityId": "654f6c81023daf92", "scanner": "scanner-primary", "fingerprint": "f6cc9e0d4bfca2fb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}