{"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-f7202f01e64f7058", "name": "Possibly dead Python function: add_module", "shortDescription": {"text": "Possibly dead Python function: add_module"}, "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-24d160a803aabd06", "name": "Possibly dead Python function: add_module_class", "shortDescription": {"text": "Possibly dead Python function: add_module_class"}, "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-e7307b3c9987b14f", "name": "Possibly dead Python function: add_module_dependency", "shortDescription": {"text": "Possibly dead Python function: add_module_dependency"}, "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-22e5b94497dc5175", "name": "Stray `console.log` in TS/JS \u2014 tests/fixtures/typescript/simple_project/polyfill.ts:2", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/fixtures/typescript/simple_project/polyfill.ts:2"}, "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-b5dc338cb6b289ce", "name": "Stray `console.log` in TS/JS \u2014 tests/fixtures/typescript/simple_project/services/base.ts:3", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/fixtures/typescript/simple_project/services/base.ts:3"}, "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-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-32c9e3de752181c0", "name": "Very large file: coderepomap/typescript/parser.py (1193 lines)", "shortDescription": {"text": "Very large file: coderepomap/typescript/parser.py (1193 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 88 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-df5f09e7f66211d1", "name": "Agent instruction/config may expose a secret: skills/repomap/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: skills/repomap/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-140a41b756610400", "name": "Commented-code block (13 lines) in coderepomap/csharp/parser.py:543", "shortDescription": {"text": "Commented-code block (13 lines) in coderepomap/csharp/parser.py:543"}, "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-c6ed24029ea9ac61", "name": "Commented-code block (7 lines) in coderepomap/lua/parser.py:395", "shortDescription": {"text": "Commented-code block (7 lines) in coderepomap/lua/parser.py:395"}, "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-26b708dd4bfc748a", "name": "Commented-code block (5 lines) in coderepomap/core/crosslang.py:112", "shortDescription": {"text": "Commented-code block (5 lines) in coderepomap/core/crosslang.py:112"}, "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-e566eb1b4c47f69a", "name": "Commented-code block (5 lines) in coderepomap/core/renderer.py:193", "shortDescription": {"text": "Commented-code block (5 lines) in coderepomap/core/renderer.py:193"}, "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-7d6a8418c3dca1b8", "name": "Commented-code block (5 lines) in coderepomap/core/generator.py:212", "shortDescription": {"text": "Commented-code block (5 lines) in coderepomap/core/generator.py:212"}, "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-741f8ef62200ca4a", "name": "Commented-code block (5 lines) in coderepomap/go/parser.py:52", "shortDescription": {"text": "Commented-code block (5 lines) in coderepomap/go/parser.py:52"}, "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-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:\ncoderepomap/typescript/parser.py:parse_file, coderepomap/lua/parser.py:parse_file, coderepomap/go/parser.py:parse_file\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:\ncoderepomap/csharp/parser.py:parse_file, coderepomap/csharp/parser.py:parse_file\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/20151"}, "properties": {"repository": "sputnicyoji/coderepomap", "repoUrl": "https://github.com/sputnicyoji/coderepomap", "branch": "main"}, "results": [{"ruleId": "scanner-f7202f01e64f7058", "level": "note", "message": {"text": "Possibly dead Python function: add_module"}, "properties": {"repobilityId": "9ab86a65f06ea5cd", "scanner": "scanner-primary", "fingerprint": "f7202f01e64f7058", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "coderepomap/ranker.py:227"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-24d160a803aabd06", "level": "note", "message": {"text": "Possibly dead Python function: add_module_class"}, "properties": {"repobilityId": "089c5eaadd5a29a2", "scanner": "scanner-primary", "fingerprint": "24d160a803aabd06", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "coderepomap/ranker.py:236"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e7307b3c9987b14f", "level": "note", "message": {"text": "Possibly dead Python function: add_module_dependency"}, "properties": {"repobilityId": "70725bd1c6cf64b0", "scanner": "scanner-primary", "fingerprint": "e7307b3c9987b14f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "coderepomap/ranker.py:241"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-22e5b94497dc5175", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/fixtures/typescript/simple_project/polyfill.ts:2"}, "properties": {"repobilityId": "59f8063aacbe237b", "scanner": "scanner-primary", "fingerprint": "22e5b94497dc5175", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b5dc338cb6b289ce", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/fixtures/typescript/simple_project/services/base.ts:3"}, "properties": {"repobilityId": "2aed293483e4baeb", "scanner": "scanner-primary", "fingerprint": "b5dc338cb6b289ce", "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-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-32c9e3de752181c0", "level": "note", "message": {"text": "Very large file: coderepomap/typescript/parser.py (1193 lines)"}, "properties": {"repobilityId": "e97a08f742f3e731", "scanner": "scanner-primary", "fingerprint": "32c9e3de752181c0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c9b866b174259226", "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": "c7f4c01cfaff5a10", "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": "d43578914b45986c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-df5f09e7f66211d1", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: skills/repomap/SKILL.md"}, "properties": {"repobilityId": "dc468959ed642dda", "scanner": "scanner-primary", "fingerprint": "df5f09e7f66211d1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/repomap/SKILL.md"}, "region": {"startLine": 197}}}]}, {"ruleId": "scanner-140a41b756610400", "level": "none", "message": {"text": "Commented-code block (13 lines) in coderepomap/csharp/parser.py:543"}, "properties": {"repobilityId": "8eb6bbafacec820f", "scanner": "scanner-primary", "fingerprint": "140a41b756610400", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c6ed24029ea9ac61", "level": "none", "message": {"text": "Commented-code block (7 lines) in coderepomap/lua/parser.py:395"}, "properties": {"repobilityId": "c2a6dfd7ed972834", "scanner": "scanner-primary", "fingerprint": "c6ed24029ea9ac61", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-26b708dd4bfc748a", "level": "none", "message": {"text": "Commented-code block (5 lines) in coderepomap/core/crosslang.py:112"}, "properties": {"repobilityId": "ec51e8c024c2f0f8", "scanner": "scanner-primary", "fingerprint": "26b708dd4bfc748a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e566eb1b4c47f69a", "level": "none", "message": {"text": "Commented-code block (5 lines) in coderepomap/core/renderer.py:193"}, "properties": {"repobilityId": "eba6f6607666094f", "scanner": "scanner-primary", "fingerprint": "e566eb1b4c47f69a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7d6a8418c3dca1b8", "level": "none", "message": {"text": "Commented-code block (5 lines) in coderepomap/core/generator.py:212"}, "properties": {"repobilityId": "0c7d53918acebb96", "scanner": "scanner-primary", "fingerprint": "7d6a8418c3dca1b8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-741f8ef62200ca4a", "level": "none", "message": {"text": "Commented-code block (5 lines) in coderepomap/go/parser.py:52"}, "properties": {"repobilityId": "981569bce6a28ff6", "scanner": "scanner-primary", "fingerprint": "741f8ef62200ca4a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "763a59b54361c7f1", "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": "5d2fa60cec3e83de", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}