{"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-81efd77e6988842a", "name": "Insecure pattern 'direct_innerhtml_assignment' in frontend/js/ui.js:384", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frontend/js/ui.js:384"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-829340e4f91c12ee", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4a46504562120112", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e66c6a74a295a4b9", "name": "Very large file: frontend/js/app.js (1331 lines)", "shortDescription": {"text": "Very large file: frontend/js/app.js (1331 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-31958629f8fe8f8d", "name": "Very large file: scripts/add-data.sh (1343 lines)", "shortDescription": {"text": "Very large file: scripts/add-data.sh (1343 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8fa87af239ad2e82", "name": "Very large file: backend/internal/repository/dynamodb.go (1886 lines)", "shortDescription": {"text": "Very large file: backend/internal/repository/dynamodb.go (1886 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 24 placeholder/mock markers across 8 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-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-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-6718408a6f41f619", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/sw.js:188", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/sw.js:188"}, "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-fd4ecacdfbdce1dd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/js/webauthn.js:196", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/js/webauthn.js:196"}, "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-b12dea8f3c2ee7d6", "name": "Commented-code block (5 lines) in frontend/js/labels.js:60", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/js/labels.js:60"}, "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-c7e2842c39c897a7", "name": "Commented-code block (6 lines) in frontend/js/ui.js:450", "shortDescription": {"text": "Commented-code block (6 lines) in frontend/js/ui.js:450"}, "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-8f51f9813cea413c", "name": "Commented-code block (6 lines) in frontend/js/auth.js:44", "shortDescription": {"text": "Commented-code block (6 lines) in frontend/js/auth.js:44"}, "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-9adf04b5ace35811", "name": "Commented-code block (5 lines) in frontend/js/app.js:8", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/js/app.js:8"}, "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-afc23b5b1d122557", "name": "Commented-code block (5 lines) in frontend/js/api.js:51", "shortDescription": {"text": "Commented-code block (5 lines) in frontend/js/api.js:51"}, "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/22427"}, "properties": {"repository": "vppillai/passbook", "repoUrl": "https://github.com/vppillai/passbook", "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-81efd77e6988842a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in frontend/js/ui.js:384"}, "properties": {"repobilityId": "e77858cc1280503b", "scanner": "scanner-primary", "fingerprint": "81efd77e6988842a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/js/ui.js"}, "region": {"startLine": 384}}}]}, {"ruleId": "scanner-829340e4f91c12ee", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "f6b1dcc9d20fa984", "scanner": "scanner-primary", "fingerprint": "829340e4f91c12ee", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-frontend.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4a46504562120112", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "dc3b9aa9f7e23de5", "scanner": "scanner-primary", "fingerprint": "4a46504562120112", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-backend.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e66c6a74a295a4b9", "level": "note", "message": {"text": "Very large file: frontend/js/app.js (1331 lines)"}, "properties": {"repobilityId": "6460593088e74752", "scanner": "scanner-primary", "fingerprint": "e66c6a74a295a4b9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-31958629f8fe8f8d", "level": "note", "message": {"text": "Very large file: scripts/add-data.sh (1343 lines)"}, "properties": {"repobilityId": "8cf0ca606bd1ff6b", "scanner": "scanner-primary", "fingerprint": "31958629f8fe8f8d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8fa87af239ad2e82", "level": "note", "message": {"text": "Very large file: backend/internal/repository/dynamodb.go (1886 lines)"}, "properties": {"repobilityId": "b285253c5b9260e4", "scanner": "scanner-primary", "fingerprint": "8fa87af239ad2e82", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "c6b441777c0614a4", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "1b3c3628f53c931f", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "5e32c2847a823620", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "299aa8fa529d553a", "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": "0dddc9227e2c68c4", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-6718408a6f41f619", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/sw.js:188"}, "properties": {"repobilityId": "2533fa654261575c", "scanner": "scanner-primary", "fingerprint": "6718408a6f41f619", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fd4ecacdfbdce1dd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/js/webauthn.js:196"}, "properties": {"repobilityId": "6b8c3d41e83fae48", "scanner": "scanner-primary", "fingerprint": "fd4ecacdfbdce1dd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b12dea8f3c2ee7d6", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/js/labels.js:60"}, "properties": {"repobilityId": "6bafd7889504b19e", "scanner": "scanner-primary", "fingerprint": "b12dea8f3c2ee7d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c7e2842c39c897a7", "level": "none", "message": {"text": "Commented-code block (6 lines) in frontend/js/ui.js:450"}, "properties": {"repobilityId": "45dacb468e032d7b", "scanner": "scanner-primary", "fingerprint": "c7e2842c39c897a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8f51f9813cea413c", "level": "none", "message": {"text": "Commented-code block (6 lines) in frontend/js/auth.js:44"}, "properties": {"repobilityId": "bae5890dcd82357f", "scanner": "scanner-primary", "fingerprint": "8f51f9813cea413c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9adf04b5ace35811", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/js/app.js:8"}, "properties": {"repobilityId": "e6a4c867563241db", "scanner": "scanner-primary", "fingerprint": "9adf04b5ace35811", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-afc23b5b1d122557", "level": "none", "message": {"text": "Commented-code block (5 lines) in frontend/js/api.js:51"}, "properties": {"repobilityId": "ce5b543d55450169", "scanner": "scanner-primary", "fingerprint": "afc23b5b1d122557", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}