{"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-80da3d523fd3d400", "name": "Insecure pattern 'local_storage_auth_token' in src/features/auth/oidc.test.ts:29", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in src/features/auth/oidc.test.ts:29"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-13603af9180b13e5", "name": "Insecure pattern 'local_storage_auth_token' in e2e/notes.spec.ts:7", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in e2e/notes.spec.ts:7"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "14 tests / 60 src (ratio 0.23)."}, "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-d690cdc17a2d4f79", "name": "`fetch()` without try/.catch or AbortSignal \u2014 server/worker.ts:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/worker.ts:22"}, "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-ada0e021ca29cc72", "name": "`fetch()` without try/.catch or AbortSignal \u2014 server/adapters/auth/verifier.ts:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/adapters/auth/verifier.ts:26"}, "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-2e2412ace33bd6d0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 server/integration/notes.test.ts:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/integration/notes.test.ts:22"}, "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-db77fcca8d155ff2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 server/http/app.test.ts:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/http/app.test.ts:23"}, "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-7de305a69d5e3d2d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/rpc.ts:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/rpc.ts:7"}, "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}}]}}, "automationDetails": {"id": "repobility/18794"}, "properties": {"repository": "saltbo/saas-web-starter", "repoUrl": "https://github.com/saltbo/saas-web-starter", "branch": "main"}, "results": [{"ruleId": "scanner-80da3d523fd3d400", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in src/features/auth/oidc.test.ts:29"}, "properties": {"repobilityId": "2c41a6c1ee6bab28", "scanner": "scanner-primary", "fingerprint": "80da3d523fd3d400", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/features/auth/oidc.test.ts"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-13603af9180b13e5", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in e2e/notes.spec.ts:7"}, "properties": {"repobilityId": "68949c86f361606f", "scanner": "scanner-primary", "fingerprint": "13603af9180b13e5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "e2e/notes.spec.ts"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "714673743ff59cef", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "1a5d3f556ffb93d3", "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": "e9e342baf13872a3", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d690cdc17a2d4f79", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/worker.ts:22"}, "properties": {"repobilityId": "2b03bc2fbc21e601", "scanner": "scanner-primary", "fingerprint": "d690cdc17a2d4f79", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ada0e021ca29cc72", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/adapters/auth/verifier.ts:26"}, "properties": {"repobilityId": "a191767a327304c1", "scanner": "scanner-primary", "fingerprint": "ada0e021ca29cc72", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2e2412ace33bd6d0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/integration/notes.test.ts:22"}, "properties": {"repobilityId": "9d8b4211347c1d45", "scanner": "scanner-primary", "fingerprint": "2e2412ace33bd6d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-db77fcca8d155ff2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/http/app.test.ts:23"}, "properties": {"repobilityId": "3558b69392fb4446", "scanner": "scanner-primary", "fingerprint": "db77fcca8d155ff2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7de305a69d5e3d2d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/rpc.ts:7"}, "properties": {"repobilityId": "0a542732ab2807b2", "scanner": "scanner-primary", "fingerprint": "7de305a69d5e3d2d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}