{"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-d088d39d84fcd1fd", "name": "Possibly dead Python function: deco", "shortDescription": {"text": "Possibly dead Python function: deco"}, "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-e0f42d3fc922909c", "name": "Possibly dead Python function: make_calendar_client", "shortDescription": {"text": "Possibly dead Python function: make_calendar_client"}, "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-6b326ccc09cc94fb", "name": "Insecure pattern 'direct_innerhtml_assignment' in technical-report.html:1910", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in technical-report.html:1910"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-28606aac6ad194ab", "name": "Very large file: tests/test_unified_agent.py (2186 lines)", "shortDescription": {"text": "Very large file: tests/test_unified_agent.py (2186 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-fd00d9db069fa069", "name": "Very large file: tests/test_filters.py (1434 lines)", "shortDescription": {"text": "Very large file: tests/test_filters.py (1434 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-dc77a3f57188cd20", "name": "Very large file: organist_bot/integrations/unified_agent.py (2064 lines)", "shortDescription": {"text": "Very large file: organist_bot/integrations/unified_agent.py (2064 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-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 18 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-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 license. 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-997034b14887c1a0", "name": "Agent instruction/config may expose a secret: .claude/skills/add-gig-filter/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/add-gig-filter/SKILL.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-79479360ff23eb8d", "name": "Commented-code block (5 lines) in main.py:197", "shortDescription": {"text": "Commented-code block (5 lines) in main.py:197"}, "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-a23dbb7d9236bb17", "name": "Legacy-named symbol `run_old` in tests/test_sheets_logger.py:677", "shortDescription": {"text": "Legacy-named symbol `run_old` in tests/test_sheets_logger.py:677"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-576b2b779a145d09", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/auto_deploy.py:31", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/auto_deploy.py:31"}, "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-2cf84e19849f040c", "name": "Network/subprocess call without timeout or try/except \u2014 .claude/hooks/post_edit_lint.py:10", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 .claude/hooks/post_edit_lint.py:10"}, "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-c0e92b4410e103b3", "name": "Network/subprocess call without timeout or try/except \u2014 .claude/hooks/stop_quality_check.py:11", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 .claude/hooks/stop_quality_check.py:11"}, "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-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:\norganist_bot/notifier.py:send, organist_bot/notifier.py:send, organist_bot/notifier.py:send\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-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:\norganist_bot/logging_config.py:format, organist_bot/logging_config.py:format\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/19187"}, "properties": {"repository": "seby-dev/organist_bot", "repoUrl": "https://github.com/seby-dev/organist_bot", "branch": "main"}, "results": [{"ruleId": "scanner-d088d39d84fcd1fd", "level": "note", "message": {"text": "Possibly dead Python function: deco"}, "properties": {"repobilityId": "11da05572c448654", "scanner": "scanner-primary", "fingerprint": "d088d39d84fcd1fd", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "organist_bot/integrations/unified_agent.py:716"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e0f42d3fc922909c", "level": "note", "message": {"text": "Possibly dead Python function: make_calendar_client"}, "properties": {"repobilityId": "eb5cab5963a9a547", "scanner": "scanner-primary", "fingerprint": "e0f42d3fc922909c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "organist_bot/integrations/calendar_client.py:54"}, "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-6b326ccc09cc94fb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in technical-report.html:1910"}, "properties": {"repobilityId": "1fa3b6b6631c2837", "scanner": "scanner-primary", "fingerprint": "6b326ccc09cc94fb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "technical-report.html"}, "region": {"startLine": 1910}}}]}, {"ruleId": "scanner-28606aac6ad194ab", "level": "note", "message": {"text": "Very large file: tests/test_unified_agent.py (2186 lines)"}, "properties": {"repobilityId": "fa09efdb5eea1b42", "scanner": "scanner-primary", "fingerprint": "28606aac6ad194ab", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-fd00d9db069fa069", "level": "note", "message": {"text": "Very large file: tests/test_filters.py (1434 lines)"}, "properties": {"repobilityId": "67e5b5fa29cf7813", "scanner": "scanner-primary", "fingerprint": "fd00d9db069fa069", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-dc77a3f57188cd20", "level": "note", "message": {"text": "Very large file: organist_bot/integrations/unified_agent.py (2064 lines)"}, "properties": {"repobilityId": "e2edb3702c7da000", "scanner": "scanner-primary", "fingerprint": "dc77a3f57188cd20", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "f8144d354317fd24", "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": "ab225a8f12d0283a", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "934c718332980381", "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": "afce3102be278f09", "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": "bf0501cea30c0162", "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": "3a1666387de418ba", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-997034b14887c1a0", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/add-gig-filter/SKILL.md"}, "properties": {"repobilityId": "3f33f64445e89624", "scanner": "scanner-primary", "fingerprint": "997034b14887c1a0", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/add-gig-filter/SKILL.md"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-79479360ff23eb8d", "level": "none", "message": {"text": "Commented-code block (5 lines) in main.py:197"}, "properties": {"repobilityId": "c7cb9f288b8504d1", "scanner": "scanner-primary", "fingerprint": "79479360ff23eb8d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a23dbb7d9236bb17", "level": "note", "message": {"text": "Legacy-named symbol `run_old` in tests/test_sheets_logger.py:677"}, "properties": {"repobilityId": "41c74c8e6fddb038", "scanner": "scanner-primary", "fingerprint": "a23dbb7d9236bb17", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-576b2b779a145d09", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/auto_deploy.py:31"}, "properties": {"repobilityId": "a8aa687045915333", "scanner": "scanner-primary", "fingerprint": "576b2b779a145d09", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2cf84e19849f040c", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 .claude/hooks/post_edit_lint.py:10"}, "properties": {"repobilityId": "642b1082202110f1", "scanner": "scanner-primary", "fingerprint": "2cf84e19849f040c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c0e92b4410e103b3", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 .claude/hooks/stop_quality_check.py:11"}, "properties": {"repobilityId": "7b684674d8bf3aae", "scanner": "scanner-primary", "fingerprint": "c0e92b4410e103b3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "841305f683cba2ed", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "31f00716c3243021", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}