{"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-f40c95ec5d6e10ad", "name": "Insecure pattern 'node_child_process' in workflows/tournament-carryover.test.mjs:23", "shortDescription": {"text": "Insecure pattern 'node_child_process' in workflows/tournament-carryover.test.mjs:23"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3819b41a1238394c", "name": "Insecure pattern 'node_child_process' in workflows/tournament-context-injection.test.mjs:16", "shortDescription": {"text": "Insecure pattern 'node_child_process' in workflows/tournament-context-injection.test.mjs:16"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4962e884f78e18d6", "name": "Insecure pattern 'new_function_used' in workflows/tournament.contributions.test.mjs:26", "shortDescription": {"text": "Insecure pattern 'new_function_used' in workflows/tournament.contributions.test.mjs:26"}, "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-8078001f93085f41", "name": "Insecure pattern 'node_child_process' in workflows/tournament-staging-symlink.test.mjs:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in workflows/tournament-staging-symlink.test.mjs:15"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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 11 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-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-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-8d9c9faaa6fb48d8", "name": "Agent authority lacks a verifier contract: skills/farnsworth-bench/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: skills/farnsworth-bench/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-2e8342c079cda372", "name": "Commented-code block (15 lines) in workflows/tournament.mjs:12", "shortDescription": {"text": "Commented-code block (15 lines) in workflows/tournament.mjs:12"}, "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-477c9026627ab7ed", "name": "Commented-code block (7 lines) in workflows/tournament-carryover.test.mjs:6", "shortDescription": {"text": "Commented-code block (7 lines) in workflows/tournament-carryover.test.mjs:6"}, "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-e62f3872640052ba", "name": "Commented-code block (9 lines) in workflows/tournament-context-injection.test.mjs:5", "shortDescription": {"text": "Commented-code block (9 lines) in workflows/tournament-context-injection.test.mjs:5"}, "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-ab243fea2cf2f5fd", "name": "Commented-code block (5 lines) in workflows/tournament.contributions.test.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in workflows/tournament.contributions.test.mjs:1"}, "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-f57720ea8b5c72e5", "name": "Commented-code block (8 lines) in workflows/tournament-staging-symlink.test.mjs:5", "shortDescription": {"text": "Commented-code block (8 lines) in workflows/tournament-staging-symlink.test.mjs:5"}, "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-c804b402174a2164", "name": "Commented-code block (5 lines) in workflows/tournament-glm-key-hygiene.test.mjs:5", "shortDescription": {"text": "Commented-code block (5 lines) in workflows/tournament-glm-key-hygiene.test.mjs:5"}, "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/18265"}, "properties": {"repository": "robanderson/Farnsworth-Loop", "repoUrl": "https://github.com/robanderson/Farnsworth-Loop", "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-f40c95ec5d6e10ad", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in workflows/tournament-carryover.test.mjs:23"}, "properties": {"repobilityId": "4671f4efccf5877f", "scanner": "scanner-primary", "fingerprint": "f40c95ec5d6e10ad", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workflows/tournament-carryover.test.mjs"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-3819b41a1238394c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in workflows/tournament-context-injection.test.mjs:16"}, "properties": {"repobilityId": "a37a0969851c2a06", "scanner": "scanner-primary", "fingerprint": "3819b41a1238394c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workflows/tournament-context-injection.test.mjs"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-4962e884f78e18d6", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in workflows/tournament.contributions.test.mjs:26"}, "properties": {"repobilityId": "51523014a3cd9264", "scanner": "scanner-primary", "fingerprint": "4962e884f78e18d6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workflows/tournament.contributions.test.mjs"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-8078001f93085f41", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in workflows/tournament-staging-symlink.test.mjs:15"}, "properties": {"repobilityId": "843444e7018907db", "scanner": "scanner-primary", "fingerprint": "8078001f93085f41", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workflows/tournament-staging-symlink.test.mjs"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"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": "75271325db06ec70", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "488197bf7cd043c1", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "570f44dc14fa142c", "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": "e5c8d0bf56d02f52", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8d9c9faaa6fb48d8", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: skills/farnsworth-bench/SKILL.md"}, "properties": {"repobilityId": "25ed986ac49c0277", "scanner": "scanner-primary", "fingerprint": "8d9c9faaa6fb48d8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "skill_file"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/farnsworth-bench/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2e8342c079cda372", "level": "none", "message": {"text": "Commented-code block (15 lines) in workflows/tournament.mjs:12"}, "properties": {"repobilityId": "9ecbc757f3b66763", "scanner": "scanner-primary", "fingerprint": "2e8342c079cda372", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-477c9026627ab7ed", "level": "none", "message": {"text": "Commented-code block (7 lines) in workflows/tournament-carryover.test.mjs:6"}, "properties": {"repobilityId": "ef5cab21ad3df8d7", "scanner": "scanner-primary", "fingerprint": "477c9026627ab7ed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e62f3872640052ba", "level": "none", "message": {"text": "Commented-code block (9 lines) in workflows/tournament-context-injection.test.mjs:5"}, "properties": {"repobilityId": "76f5871abf2b888b", "scanner": "scanner-primary", "fingerprint": "e62f3872640052ba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ab243fea2cf2f5fd", "level": "none", "message": {"text": "Commented-code block (5 lines) in workflows/tournament.contributions.test.mjs:1"}, "properties": {"repobilityId": "edd9a2dd552c03d0", "scanner": "scanner-primary", "fingerprint": "ab243fea2cf2f5fd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f57720ea8b5c72e5", "level": "none", "message": {"text": "Commented-code block (8 lines) in workflows/tournament-staging-symlink.test.mjs:5"}, "properties": {"repobilityId": "1c1b0f424b2b7b55", "scanner": "scanner-primary", "fingerprint": "f57720ea8b5c72e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c804b402174a2164", "level": "none", "message": {"text": "Commented-code block (5 lines) in workflows/tournament-glm-key-hygiene.test.mjs:5"}, "properties": {"repobilityId": "baff69c983bd0543", "scanner": "scanner-primary", "fingerprint": "c804b402174a2164", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}