{"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-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-43d9fde05a18bb84", "name": "Possible secret in .gitleaks.toml", "shortDescription": {"text": "Possible secret in .gitleaks.toml"}, "fullDescription": {"text": "Detected pattern matching github_token. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-91aeefa2ef41542c", "name": "Insecure pattern 'dangerous_innerhtml' in adapters/claude-code/user-level/skills/security-audit/SKILL.md:32", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in adapters/claude-code/user-level/skills/security-audit/SKILL.md:32"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c24e64f26f76d038", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "gitleaks/gitleaks-action@v3 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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 tests. 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-465b9c2191885554", "name": "Agent authority lacks a verifier contract: adapters/claude-code/user-level/skills/project-tech-stack-decision/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: adapters/claude-code/user-level/skills/project-tech-stack-decision/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-2e90fbc0f6f1de8a", "name": "Agent authority lacks a verifier contract: adapters/claude-code/user-level/skills/dependency-review/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: adapters/claude-code/user-level/skills/dependency-review/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}}]}}, "automationDetails": {"id": "repobility/21817"}, "properties": {"repository": "u-stem/claude-system", "repoUrl": "https://github.com/u-stem/claude-system", "branch": "main"}, "results": [{"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-43d9fde05a18bb84", "level": "error", "message": {"text": "Possible secret in .gitleaks.toml"}, "properties": {"repobilityId": "563a4ea1d5c03b20", "scanner": "scanner-primary", "fingerprint": "43d9fde05a18bb84", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".gitleaks.toml"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-91aeefa2ef41542c", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in adapters/claude-code/user-level/skills/security-audit/SKILL.md:32"}, "properties": {"repobilityId": "88c31cba8392ccbb", "scanner": "scanner-primary", "fingerprint": "91aeefa2ef41542c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "adapters/claude-code/user-level/skills/security-audit/SKILL.md"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-c24e64f26f76d038", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5ac53142e55e068b", "scanner": "scanner-primary", "fingerprint": "c24e64f26f76d038", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/secrets-scan.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "e1078fb5ba7b4559", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "27462c895134b88e", "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": "f06239a8f7d40f06", "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": "70d5205bbe0fc712", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-465b9c2191885554", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: adapters/claude-code/user-level/skills/project-tech-stack-decision/SKILL.md"}, "properties": {"repobilityId": "6a2a5c36ec77398c", "scanner": "scanner-primary", "fingerprint": "465b9c2191885554", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "adapters/claude-code/user-level/skills/project-tech-stack-decision/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2e90fbc0f6f1de8a", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: adapters/claude-code/user-level/skills/dependency-review/SKILL.md"}, "properties": {"repobilityId": "ee447e3f0a85dbe0", "scanner": "scanner-primary", "fingerprint": "2e90fbc0f6f1de8a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "adapters/claude-code/user-level/skills/dependency-review/SKILL.md"}, "region": {"startLine": 1}}}]}]}]}