{"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-0f5a975618c34ed6", "name": "Privileged port 548 in use", "shortDescription": {"text": "Privileged port 548 in use"}, "fullDescription": {"text": "Port 548 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "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-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-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-cc36e27f0e2b3fca", "name": "Agent authority lacks a verifier contract: .claude/skills/cqrs-patterns/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/cqrs-patterns/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-ca26c2fc9b73475d", "name": "Agent authority lacks a verifier contract: .claude/skills/api-design/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/api-design/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-5ad1f8d4c5b3d119", "name": "Agent instruction contains unpinned remote install: .claude/skills/development-workflow/SKILL.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: .claude/skills/development-workflow/SKILL.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1dd077b77e547b94", "name": "Agent instruction/config may expose a secret: .claude/skills/data-access/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/data-access/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-3eafb993d6f67146", "name": "Commented-code block (5 lines) in tests/k6/load.js:84", "shortDescription": {"text": "Commented-code block (5 lines) in tests/k6/load.js:84"}, "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}}]}}, "automationDetails": {"id": "repobility/23490"}, "properties": {"repository": "z3d/Starter-App-Dotnet-0", "repoUrl": "https://github.com/z3d/Starter-App-Dotnet-0", "branch": "main"}, "results": [{"ruleId": "scanner-0f5a975618c34ed6", "level": "warning", "message": {"text": "Privileged port 548 in use"}, "properties": {"repobilityId": "42148832c8e2eef1", "scanner": "scanner-primary", "fingerprint": "0f5a975618c34ed6", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/StarterApp.Api/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "e55ae40ab787f370", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "2af282ae789ec3c9", "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": "e057919f08c3d11e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-cc36e27f0e2b3fca", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/cqrs-patterns/SKILL.md"}, "properties": {"repobilityId": "1851656f9aeeca68", "scanner": "scanner-primary", "fingerprint": "cc36e27f0e2b3fca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/cqrs-patterns/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ca26c2fc9b73475d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/api-design/SKILL.md"}, "properties": {"repobilityId": "db95ddc5bd3925ec", "scanner": "scanner-primary", "fingerprint": "ca26c2fc9b73475d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/api-design/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5ad1f8d4c5b3d119", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: .claude/skills/development-workflow/SKILL.md"}, "properties": {"repobilityId": "84fc0e654f2dcaf4", "scanner": "scanner-primary", "fingerprint": "5ad1f8d4c5b3d119", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/development-workflow/SKILL.md"}, "region": {"startLine": 176}}}]}, {"ruleId": "scanner-1dd077b77e547b94", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/data-access/SKILL.md"}, "properties": {"repobilityId": "cf8e9c4aa97bb66b", "scanner": "scanner-primary", "fingerprint": "1dd077b77e547b94", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/data-access/SKILL.md"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-3eafb993d6f67146", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/k6/load.js:84"}, "properties": {"repobilityId": "455f0482996c18a8", "scanner": "scanner-primary", "fingerprint": "3eafb993d6f67146", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}