{"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-74a7219adbd216cd", "name": "Stray `console.log` in TS/JS \u2014 logger.ts:184", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 logger.ts:184"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fe464ed6510321ca", "name": "TODO/FIXME marker in shipping code \u2014 bot/mod.ts:226", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 bot/mod.ts:226"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5abd2908f8765341", "name": "Docker base image is tag-pinned but not digest-pinned: docker.io/denoland/deno:debian-2.8.3", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: docker.io/denoland/deno:debian-2.8.3"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-de53ac274e5b4ecf", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-37716d9c0a33ad5c", "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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 operator-readme. 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-690ffeafc6c3505a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/routes/discord.ts:19", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/routes/discord.ts:19"}, "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-a12f7fd7da1048d7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cron/executor.test.ts:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cron/executor.test.ts:32"}, "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-817587669a5264c3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 approval/manager.ts:86", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 approval/manager.ts:86"}, "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-ecfaf8e5e80ad12c", "name": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:21)", "shortDescription": {"text": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:21)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:21` calls `POST /cron/reload` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/reload`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5e4965cebade8c2f", "name": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:35)", "shortDescription": {"text": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:35)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:35` calls `POST /cron/reload` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/reload`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-ee00525a899e9d26", "name": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:57)", "shortDescription": {"text": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:57)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:57` calls `POST /cron/reload` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/reload`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8eac6950805f8b4d", "name": "Dangling fetch: GET /cron (api/routes/cron.test.ts:88)", "shortDescription": {"text": "Dangling fetch: GET /cron (api/routes/cron.test.ts:88)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:88` calls `GET /cron` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b449eaceee4b4bad", "name": "Dangling fetch: GET /cron (api/routes/cron.test.ts:104)", "shortDescription": {"text": "Dangling fetch: GET /cron (api/routes/cron.test.ts:104)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:104` calls `GET /cron` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fb83da299c0c619e", "name": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:121)", "shortDescription": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:121)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:121` calls `POST /cron/run` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/run`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-46682bc06e00ea42", "name": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:141)", "shortDescription": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:141)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:141` calls `POST /cron/run` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/run`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a7d9b4a8305f6663", "name": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:165)", "shortDescription": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:165)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:165` calls `POST /cron/run` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/run`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-760c3930f36a310b", "name": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:181)", "shortDescription": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:181)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:181` calls `POST /cron/run` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/run`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cf48c80a08a7a353", "name": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:204)", "shortDescription": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:204)"}, "fullDescription": {"text": "`api/routes/cron.test.ts:204` calls `POST /cron/run` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/cron/run`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24230"}, "properties": {"repository": "ansanloms/loms-claw", "repoUrl": "https://github.com/ansanloms/loms-claw", "branch": "main"}, "results": [{"ruleId": "scanner-74a7219adbd216cd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 logger.ts:184"}, "properties": {"repobilityId": "e4ca92eb42ee9eab", "scanner": "scanner-primary", "fingerprint": "74a7219adbd216cd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fe464ed6510321ca", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 bot/mod.ts:226"}, "properties": {"repobilityId": "4458c5e52cbfa545", "scanner": "scanner-primary", "fingerprint": "fe464ed6510321ca", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-5abd2908f8765341", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: docker.io/denoland/deno:debian-2.8.3"}, "properties": {"repobilityId": "37d16aca6b943bc2", "scanner": "scanner-primary", "fingerprint": "5abd2908f8765341", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-de53ac274e5b4ecf", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b8decd2763556e20", "scanner": "scanner-primary", "fingerprint": "de53ac274e5b4ecf", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/claude.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-de53ac274e5b4ecf", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8ead6a2c2bfe167b", "scanner": "scanner-primary", "fingerprint": "de53ac274e5b4ecf", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/claude.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-37716d9c0a33ad5c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "abfb5752158cf655", "scanner": "scanner-primary", "fingerprint": "37716d9c0a33ad5c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/claude.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "699852b1be94d4b5", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "92f66338e76d860b", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "85ec4174feca07fe", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-690ffeafc6c3505a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/routes/discord.ts:19"}, "properties": {"repobilityId": "15880c3be76fccb3", "scanner": "scanner-primary", "fingerprint": "690ffeafc6c3505a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a12f7fd7da1048d7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cron/executor.test.ts:32"}, "properties": {"repobilityId": "25e7e0821a43e981", "scanner": "scanner-primary", "fingerprint": "a12f7fd7da1048d7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-817587669a5264c3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 approval/manager.ts:86"}, "properties": {"repobilityId": "54eb6f5df2e907a3", "scanner": "scanner-primary", "fingerprint": "817587669a5264c3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ecfaf8e5e80ad12c", "level": "error", "message": {"text": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:21)"}, "properties": {"repobilityId": "58d2e7f26f3835c5", "scanner": "scanner-primary", "fingerprint": "ecfaf8e5e80ad12c", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-5e4965cebade8c2f", "level": "error", "message": {"text": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:35)"}, "properties": {"repobilityId": "e0403b9269928655", "scanner": "scanner-primary", "fingerprint": "5e4965cebade8c2f", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-ee00525a899e9d26", "level": "error", "message": {"text": "Dangling fetch: POST /cron/reload (api/routes/cron.test.ts:57)"}, "properties": {"repobilityId": "c9c7b18cbeaf0f05", "scanner": "scanner-primary", "fingerprint": "ee00525a899e9d26", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-8eac6950805f8b4d", "level": "error", "message": {"text": "Dangling fetch: GET /cron (api/routes/cron.test.ts:88)"}, "properties": {"repobilityId": "6a175634804fe7fe", "scanner": "scanner-primary", "fingerprint": "8eac6950805f8b4d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-b449eaceee4b4bad", "level": "error", "message": {"text": "Dangling fetch: GET /cron (api/routes/cron.test.ts:104)"}, "properties": {"repobilityId": "835ad696fbae2d3c", "scanner": "scanner-primary", "fingerprint": "b449eaceee4b4bad", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-fb83da299c0c619e", "level": "error", "message": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:121)"}, "properties": {"repobilityId": "52e085eb2969f132", "scanner": "scanner-primary", "fingerprint": "fb83da299c0c619e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-46682bc06e00ea42", "level": "error", "message": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:141)"}, "properties": {"repobilityId": "db4238d7a0b82bd1", "scanner": "scanner-primary", "fingerprint": "46682bc06e00ea42", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-a7d9b4a8305f6663", "level": "error", "message": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:165)"}, "properties": {"repobilityId": "018cb455fee75b3c", "scanner": "scanner-primary", "fingerprint": "a7d9b4a8305f6663", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-760c3930f36a310b", "level": "error", "message": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:181)"}, "properties": {"repobilityId": "600f8aa5b2d64366", "scanner": "scanner-primary", "fingerprint": "760c3930f36a310b", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-cf48c80a08a7a353", "level": "error", "message": {"text": "Dangling fetch: POST /cron/run (api/routes/cron.test.ts:204)"}, "properties": {"repobilityId": "0feca8761139b2c3", "scanner": "scanner-primary", "fingerprint": "cf48c80a08a7a353", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}]}]}