{"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-1cb50138c3bfa6fe", "name": "Insecure pattern 'new_function_used' in src/tools/navigation.ts:609", "shortDescription": {"text": "Insecure pattern 'new_function_used' in src/tools/navigation.ts:609"}, "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-7ffa33751be3d771", "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-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-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-fd7ffca585d0fbc7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/download.ts:45", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/download.ts:45"}, "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-3aaa5d5eb1702f59", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pdf.ts:38", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pdf.ts:38"}, "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-6ee435c2e638a4b0", "name": "Commented-code block (7 lines) in src/pathSafe.ts:3", "shortDescription": {"text": "Commented-code block (7 lines) in src/pathSafe.ts:3"}, "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-c13be21cf783ed9a", "name": "Commented-code block (7 lines) in src/read.ts:5", "shortDescription": {"text": "Commented-code block (7 lines) in src/read.ts: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-4f5704afd6829992", "name": "Commented-code block (8 lines) in src/search.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/search.ts:3"}, "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-3ec050b90383d86e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/search.ts:189", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/search.ts:189"}, "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-3bdd0815a8535bc1", "name": "Commented-code block (10 lines) in src/listings.ts:29", "shortDescription": {"text": "Commented-code block (10 lines) in src/listings.ts:29"}, "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-d37c2896b18beff9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/session.ts:50", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/session.ts:50"}, "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/21049"}, "properties": {"repository": "That1Drifter/browse-mcp", "repoUrl": "https://github.com/That1Drifter/browse-mcp", "branch": "main"}, "results": [{"ruleId": "scanner-1cb50138c3bfa6fe", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in src/tools/navigation.ts:609"}, "properties": {"repobilityId": "76829898f2a9aae7", "scanner": "scanner-primary", "fingerprint": "1cb50138c3bfa6fe", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/tools/navigation.ts"}, "region": {"startLine": 609}}}]}, {"ruleId": "scanner-7ffa33751be3d771", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "491a3ad29cbaf189", "scanner": "scanner-primary", "fingerprint": "7ffa33751be3d771", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "edeab51902066991", "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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "37caccf532a6c819", "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": "ea008ab2f8f57ef8", "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": "a6d5c405ae7bb75b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-fd7ffca585d0fbc7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/download.ts:45"}, "properties": {"repobilityId": "16f9b0bc2c153168", "scanner": "scanner-primary", "fingerprint": "fd7ffca585d0fbc7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3aaa5d5eb1702f59", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pdf.ts:38"}, "properties": {"repobilityId": "71df123e392836eb", "scanner": "scanner-primary", "fingerprint": "3aaa5d5eb1702f59", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6ee435c2e638a4b0", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/pathSafe.ts:3"}, "properties": {"repobilityId": "207513626434c519", "scanner": "scanner-primary", "fingerprint": "6ee435c2e638a4b0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c13be21cf783ed9a", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/read.ts:5"}, "properties": {"repobilityId": "d5fd50e0f2d62dfd", "scanner": "scanner-primary", "fingerprint": "c13be21cf783ed9a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4f5704afd6829992", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/search.ts:3"}, "properties": {"repobilityId": "57ddebb64c03bc7b", "scanner": "scanner-primary", "fingerprint": "4f5704afd6829992", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ec050b90383d86e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/search.ts:189"}, "properties": {"repobilityId": "19ccc0869a5a8426", "scanner": "scanner-primary", "fingerprint": "3ec050b90383d86e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3bdd0815a8535bc1", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/listings.ts:29"}, "properties": {"repobilityId": "276860047f28c376", "scanner": "scanner-primary", "fingerprint": "3bdd0815a8535bc1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d37c2896b18beff9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/session.ts:50"}, "properties": {"repobilityId": "fbd98a7521979ead", "scanner": "scanner-primary", "fingerprint": "d37c2896b18beff9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}