{"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-4c631c88993adf5c", "name": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/index.ts:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/index.ts:14"}, "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-dc07cb130d696083", "name": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/keeper.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/keeper.ts:20"}, "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-347b436ca8dc2dc4", "name": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/server.ts:11", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/server.ts:11"}, "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-4636a397ee85dc87", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/recent-activity-feed.tsx:60", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/recent-activity-feed.tsx:60"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-8a1ad01e481d858c", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/bounties-table.tsx:318", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/bounties-table.tsx:318"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d14e47c747821080", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/endpoint-row.tsx:50", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/endpoint-row.tsx:50"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b22f14be2b9267d5", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/wallet-button-core.tsx:130", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/wallet-button-core.tsx:130"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-05631846c7863930", "name": "Stray `console.log` in TS/JS \u2014 apps/web/components/worker-onboard.tsx:39", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/components/worker-onboard.tsx:39"}, "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-abbe5291bfb3e721", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/components/structured-data.tsx:31", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/components/structured-data.tsx:31"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-831ed2273c629566", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/bottom-nav.tsx:43", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/bottom-nav.tsx:43"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-33205c27e8e88608", "name": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/flow.ts:3", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/flow.ts:3"}, "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-103a8808d56cf3f5", "name": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/watchers.ts:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/watchers.ts:12"}, "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-778361543f1de181", "name": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/index.ts:3", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/index.ts:3"}, "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-42989bc32126041e", "name": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/client.ts:474", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/client.ts:474"}, "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-1f36b8879df3fe66", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-178f61d90accab59", "name": "Insecure pattern 'dangerous_innerhtml' in apps/web/components/structured-data.tsx:31", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/web/components/structured-data.tsx:31"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-071e8c51ef86b57a", "name": "Insecure pattern 'cors_wildcard' in apps/web/app/api/bounties/route.ts:17", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in apps/web/app/api/bounties/route.ts:17"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-77ba7541de7b4f9b", "name": "Insecure pattern 'cors_wildcard' in apps/web/app/api/bounty/[id]/route.ts:10", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in apps/web/app/api/bounty/[id]/route.ts:10"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f0ee092f2d31514b", "name": "Insecure pattern 'cors_wildcard' in apps/web/app/api/agents/[id]/agent-card/route.ts:75", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in apps/web/app/api/agents/[id]/agent-card/route.ts:75"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-88700cc54553d97e", "name": "Insecure pattern 'node_child_process' in scripts/burst-wave.mjs:11", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/burst-wave.mjs:11"}, "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-38a9b763e01ba0bd", "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-6947895bf6224393", "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-23ee96866ea77eb9", "name": "Very large file: apps/web/components/post-bounty-page.tsx (1520 lines)", "shortDescription": {"text": "Very large file: apps/web/components/post-bounty-page.tsx (1520 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-4ba7c5c3abb9b516", "name": "Very large file: packages/types/src/abi.ts (2426 lines)", "shortDescription": {"text": "Very large file: packages/types/src/abi.ts (2426 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-7c16facbe3b95d3c", "name": "Very large file: packages/sdk/src/client.ts (1542 lines)", "shortDescription": {"text": "Very large file: packages/sdk/src/client.ts (1542 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "5 test file(s) for 162 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-096bdc6384ef66d2", "name": "Node manifest has dependencies but no lockfile: apps/relayer/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/relayer/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4a9eb7dc7c6e3880", "name": "Node manifest has dependencies but no lockfile: apps/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cb3e52667c84fb86", "name": "Node manifest has dependencies but no lockfile: packages/types/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/types/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ae014485ab255591", "name": "Node manifest has dependencies but no lockfile: packages/sdk/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/sdk/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 107 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 27 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-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 lockfile. 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-4dbbcf095af202f4", "name": "Commented-code block (5 lines) in apps/relayer/src/chain.ts:280", "shortDescription": {"text": "Commented-code block (5 lines) in apps/relayer/src/chain.ts:280"}, "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-4967e1ed665898a8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/components/bounties-table.tsx:115", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/components/bounties-table.tsx:115"}, "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-66f80f8af8c33db3", "name": "Commented-code block (5 lines) in apps/web/app/api/agents/[id]/agent-card/route.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in apps/web/app/api/agents/[id]/agent-card/route.ts: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-ceefa1fe836699bd", "name": "Commented-code block (5 lines) in apps/web/lib/stats.ts:50", "shortDescription": {"text": "Commented-code block (5 lines) in apps/web/lib/stats.ts:50"}, "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-126fa8778e8daa1f", "name": "Commented-code block (5 lines) in scripts/refill-keeper.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/refill-keeper.mjs:2"}, "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-577a567ed0f3ac48", "name": "Commented-code block (5 lines) in scripts/watch-new-bounty.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/watch-new-bounty.mjs:2"}, "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-6db16a2319515613", "name": "Commented-code block (8 lines) in scripts/worker-cycle.template.mjs:2", "shortDescription": {"text": "Commented-code block (8 lines) in scripts/worker-cycle.template.mjs:2"}, "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-1bbf8c5b34bdc9e4", "name": "Commented-code block (5 lines) in scripts/dh-finish.mjs:2", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/dh-finish.mjs:2"}, "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-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CELO_RPC`, `END_IDX`, `START_IDX`, `WORKER_PRIVATE_KEY`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-14c56e6dc8ae77b6", "name": "Dangling fetch: GET /api/bounties?${params.toString()} (apps/web/components/bounties-table.tsx:115)", "shortDescription": {"text": "Dangling fetch: GET /api/bounties?${params.toString()} (apps/web/components/bounties-table.tsx:115)"}, "fullDescription": {"text": "`apps/web/components/bounties-table.tsx:115` calls `GET /api/bounties?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/bounties`\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-ae5a796de6c4a25d", "name": "Dangling fetch: GET /api/swarm (apps/web/components/post-bounty-page.tsx:1006)", "shortDescription": {"text": "Dangling fetch: GET /api/swarm (apps/web/components/post-bounty-page.tsx:1006)"}, "fullDescription": {"text": "`apps/web/components/post-bounty-page.tsx:1006` calls `GET /api/swarm` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/swarm`\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-b44347a7e6db4c1a", "name": "Dangling fetch: GET /api/worker/${address.toLowerCase()} (apps/web/components/profile/profile-hub.tsx:33)", "shortDescription": {"text": "Dangling fetch: GET /api/worker/${address.toLowerCase()} (apps/web/components/profile/profile-hub.tsx:33)"}, "fullDescription": {"text": "`apps/web/components/profile/profile-hub.tsx:33` calls `GET /api/worker/${address.toLowerCase()}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/worker/<p>`\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-8112df657ec59548", "name": "Dangling fetch: GET https://api.coingecko.com/api/v3/simple/price?ids=celo&vs_currencies=usd (apps/web/lib/price.ts:11)", "shortDescription": {"text": "Dangling fetch: GET https://api.coingecko.com/api/v3/simple/price?ids=celo&vs_currencies=usd (apps/web/lib/price.ts:11)"}, "fullDescription": {"text": "`apps/web/lib/price.ts:11` calls `GET https://api.coingecko.com/api/v3/simple/price?ids=celo&vs_currencies=usd` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.coingecko.com/api/v3/simple/price`\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-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`apps/relayer/src/server.ts` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9c0110c284116c3a", "name": "Unused endpoint: POST /webhooks/github", "shortDescription": {"text": "Unused endpoint: POST /webhooks/github"}, "fullDescription": {"text": "`apps/relayer/src/server.ts` declares `POST /webhooks/github` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23204"}, "properties": {"repository": "yeheskieltame/claudelance", "repoUrl": "https://github.com/yeheskieltame/claudelance", "branch": "main"}, "results": [{"ruleId": "scanner-4c631c88993adf5c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/index.ts:14"}, "properties": {"repobilityId": "d3902b81744c5ffa", "scanner": "scanner-primary", "fingerprint": "4c631c88993adf5c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dc07cb130d696083", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/keeper.ts:20"}, "properties": {"repobilityId": "88991fae4c4e9172", "scanner": "scanner-primary", "fingerprint": "dc07cb130d696083", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-347b436ca8dc2dc4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/relayer/src/server.ts:11"}, "properties": {"repobilityId": "ae509274eba7fc56", "scanner": "scanner-primary", "fingerprint": "347b436ca8dc2dc4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4636a397ee85dc87", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/recent-activity-feed.tsx:60"}, "properties": {"repobilityId": "457a56dd6b3a250d", "scanner": "scanner-primary", "fingerprint": "4636a397ee85dc87", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-8a1ad01e481d858c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/bounties-table.tsx:318"}, "properties": {"repobilityId": "873b2bdd273cdf18", "scanner": "scanner-primary", "fingerprint": "8a1ad01e481d858c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d14e47c747821080", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/endpoint-row.tsx:50"}, "properties": {"repobilityId": "4fa23e02e6b2388d", "scanner": "scanner-primary", "fingerprint": "d14e47c747821080", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b22f14be2b9267d5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/wallet-button-core.tsx:130"}, "properties": {"repobilityId": "227a16d9d8eea053", "scanner": "scanner-primary", "fingerprint": "b22f14be2b9267d5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-05631846c7863930", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/web/components/worker-onboard.tsx:39"}, "properties": {"repobilityId": "750af22a7fbc8b7d", "scanner": "scanner-primary", "fingerprint": "05631846c7863930", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-abbe5291bfb3e721", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/components/structured-data.tsx:31"}, "properties": {"repobilityId": "e7a77afc6aadd9f1", "scanner": "scanner-primary", "fingerprint": "abbe5291bfb3e721", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-831ed2273c629566", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/components/bottom-nav.tsx:43"}, "properties": {"repobilityId": "b66412a2c7bbc885", "scanner": "scanner-primary", "fingerprint": "831ed2273c629566", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-33205c27e8e88608", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/flow.ts:3"}, "properties": {"repobilityId": "5119f38b1d8cee68", "scanner": "scanner-primary", "fingerprint": "33205c27e8e88608", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-103a8808d56cf3f5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/watchers.ts:12"}, "properties": {"repobilityId": "246d5836775a33e4", "scanner": "scanner-primary", "fingerprint": "103a8808d56cf3f5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-778361543f1de181", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/index.ts:3"}, "properties": {"repobilityId": "a7d60c69bff9ba0a", "scanner": "scanner-primary", "fingerprint": "778361543f1de181", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-42989bc32126041e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/sdk/src/client.ts:474"}, "properties": {"repobilityId": "4d581a3f2c726e8f", "scanner": "scanner-primary", "fingerprint": "42989bc32126041e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1f36b8879df3fe66", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "5e97dabcfcc2f899", "scanner": "scanner-primary", "fingerprint": "1f36b8879df3fe66", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/relayer/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-1f36b8879df3fe66", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "f429e36c25ffcbf1", "scanner": "scanner-primary", "fingerprint": "1f36b8879df3fe66", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/relayer/Dockerfile"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-178f61d90accab59", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/web/components/structured-data.tsx:31"}, "properties": {"repobilityId": "bc25d24119088a94", "scanner": "scanner-primary", "fingerprint": "178f61d90accab59", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/components/structured-data.tsx"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-071e8c51ef86b57a", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in apps/web/app/api/bounties/route.ts:17"}, "properties": {"repobilityId": "9d7dbb66d5143f5a", "scanner": "scanner-primary", "fingerprint": "071e8c51ef86b57a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/api/bounties/route.ts"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-77ba7541de7b4f9b", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in apps/web/app/api/bounty/[id]/route.ts:10"}, "properties": {"repobilityId": "9ed727630376128e", "scanner": "scanner-primary", "fingerprint": "77ba7541de7b4f9b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/api/bounty/[id]/route.ts"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-f0ee092f2d31514b", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in apps/web/app/api/agents/[id]/agent-card/route.ts:75"}, "properties": {"repobilityId": "850d213a656ee665", "scanner": "scanner-primary", "fingerprint": "f0ee092f2d31514b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/app/api/agents/[id]/agent-card/route.ts"}, "region": {"startLine": 75}}}]}, {"ruleId": "scanner-88700cc54553d97e", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/burst-wave.mjs:11"}, "properties": {"repobilityId": "5b4dcaa1c0335d4b", "scanner": "scanner-primary", "fingerprint": "88700cc54553d97e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/burst-wave.mjs"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-38a9b763e01ba0bd", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "24182e283f42519e", "scanner": "scanner-primary", "fingerprint": "38a9b763e01ba0bd", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/subtree-mirror.yml"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-6947895bf6224393", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "0e1eb5957d825842", "scanner": "scanner-primary", "fingerprint": "6947895bf6224393", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-npm.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-23ee96866ea77eb9", "level": "note", "message": {"text": "Very large file: apps/web/components/post-bounty-page.tsx (1520 lines)"}, "properties": {"repobilityId": "7a0f04e13b74bc44", "scanner": "scanner-primary", "fingerprint": "23ee96866ea77eb9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4ba7c5c3abb9b516", "level": "note", "message": {"text": "Very large file: packages/types/src/abi.ts (2426 lines)"}, "properties": {"repobilityId": "a6757a1e506c621a", "scanner": "scanner-primary", "fingerprint": "4ba7c5c3abb9b516", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7c16facbe3b95d3c", "level": "note", "message": {"text": "Very large file: packages/sdk/src/client.ts (1542 lines)"}, "properties": {"repobilityId": "7c6dbeacac84eb73", "scanner": "scanner-primary", "fingerprint": "7c16facbe3b95d3c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-096bdc6384ef66d2", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/relayer/package.json"}, "properties": {"repobilityId": "5062b7a608ff16bb", "scanner": "scanner-primary", "fingerprint": "096bdc6384ef66d2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/relayer/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4a9eb7dc7c6e3880", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "properties": {"repobilityId": "6c1704bf24cf19ac", "scanner": "scanner-primary", "fingerprint": "4a9eb7dc7c6e3880", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cb3e52667c84fb86", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/types/package.json"}, "properties": {"repobilityId": "b5e2784f829944e6", "scanner": "scanner-primary", "fingerprint": "cb3e52667c84fb86", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/types/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ae014485ab255591", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/sdk/package.json"}, "properties": {"repobilityId": "666cbe5826d686db", "scanner": "scanner-primary", "fingerprint": "ae014485ab255591", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/sdk/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7adae58716b5edfb", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "1ccb0243309a0c95", "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": "f31631bd834a3419", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "168edbaf8938538a", "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": "be1665d68c8573ac", "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": "b1517857e5891b8f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-4dbbcf095af202f4", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/relayer/src/chain.ts:280"}, "properties": {"repobilityId": "8d8419a6655a7200", "scanner": "scanner-primary", "fingerprint": "4dbbcf095af202f4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4967e1ed665898a8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/components/bounties-table.tsx:115"}, "properties": {"repobilityId": "a41932a7717f1fb8", "scanner": "scanner-primary", "fingerprint": "4967e1ed665898a8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-66f80f8af8c33db3", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/web/app/api/agents/[id]/agent-card/route.ts:1"}, "properties": {"repobilityId": "67723470ed210b4a", "scanner": "scanner-primary", "fingerprint": "66f80f8af8c33db3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ceefa1fe836699bd", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/web/lib/stats.ts:50"}, "properties": {"repobilityId": "f58fc82d0760c850", "scanner": "scanner-primary", "fingerprint": "ceefa1fe836699bd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-126fa8778e8daa1f", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/refill-keeper.mjs:2"}, "properties": {"repobilityId": "c0d388c47ffad2d1", "scanner": "scanner-primary", "fingerprint": "126fa8778e8daa1f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-577a567ed0f3ac48", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/watch-new-bounty.mjs:2"}, "properties": {"repobilityId": "c5916d6307c70be6", "scanner": "scanner-primary", "fingerprint": "577a567ed0f3ac48", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6db16a2319515613", "level": "none", "message": {"text": "Commented-code block (8 lines) in scripts/worker-cycle.template.mjs:2"}, "properties": {"repobilityId": "b2074bd4c4590fa9", "scanner": "scanner-primary", "fingerprint": "6db16a2319515613", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1bbf8c5b34bdc9e4", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/dh-finish.mjs:2"}, "properties": {"repobilityId": "d4912a09b600fe57", "scanner": "scanner-primary", "fingerprint": "1bbf8c5b34bdc9e4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-14c56e6dc8ae77b6", "level": "error", "message": {"text": "Dangling fetch: GET /api/bounties?${params.toString()} (apps/web/components/bounties-table.tsx:115)"}, "properties": {"repobilityId": "5555e1e84fb2c6c5", "scanner": "scanner-primary", "fingerprint": "14c56e6dc8ae77b6", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-ae5a796de6c4a25d", "level": "error", "message": {"text": "Dangling fetch: GET /api/swarm (apps/web/components/post-bounty-page.tsx:1006)"}, "properties": {"repobilityId": "18e4d57d019eb34d", "scanner": "scanner-primary", "fingerprint": "ae5a796de6c4a25d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-b44347a7e6db4c1a", "level": "error", "message": {"text": "Dangling fetch: GET /api/worker/${address.toLowerCase()} (apps/web/components/profile/profile-hub.tsx:33)"}, "properties": {"repobilityId": "72e98a65a128a1f7", "scanner": "scanner-primary", "fingerprint": "b44347a7e6db4c1a", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-8112df657ec59548", "level": "error", "message": {"text": "Dangling fetch: GET https://api.coingecko.com/api/v3/simple/price?ids=celo&vs_currencies=usd (apps/web/lib/price.ts:11)"}, "properties": {"repobilityId": "6b613ed87ca10033", "scanner": "scanner-primary", "fingerprint": "8112df657ec59548", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "9fdacadbe182a4f9", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9c0110c284116c3a", "level": "note", "message": {"text": "Unused endpoint: POST /webhooks/github"}, "properties": {"repobilityId": "1499f4d156e28706", "scanner": "scanner-primary", "fingerprint": "9c0110c284116c3a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}