{"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-d8da9dbd98200205", "name": "Privileged port 9 in use", "shortDescription": {"text": "Privileged port 9 in use"}, "fullDescription": {"text": "Port 9 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-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-56a39ac27b695a4e", "name": "Insecure pattern 'eval_used' in skills/phase4/cso/SKILL.md:302", "shortDescription": {"text": "Insecure pattern 'eval_used' in skills/phase4/cso/SKILL.md:302"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0ab8d9430310d825", "name": "Insecure pattern 'exec_used' in skills/phase4/cso/SKILL.md:302", "shortDescription": {"text": "Insecure pattern 'exec_used' in skills/phase4/cso/SKILL.md:302"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0016c1f54b97d0f2", "name": "Insecure pattern 'dangerous_innerhtml' in skills/phase4/cso/SKILL.md:299", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in skills/phase4/cso/SKILL.md:299"}, "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-a231340f7defb033", "name": "Insecure pattern 'weak_hash' in skills/phase4/cso/SKILL.md:351", "shortDescription": {"text": "Insecure pattern 'weak_hash' in skills/phase4/cso/SKILL.md:351"}, "fullDescription": {"text": "Found a known-risky pattern (weak_hash). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-80b82447d904074d", "name": "Insecure pattern 'eval_used' in skills/phase5/ship/SKILL.md:694", "shortDescription": {"text": "Insecure pattern 'eval_used' in skills/phase5/ship/SKILL.md:694"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e978a79770d7e0e1", "name": "Insecure pattern 'eval_used' in skills/phase1/plan-eng-review/SKILL.md:375", "shortDescription": {"text": "Insecure pattern 'eval_used' in skills/phase1/plan-eng-review/SKILL.md:375"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 8 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-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-cada8ec4285b34eb", "name": "Agent instruction contains unpinned remote install: skills/phase5/ship/SKILL.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: skills/phase5/ship/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-63a5dedfec197c2d", "name": "Agent authority lacks a verifier contract: skills/phase5/handoff/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/phase5/handoff/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-af80c670915f1328", "name": "Agent authority lacks a verifier contract: skills/utils/context-restore/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/utils/context-restore/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-45fc2573e51c2c97", "name": "Agent authority lacks a verifier contract: skills/utils/context-save/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/utils/context-save/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-6cfeb31176ea8941", "name": "Agent authority lacks a verifier contract: skills/meta/upgrade/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/meta/upgrade/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-4371b08845f016e5", "name": "Agent authority lacks a verifier contract: skills/phase0/setup/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/phase0/setup/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-e636460b7f61ab25", "name": "Agent authority lacks a verifier contract: skills/phase3/triage/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/phase3/triage/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-1470940029dcf710", "name": "Agent authority lacks a verifier contract: skills/phase3/learn/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/phase3/learn/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-d6dfbe702ee0c0aa", "name": "Agent authority lacks a verifier contract: skills/phase1/grill-with-docs/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/phase1/grill-with-docs/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/18324"}, "properties": {"repository": "Robo-Co-op/robobuilder", "repoUrl": "https://github.com/Robo-Co-op/robobuilder", "branch": "main"}, "results": [{"ruleId": "scanner-d8da9dbd98200205", "level": "warning", "message": {"text": "Privileged port 9 in use"}, "properties": {"repobilityId": "31590a6ba3409390", "scanner": "scanner-primary", "fingerprint": "d8da9dbd98200205", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/install_feature_radar.sh"}, "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-56a39ac27b695a4e", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in skills/phase4/cso/SKILL.md:302"}, "properties": {"repobilityId": "32a5389971be2921", "scanner": "scanner-primary", "fingerprint": "56a39ac27b695a4e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase4/cso/SKILL.md"}, "region": {"startLine": 302}}}]}, {"ruleId": "scanner-0ab8d9430310d825", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in skills/phase4/cso/SKILL.md:302"}, "properties": {"repobilityId": "d44fb16d49bc5db1", "scanner": "scanner-primary", "fingerprint": "0ab8d9430310d825", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase4/cso/SKILL.md"}, "region": {"startLine": 302}}}]}, {"ruleId": "scanner-0016c1f54b97d0f2", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in skills/phase4/cso/SKILL.md:299"}, "properties": {"repobilityId": "d403591248598ac2", "scanner": "scanner-primary", "fingerprint": "0016c1f54b97d0f2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase4/cso/SKILL.md"}, "region": {"startLine": 299}}}]}, {"ruleId": "scanner-a231340f7defb033", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in skills/phase4/cso/SKILL.md:351"}, "properties": {"repobilityId": "4d9db45524e909a3", "scanner": "scanner-primary", "fingerprint": "a231340f7defb033", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase4/cso/SKILL.md"}, "region": {"startLine": 351}}}]}, {"ruleId": "scanner-80b82447d904074d", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in skills/phase5/ship/SKILL.md:694"}, "properties": {"repobilityId": "f72545440878a627", "scanner": "scanner-primary", "fingerprint": "80b82447d904074d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase5/ship/SKILL.md"}, "region": {"startLine": 694}}}]}, {"ruleId": "scanner-e978a79770d7e0e1", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in skills/phase1/plan-eng-review/SKILL.md:375"}, "properties": {"repobilityId": "f5646edb0015961e", "scanner": "scanner-primary", "fingerprint": "e978a79770d7e0e1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase1/plan-eng-review/SKILL.md"}, "region": {"startLine": 375}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8230bb48d5d608f4", "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": "2b1d6796b8079c6d", "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": "ef0a78aa278fd27b", "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": "60c73582846e0a4a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-cada8ec4285b34eb", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: skills/phase5/ship/SKILL.md"}, "properties": {"repobilityId": "c2a7299231a70956", "scanner": "scanner-primary", "fingerprint": "cada8ec4285b34eb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase5/ship/SKILL.md"}, "region": {"startLine": 1648}}}]}, {"ruleId": "scanner-63a5dedfec197c2d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/phase5/handoff/SKILL.md"}, "properties": {"repobilityId": "f162633fd7c08c7a", "scanner": "scanner-primary", "fingerprint": "63a5dedfec197c2d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase5/handoff/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-af80c670915f1328", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/utils/context-restore/SKILL.md"}, "properties": {"repobilityId": "b54185a5c06214f3", "scanner": "scanner-primary", "fingerprint": "af80c670915f1328", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/utils/context-restore/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-45fc2573e51c2c97", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/utils/context-save/SKILL.md"}, "properties": {"repobilityId": "226182c5e425ede1", "scanner": "scanner-primary", "fingerprint": "45fc2573e51c2c97", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/utils/context-save/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6cfeb31176ea8941", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/meta/upgrade/SKILL.md"}, "properties": {"repobilityId": "f5231fec518a815b", "scanner": "scanner-primary", "fingerprint": "6cfeb31176ea8941", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/meta/upgrade/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4371b08845f016e5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/phase0/setup/SKILL.md"}, "properties": {"repobilityId": "673623f435c6efbc", "scanner": "scanner-primary", "fingerprint": "4371b08845f016e5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase0/setup/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e636460b7f61ab25", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/phase3/triage/SKILL.md"}, "properties": {"repobilityId": "6e714f10401b1f17", "scanner": "scanner-primary", "fingerprint": "e636460b7f61ab25", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase3/triage/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1470940029dcf710", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/phase3/learn/SKILL.md"}, "properties": {"repobilityId": "1de19ad270ed3206", "scanner": "scanner-primary", "fingerprint": "1470940029dcf710", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase3/learn/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d6dfbe702ee0c0aa", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/phase1/grill-with-docs/SKILL.md"}, "properties": {"repobilityId": "dafdfd5f07ff3e82", "scanner": "scanner-primary", "fingerprint": "d6dfbe702ee0c0aa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/phase1/grill-with-docs/SKILL.md"}, "region": {"startLine": 1}}}]}]}]}