{"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-4d26b93cd1a16cb4", "name": "Possibly dead Python function: cell", "shortDescription": {"text": "Possibly dead Python function: cell"}, "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-f472eccae4a5c88d", "name": "Possibly dead Python function: worker_thread", "shortDescription": {"text": "Possibly dead Python function: worker_thread"}, "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-e79aea8a7f54aea0", "name": "Possibly dead Python function: big_scan_thread", "shortDescription": {"text": "Possibly dead Python function: big_scan_thread"}, "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-ff3711340e980f8f", "name": "Possibly dead Python function: monitor_thread", "shortDescription": {"text": "Possibly dead Python function: monitor_thread"}, "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-3728774987dd91e3", "name": "Possibly dead Python function: killer_thread", "shortDescription": {"text": "Possibly dead Python function: killer_thread"}, "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-16908cba76d38f6e", "name": "Possibly dead Python function: statedir_census", "shortDescription": {"text": "Possibly dead Python function: statedir_census"}, "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-e144c83142172ded", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "Query-farm-haybarn/haybarn-extension-ci-tools/.github/workflows/_extension_distribution.yml@haybarn can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "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 55 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-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-17d866d91a7c451e", "name": "Agent instruction/config may expose a secret: CLAUDE.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: CLAUDE.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-b0a4055b4826be41", "name": "Network/subprocess call without timeout or try/except \u2014 test/orchard_secret_e2e.py:60", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 test/orchard_secret_e2e.py:60"}, "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-4db1e29b3cd3004b", "name": "Network/subprocess call without timeout or try/except \u2014 test/orchard_httpfs_e2e.py:162", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 test/orchard_httpfs_e2e.py:162"}, "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-08f9530ff7a0f84b", "name": "Commented-code block (5 lines) in scripts/bench_buffered_table.py:41", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/bench_buffered_table.py:41"}, "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-bf2a181f020fafdc", "name": "Commented-code block (7 lines) in scripts/run_tests.py:312", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/run_tests.py:312"}, "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-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:\ntest/orchard_secret_e2e.py:main, test/orchard_httpfs_e2e.py:main\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}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/stress/pool.py:record, scripts/stress/pool.py:record, scripts/stress/pool.py:record\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}}, {"id": "scanner-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/stress/pool.py:worker_thread, scripts/stress/pool.py:worker_thread, scripts/stress/pool.py:worker_thread, scripts/stress/pool.py:worker_thread\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/17647"}, "properties": {"repository": "Query-farm/vgi", "repoUrl": "https://github.com/Query-farm/vgi", "branch": "main"}, "results": [{"ruleId": "scanner-4d26b93cd1a16cb4", "level": "note", "message": {"text": "Possibly dead Python function: cell"}, "properties": {"repobilityId": "81ab92677c068f14", "scanner": "scanner-primary", "fingerprint": "4d26b93cd1a16cb4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bench_buffered_table.py:32"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f472eccae4a5c88d", "level": "note", "message": {"text": "Possibly dead Python function: worker_thread"}, "properties": {"repobilityId": "c70195c7132fcbce", "scanner": "scanner-primary", "fingerprint": "f472eccae4a5c88d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/stress/pool.py:322"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e79aea8a7f54aea0", "level": "note", "message": {"text": "Possibly dead Python function: big_scan_thread"}, "properties": {"repobilityId": "517885439b57275c", "scanner": "scanner-primary", "fingerprint": "e79aea8a7f54aea0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/stress/pool.py:80"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ff3711340e980f8f", "level": "note", "message": {"text": "Possibly dead Python function: monitor_thread"}, "properties": {"repobilityId": "f4a4c7522433ca61", "scanner": "scanner-primary", "fingerprint": "ff3711340e980f8f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/stress/pool.py:97"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3728774987dd91e3", "level": "note", "message": {"text": "Possibly dead Python function: killer_thread"}, "properties": {"repobilityId": "9e5d2bbc28f09c52", "scanner": "scanner-primary", "fingerprint": "3728774987dd91e3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/stress/pool.py:200"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-16908cba76d38f6e", "level": "note", "message": {"text": "Possibly dead Python function: statedir_census"}, "properties": {"repobilityId": "2d4c3659e89d5187", "scanner": "scanner-primary", "fingerprint": "16908cba76d38f6e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/stress/common.py:271"}, "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-e144c83142172ded", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2834b3570db2c084", "scanner": "scanner-primary", "fingerprint": "e144c83142172ded", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/MainDistributionPipeline.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "724c5760428696ec", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "b509f8bbfdf006f9", "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": "a563df12512ddb2c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-17d866d91a7c451e", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: CLAUDE.md"}, "properties": {"repobilityId": "ccce5984e58a48f0", "scanner": "scanner-primary", "fingerprint": "17d866d91a7c451e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 226}}}]}, {"ruleId": "scanner-b0a4055b4826be41", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 test/orchard_secret_e2e.py:60"}, "properties": {"repobilityId": "71691f7c5126ad53", "scanner": "scanner-primary", "fingerprint": "b0a4055b4826be41", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4db1e29b3cd3004b", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 test/orchard_httpfs_e2e.py:162"}, "properties": {"repobilityId": "d88d06643c4aefa3", "scanner": "scanner-primary", "fingerprint": "4db1e29b3cd3004b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-08f9530ff7a0f84b", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/bench_buffered_table.py:41"}, "properties": {"repobilityId": "aa65e643417bb961", "scanner": "scanner-primary", "fingerprint": "08f9530ff7a0f84b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bf2a181f020fafdc", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/run_tests.py:312"}, "properties": {"repobilityId": "6c99017981204b27", "scanner": "scanner-primary", "fingerprint": "bf2a181f020fafdc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "34bd1480c9fa4b7b", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "d9dcc6ada2f7752a", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "8113b57f805ef82c", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}