{"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-7692f64e6a560a04", "name": "Insecure pattern 'node_child_process' in tools/contrast.test.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/contrast.test.mjs:3"}, "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-171e254b74ca7ece", "name": "Insecure pattern 'node_child_process' in tools/contrast.mjs:12", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/contrast.mjs:12"}, "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-1e4ea955514e8118", "name": "Insecure pattern 'node_child_process' in tools/manifest.test.mjs:526", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/manifest.test.mjs:526"}, "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-a5aa73119aa95631", "name": "Insecure pattern 'node_child_process' in tools/package.mjs:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/package.mjs:2"}, "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 22 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-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-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 ci, 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-940d7b0691aeeac4", "name": "Agent authority lacks a verifier contract: .claude/skills/visual-audit/references/legibility.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/visual-audit/references/legibility.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-2290e45a8c2309c5", "name": "Agent authority lacks a verifier contract: .claude/skills/visual-audit/references/polish-quality.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/visual-audit/references/polish-quality.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-1bbfcd2230f35c88", "name": "Agent authority lacks a verifier contract: .claude/skills/audio/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/audio/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-24acafdd0e2dd901", "name": "Agent authority lacks a verifier contract: .claude/skills/concept/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/concept/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-3c1957a2d8778c6f", "name": "Commented-code block (6 lines) in tools/comfy.mjs:12", "shortDescription": {"text": "Commented-code block (6 lines) in tools/comfy.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-d962c333fd4ecb45", "name": "`fetch()` without try/.catch or AbortSignal \u2014 tools/comfy.mjs:240", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 tools/comfy.mjs:240"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f0598d09dbca1a59", "name": "Commented-code block (6 lines) in tools/comfy.test.mjs:510", "shortDescription": {"text": "Commented-code block (6 lines) in tools/comfy.test.mjs:510"}, "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-638b3aedba5b2d46", "name": "Commented-code block (5 lines) in tools/contrast.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in tools/contrast.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-c5e27762eef40477", "name": "Commented-code block (5 lines) in tools/package.mjs:64", "shortDescription": {"text": "Commented-code block (5 lines) in tools/package.mjs:64"}, "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/17598"}, "properties": {"repository": "qmertesdorf/mobile-gen", "repoUrl": "https://github.com/qmertesdorf/mobile-gen", "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-7692f64e6a560a04", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/contrast.test.mjs:3"}, "properties": {"repobilityId": "850be9fd1fb2911a", "scanner": "scanner-primary", "fingerprint": "7692f64e6a560a04", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/contrast.test.mjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-171e254b74ca7ece", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/contrast.mjs:12"}, "properties": {"repobilityId": "7c5c9924e2220b67", "scanner": "scanner-primary", "fingerprint": "171e254b74ca7ece", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/contrast.mjs"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-1e4ea955514e8118", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/manifest.test.mjs:526"}, "properties": {"repobilityId": "12f85fdb3932574c", "scanner": "scanner-primary", "fingerprint": "1e4ea955514e8118", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/manifest.test.mjs"}, "region": {"startLine": 526}}}]}, {"ruleId": "scanner-a5aa73119aa95631", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/package.mjs:2"}, "properties": {"repobilityId": "f316599d4d156412", "scanner": "scanner-primary", "fingerprint": "a5aa73119aa95631", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/package.mjs"}, "region": {"startLine": 2}}}]}, {"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": "ca0b267ca93d827f", "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": "755aaab14628581c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b8909e3364422a34", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "774a7be9799e8e14", "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": "786f919b9b807985", "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": "ca80bf1ebd06b11e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-940d7b0691aeeac4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/visual-audit/references/legibility.md"}, "properties": {"repobilityId": "dcb62ec8ff93d2ff", "scanner": "scanner-primary", "fingerprint": "940d7b0691aeeac4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/visual-audit/references/legibility.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2290e45a8c2309c5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/visual-audit/references/polish-quality.md"}, "properties": {"repobilityId": "6cb4ddb988ddfe25", "scanner": "scanner-primary", "fingerprint": "2290e45a8c2309c5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/visual-audit/references/polish-quality.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1bbfcd2230f35c88", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/audio/SKILL.md"}, "properties": {"repobilityId": "efc1c33d1ef8ce8e", "scanner": "scanner-primary", "fingerprint": "1bbfcd2230f35c88", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/audio/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-24acafdd0e2dd901", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/concept/SKILL.md"}, "properties": {"repobilityId": "1cb809023b8feb47", "scanner": "scanner-primary", "fingerprint": "24acafdd0e2dd901", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/concept/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3c1957a2d8778c6f", "level": "none", "message": {"text": "Commented-code block (6 lines) in tools/comfy.mjs:12"}, "properties": {"repobilityId": "f85c093d877a593d", "scanner": "scanner-primary", "fingerprint": "3c1957a2d8778c6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d962c333fd4ecb45", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 tools/comfy.mjs:240"}, "properties": {"repobilityId": "5df46e39b4acfb82", "scanner": "scanner-primary", "fingerprint": "d962c333fd4ecb45", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f0598d09dbca1a59", "level": "none", "message": {"text": "Commented-code block (6 lines) in tools/comfy.test.mjs:510"}, "properties": {"repobilityId": "2933111e568e42a8", "scanner": "scanner-primary", "fingerprint": "f0598d09dbca1a59", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-638b3aedba5b2d46", "level": "none", "message": {"text": "Commented-code block (5 lines) in tools/contrast.mjs:1"}, "properties": {"repobilityId": "c7e810f20c6d8b7c", "scanner": "scanner-primary", "fingerprint": "638b3aedba5b2d46", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c5e27762eef40477", "level": "none", "message": {"text": "Commented-code block (5 lines) in tools/package.mjs:64"}, "properties": {"repobilityId": "791cf28ee13aac0d", "scanner": "scanner-primary", "fingerprint": "c5e27762eef40477", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}