{"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-07906219316e4f02", "name": "Possibly dead Python function: repl", "shortDescription": {"text": "Possibly dead Python function: repl"}, "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-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-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-50e118ebc327751c", "name": "Agent authority lacks a verifier contract: course-designer/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: course-designer/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-51e4942cecb3e6f7", "name": "Agent authority lacks a verifier contract: ta-coordinator/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: ta-coordinator/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-8618dce8427c5412", "name": "Agent instruction/config may expose a secret: deck-studio/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: deck-studio/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-5b4f0019bd1d7583", "name": "Agent authority lacks a verifier contract: teaching-reflector/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: teaching-reflector/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-d52795745d2a6b34", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/build_codex.py:50", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/build_codex.py:50"}, "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/23405"}, "properties": {"repository": "YujxZJCN/teaching-skills", "repoUrl": "https://github.com/YujxZJCN/teaching-skills", "branch": "main"}, "results": [{"ruleId": "scanner-07906219316e4f02", "level": "note", "message": {"text": "Possibly dead Python function: repl"}, "properties": {"repobilityId": "6f5d3779bbb8be8b", "scanner": "scanner-primary", "fingerprint": "07906219316e4f02", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build_codex.py:422"}, "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "5018801aa514f437", "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": "296ae174a6c7d449", "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": "91b872577c4ddeb7", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-50e118ebc327751c", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: course-designer/SKILL.md"}, "properties": {"repobilityId": "645e96cefb38f4f5", "scanner": "scanner-primary", "fingerprint": "50e118ebc327751c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "course-designer/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-51e4942cecb3e6f7", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: ta-coordinator/SKILL.md"}, "properties": {"repobilityId": "fdb5579b7b10e3e2", "scanner": "scanner-primary", "fingerprint": "51e4942cecb3e6f7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ta-coordinator/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8618dce8427c5412", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: deck-studio/SKILL.md"}, "properties": {"repobilityId": "5142c732a3ed3e44", "scanner": "scanner-primary", "fingerprint": "8618dce8427c5412", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deck-studio/SKILL.md"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-5b4f0019bd1d7583", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: teaching-reflector/SKILL.md"}, "properties": {"repobilityId": "31a0df62a27b0465", "scanner": "scanner-primary", "fingerprint": "5b4f0019bd1d7583", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "teaching-reflector/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d52795745d2a6b34", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/build_codex.py:50"}, "properties": {"repobilityId": "1d0b8df28942400a", "scanner": "scanner-primary", "fingerprint": "d52795745d2a6b34", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}