{"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-9aa0f7155d9aada6", "name": "Stray `console.log` in TS/JS \u2014 scripts/verify-live.ts:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verify-live.ts:7"}, "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-a388c90464957d06", "name": "Stray `console.log` in TS/JS \u2014 scripts/buyer-test.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/buyer-test.ts:33"}, "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-741369a6342e6f10", "name": "Stray `console.log` in TS/JS \u2014 scripts/test.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test.ts:19"}, "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-d45198e37f5ad1d8", "name": "Stray `console.log` in TS/JS \u2014 scripts/score-demo.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/score-demo.ts:55"}, "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-248542d21c550b00", "name": "Stray `console.log` in TS/JS \u2014 scripts/safety-demo.ts:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/safety-demo.ts:18"}, "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-6c6db7394293c1c8", "name": "Stray `console.log` in TS/JS \u2014 scripts/daily-content.ts:47", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/daily-content.ts:47"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "3 test file(s) for 41 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "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 28 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 license, tests. 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-24f2ea4bd14badc1", "name": "Agent instruction contains unpinned remote install: CLAUDE.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: CLAUDE.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-deec419af8e55da0", "name": "Commented-code block (7 lines) in src/app/api/cron/recheck/route.ts:9", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/api/cron/recheck/route.ts:9"}, "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-6464d61b507f8ec6", "name": "Commented-code block (6 lines) in src/app/api/tokens/batch/route.ts:13", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/tokens/batch/route.ts:13"}, "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-43ecbd4ccea0bf44", "name": "Commented-code block (5 lines) in src/app/api/watch/[address]/route.ts:13", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/watch/[address]/route.ts:13"}, "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-76b8f0fc862799b1", "name": "Commented-code block (6 lines) in src/app/api/deployer/[address]/route.ts:12", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/deployer/[address]/route.ts:12"}, "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-e8597962e31e3905", "name": "Commented-code block (6 lines) in src/app/api/history/route.ts:8", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/history/route.ts:8"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-50b0f1a4e6459777", "name": "Commented-code block (5 lines) in src/lib/dexscreener.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/dexscreener.ts:7"}, "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-e174b6d98081dae8", "name": "Commented-code block (7 lines) in src/lib/assess.ts:13", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/assess.ts:13"}, "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-5f8f0c76377ae759", "name": "Commented-code block (5 lines) in src/lib/feedcache.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/feedcache.ts:7"}, "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-b001f64ce15996dc", "name": "Commented-code block (6 lines) in src/lib/reputation.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/reputation.ts:7"}, "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-1361c4620add98fb", "name": "Commented-code block (7 lines) in src/lib/watchalerts.ts:6", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/watchalerts.ts:6"}, "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-c354d53f61bf32ec", "name": "Commented-code block (7 lines) in src/lib/v3lock.ts:4", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/v3lock.ts:4"}, "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-b0fb8ecfe267c1db", "name": "Commented-code block (8 lines) in src/lib/deployerstore.ts:5", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/deployerstore.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-66511d7e0b877328", "name": "Commented-code block (6 lines) in src/lib/safety.ts:5", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/safety.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-6356f09ec3b63646", "name": "Commented-code block (7 lines) in src/lib/funding.ts:4", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/funding.ts:4"}, "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-95766b0c2cb93be3", "name": "Commented-code block (6 lines) in src/lib/deployer.ts:11", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/deployer.ts:11"}, "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-02cc77d22c17978d", "name": "Commented-code block (5 lines) in src/lib/holders.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/holders.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-f6cf774bfba8bd9d", "name": "Commented-code block (5 lines) in src/lib/honeypot.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/honeypot.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-160cb3638e648031", "name": "Commented-code block (10 lines) in src/lib/rugwatch.ts:11", "shortDescription": {"text": "Commented-code block (10 lines) in src/lib/rugwatch.ts:11"}, "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-5e94066d7dcfae5d", "name": "Commented-code block (5 lines) in src/lib/onchain.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/onchain.ts:4"}, "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-f8047f8f79d74824", "name": "Commented-code block (5 lines) in src/lib/lockduration.ts:4", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/lockduration.ts:4"}, "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-98fd8525f0d8b833", "name": "Commented-code block (5 lines) in mcp/server.ts:15", "shortDescription": {"text": "Commented-code block (5 lines) in mcp/server.ts:15"}, "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-022e6399d1ef2beb", "name": "12 env vars used in code but missing from .env.example", "shortDescription": {"text": "12 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASESCAN_API_KEY`, `BUYER_PRIVATE_KEY`, `CDP_API_KEY_ID`, `CDP_API_KEY_SECRET`, `CRON_SECRET`, `KV_REST_API_TOKEN`, `KV_REST_API_URL`, `RADAR_URL` + 4 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23768"}, "properties": {"repository": "0xcnr0/rugsense", "repoUrl": "https://github.com/0xcnr0/rugsense", "branch": "main"}, "results": [{"ruleId": "scanner-9aa0f7155d9aada6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verify-live.ts:7"}, "properties": {"repobilityId": "e54e6e6bb69951e3", "scanner": "scanner-primary", "fingerprint": "9aa0f7155d9aada6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a388c90464957d06", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/buyer-test.ts:33"}, "properties": {"repobilityId": "98ae4fa14642746a", "scanner": "scanner-primary", "fingerprint": "a388c90464957d06", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-741369a6342e6f10", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test.ts:19"}, "properties": {"repobilityId": "366bd2f243af55e3", "scanner": "scanner-primary", "fingerprint": "741369a6342e6f10", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d45198e37f5ad1d8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/score-demo.ts:55"}, "properties": {"repobilityId": "e3db7842f5120a72", "scanner": "scanner-primary", "fingerprint": "d45198e37f5ad1d8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-248542d21c550b00", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/safety-demo.ts:18"}, "properties": {"repobilityId": "e13e837072140671", "scanner": "scanner-primary", "fingerprint": "248542d21c550b00", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6c6db7394293c1c8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/daily-content.ts:47"}, "properties": {"repobilityId": "489849be6c9ab759", "scanner": "scanner-primary", "fingerprint": "6c6db7394293c1c8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e8d6e176ff11109e", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "aa93d96a0702c064", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "b44f739c335aa1e7", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "0d8b947471397ca0", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "fbe713f857d589de", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-24f2ea4bd14badc1", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: CLAUDE.md"}, "properties": {"repobilityId": "0f6049734704e537", "scanner": "scanner-primary", "fingerprint": "24f2ea4bd14badc1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 97}}}]}, {"ruleId": "scanner-deec419af8e55da0", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/api/cron/recheck/route.ts:9"}, "properties": {"repobilityId": "a205d64cd171669d", "scanner": "scanner-primary", "fingerprint": "deec419af8e55da0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6464d61b507f8ec6", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/tokens/batch/route.ts:13"}, "properties": {"repobilityId": "09e6ff982b54f353", "scanner": "scanner-primary", "fingerprint": "6464d61b507f8ec6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43ecbd4ccea0bf44", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/watch/[address]/route.ts:13"}, "properties": {"repobilityId": "7e844f84d3572b30", "scanner": "scanner-primary", "fingerprint": "43ecbd4ccea0bf44", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-76b8f0fc862799b1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/deployer/[address]/route.ts:12"}, "properties": {"repobilityId": "bf6dff229e0fac3f", "scanner": "scanner-primary", "fingerprint": "76b8f0fc862799b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e8597962e31e3905", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/history/route.ts:8"}, "properties": {"repobilityId": "bc8ece6d94b0fed4", "scanner": "scanner-primary", "fingerprint": "e8597962e31e3905", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-50b0f1a4e6459777", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/dexscreener.ts:7"}, "properties": {"repobilityId": "27c52d075e7a5c27", "scanner": "scanner-primary", "fingerprint": "50b0f1a4e6459777", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e174b6d98081dae8", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/assess.ts:13"}, "properties": {"repobilityId": "01cd2154d682eb1f", "scanner": "scanner-primary", "fingerprint": "e174b6d98081dae8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5f8f0c76377ae759", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/feedcache.ts:7"}, "properties": {"repobilityId": "5cef7b238e18ef0b", "scanner": "scanner-primary", "fingerprint": "5f8f0c76377ae759", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b001f64ce15996dc", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/reputation.ts:7"}, "properties": {"repobilityId": "651d0a5b04026b26", "scanner": "scanner-primary", "fingerprint": "b001f64ce15996dc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1361c4620add98fb", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/watchalerts.ts:6"}, "properties": {"repobilityId": "f5e03e8aa3d02cfa", "scanner": "scanner-primary", "fingerprint": "1361c4620add98fb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c354d53f61bf32ec", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/v3lock.ts:4"}, "properties": {"repobilityId": "26cb35e0e073baf6", "scanner": "scanner-primary", "fingerprint": "c354d53f61bf32ec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b0fb8ecfe267c1db", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/deployerstore.ts:5"}, "properties": {"repobilityId": "a43f315f7d3bf3eb", "scanner": "scanner-primary", "fingerprint": "b0fb8ecfe267c1db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-66511d7e0b877328", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/safety.ts:5"}, "properties": {"repobilityId": "c3da7c58e3a369fe", "scanner": "scanner-primary", "fingerprint": "66511d7e0b877328", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6356f09ec3b63646", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/funding.ts:4"}, "properties": {"repobilityId": "bd456267bcf36001", "scanner": "scanner-primary", "fingerprint": "6356f09ec3b63646", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-95766b0c2cb93be3", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/deployer.ts:11"}, "properties": {"repobilityId": "6fd3b1582f9c4be5", "scanner": "scanner-primary", "fingerprint": "95766b0c2cb93be3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-02cc77d22c17978d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/holders.ts:5"}, "properties": {"repobilityId": "2f1690a9e5507922", "scanner": "scanner-primary", "fingerprint": "02cc77d22c17978d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f6cf774bfba8bd9d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/honeypot.ts:3"}, "properties": {"repobilityId": "9098cacb44458e6a", "scanner": "scanner-primary", "fingerprint": "f6cf774bfba8bd9d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-160cb3638e648031", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/lib/rugwatch.ts:11"}, "properties": {"repobilityId": "6c7fc204e08a8e8f", "scanner": "scanner-primary", "fingerprint": "160cb3638e648031", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e94066d7dcfae5d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/onchain.ts:4"}, "properties": {"repobilityId": "1d045702321f12a7", "scanner": "scanner-primary", "fingerprint": "5e94066d7dcfae5d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f8047f8f79d74824", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/lockduration.ts:4"}, "properties": {"repobilityId": "634def00f16ad8f7", "scanner": "scanner-primary", "fingerprint": "f8047f8f79d74824", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-98fd8525f0d8b833", "level": "none", "message": {"text": "Commented-code block (5 lines) in mcp/server.ts:15"}, "properties": {"repobilityId": "38131657bddb54e9", "scanner": "scanner-primary", "fingerprint": "98fd8525f0d8b833", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-022e6399d1ef2beb", "level": "note", "message": {"text": "12 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "7bf4178327da75a2", "scanner": "scanner-primary", "fingerprint": "022e6399d1ef2beb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}