{"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-083db587234ea494", "name": "Possibly dead Python function: log_message", "shortDescription": {"text": "Possibly dead Python function: log_message"}, "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-18b00216671a2ff3", "name": "Possibly dead Python function: do_POST", "shortDescription": {"text": "Possibly dead Python function: do_POST"}, "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-ae01ca75aa6313dd", "name": "Possibly dead Python function: guard", "shortDescription": {"text": "Possibly dead Python function: guard"}, "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-5ba6dafa52051b09", "name": "Stray `console.log` in TS/JS \u2014 pdf-annotator/assets/pdf.min.js:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 pdf-annotator/assets/pdf.min.js:22"}, "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-73f1421f183e17b4", "name": "Insecure pattern 'new_function_used' in pdf-annotator/assets/pdf.min.js:22", "shortDescription": {"text": "Insecure pattern 'new_function_used' in pdf-annotator/assets/pdf.min.js:22"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 15 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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 20 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: ci, tests. 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-2cce58f3470e1230", "name": "Agent authority lacks a verifier contract: aaarrr/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: aaarrr/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-669aeeaaefad9ebe", "name": "Agent authority lacks a verifier contract: pdf-annotator/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: pdf-annotator/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-3031a87444138b84", "name": "Commented-code block (12 lines) in aaarrr/scripts/asc_private_scrape.js:15", "shortDescription": {"text": "Commented-code block (12 lines) in aaarrr/scripts/asc_private_scrape.js:15"}, "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-92633925f8d61f02", "name": "`fetch()` without try/.catch or AbortSignal \u2014 aaarrr/scripts/asc_private_scrape.js:167", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 aaarrr/scripts/asc_private_scrape.js:167"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-35daac8f96673297", "name": "Commented-code block (9 lines) in aaarrr/scripts/play_scrape.js:8", "shortDescription": {"text": "Commented-code block (9 lines) in aaarrr/scripts/play_scrape.js:8"}, "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-019dee9c45cf67d2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 pdf-annotator/assets/pdf.min.js:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 pdf-annotator/assets/pdf.min.js:22"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ed4cce509fb5e369", "name": "Network/subprocess call without timeout or try/except \u2014 rfp-evaluator/scripts/_pdf_engine.py:49", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 rfp-evaluator/scripts/_pdf_engine.py:49"}, "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-fc478e022d72a118", "name": "Network/subprocess call without timeout or try/except \u2014 rfp-evaluator/scripts/render_pages.py:46", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 rfp-evaluator/scripts/render_pages.py:46"}, "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}}]}}, "automationDetails": {"id": "repobility/24616"}, "properties": {"repository": "bkizzy/claude-skills", "repoUrl": "https://github.com/bkizzy/claude-skills", "branch": "main"}, "results": [{"ruleId": "scanner-083db587234ea494", "level": "note", "message": {"text": "Possibly dead Python function: log_message"}, "properties": {"repobilityId": "965f3150b4af5b2e", "scanner": "scanner-primary", "fingerprint": "083db587234ea494", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf-annotator/scripts/annotate.py:55"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-18b00216671a2ff3", "level": "note", "message": {"text": "Possibly dead Python function: do_POST"}, "properties": {"repobilityId": "53357410ca9379a9", "scanner": "scanner-primary", "fingerprint": "18b00216671a2ff3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf-annotator/scripts/annotate.py:58"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ae01ca75aa6313dd", "level": "note", "message": {"text": "Possibly dead Python function: guard"}, "properties": {"repobilityId": "ae1bab2c927b10c8", "scanner": "scanner-primary", "fingerprint": "ae01ca75aa6313dd", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf-annotator/scripts/annotate.py:83"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5ba6dafa52051b09", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 pdf-annotator/assets/pdf.min.js:22"}, "properties": {"repobilityId": "fecdc619b3527282", "scanner": "scanner-primary", "fingerprint": "5ba6dafa52051b09", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-73f1421f183e17b4", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in pdf-annotator/assets/pdf.min.js:22"}, "properties": {"repobilityId": "e0eefd08d549fcc4", "scanner": "scanner-primary", "fingerprint": "73f1421f183e17b4", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf-annotator/assets/pdf.min.js"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e83c94c99f487e3f", "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": "38ed31c6920115c0", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "913576a7f6a38e25", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2cce58f3470e1230", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: aaarrr/SKILL.md"}, "properties": {"repobilityId": "623d2e504f484f0f", "scanner": "scanner-primary", "fingerprint": "2cce58f3470e1230", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "aaarrr/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-669aeeaaefad9ebe", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: pdf-annotator/SKILL.md"}, "properties": {"repobilityId": "9a28f4933efdc9a5", "scanner": "scanner-primary", "fingerprint": "669aeeaaefad9ebe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf-annotator/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3031a87444138b84", "level": "none", "message": {"text": "Commented-code block (12 lines) in aaarrr/scripts/asc_private_scrape.js:15"}, "properties": {"repobilityId": "c70d0693787b88f1", "scanner": "scanner-primary", "fingerprint": "3031a87444138b84", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-92633925f8d61f02", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 aaarrr/scripts/asc_private_scrape.js:167"}, "properties": {"repobilityId": "7dc0236eedbc0677", "scanner": "scanner-primary", "fingerprint": "92633925f8d61f02", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-35daac8f96673297", "level": "none", "message": {"text": "Commented-code block (9 lines) in aaarrr/scripts/play_scrape.js:8"}, "properties": {"repobilityId": "af69798250a8d602", "scanner": "scanner-primary", "fingerprint": "35daac8f96673297", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-019dee9c45cf67d2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 pdf-annotator/assets/pdf.min.js:22"}, "properties": {"repobilityId": "c6a96fa3927a5acb", "scanner": "scanner-primary", "fingerprint": "019dee9c45cf67d2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ed4cce509fb5e369", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 rfp-evaluator/scripts/_pdf_engine.py:49"}, "properties": {"repobilityId": "1e6e9bd6ef4ae2a0", "scanner": "scanner-primary", "fingerprint": "ed4cce509fb5e369", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fc478e022d72a118", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 rfp-evaluator/scripts/render_pages.py:46"}, "properties": {"repobilityId": "954b427e16fb200d", "scanner": "scanner-primary", "fingerprint": "fc478e022d72a118", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}