{"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-2e6658d9749e213e", "name": "Possibly dead Python function: sortkey", "shortDescription": {"text": "Possibly dead Python function: sortkey"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-669a2f92104e4d6f", "name": "Possibly dead Python function: excl_none", "shortDescription": {"text": "Possibly dead Python function: excl_none"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-22b42dcf73274e19", "name": "Possibly dead Python function: first_vol_date", "shortDescription": {"text": "Possibly dead Python function: first_vol_date"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-14857e9aefd980cb", "name": "Possibly dead Python function: canonical_rank", "shortDescription": {"text": "Possibly dead Python function: canonical_rank"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ca2d70b93ffafaa5", "name": "Possibly dead Python function: keyf", "shortDescription": {"text": "Possibly dead Python function: keyf"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c93372c37629a16c", "name": "Possibly dead Python function: n2q", "shortDescription": {"text": "Possibly dead Python function: n2q"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-337ae49ee9f41680", "name": "Possibly dead Python function: n2q", "shortDescription": {"text": "Possibly dead Python function: n2q"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9131e065bac96692", "name": "Possibly dead Python function: title_meta", "shortDescription": {"text": "Possibly dead Python function: title_meta"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d5c97e2c3024dcc2", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-adult-lists.ts:344", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-adult-lists.ts:344"}, "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-c3860ad0220ffcef", "name": "Stray `console.log` in TS/JS \u2014 scripts/db-report.ts:102", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/db-report.ts:102"}, "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-3d20b10cd8a89a8d", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-rakuten.ts:310", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-rakuten.ts:310"}, "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-850e324cc8089b5a", "name": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 scripts/fetch-rakuten.ts:449", "shortDescription": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 scripts/fetch-rakuten.ts:449"}, "fullDescription": {"text": "React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet.\n\nWhy: P-H in CHECKLIST.md \u2014 vendor edge labels bleed white through a dark canvas.\nRule id: fq.edge-label.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-67d84a2bfde8c3bc", "name": "Stray `console.log` in TS/JS \u2014 scripts/_apply-fills.ts:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_apply-fills.ts:21"}, "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-29e3ba068e2ff15d", "name": "Stray `console.log` in TS/JS \u2014 scripts/clean-madb-seed.ts:337", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/clean-madb-seed.ts:337"}, "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-d7f8d22531c4f962", "name": "Stray `console.log` in TS/JS \u2014 scripts/promote-bulk.ts:494", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/promote-bulk.ts:494"}, "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-c80f4dd87e9e43f0", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed-adult-imprints.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-adult-imprints.ts:30"}, "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-a8f92721206f838d", "name": "Stray `console.log` in TS/JS \u2014 scripts/probe-adult-imprints.ts:66", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-adult-imprints.ts:66"}, "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-4ed9bb68023ce429", "name": "Stray `console.log` in TS/JS \u2014 scripts/_add-queue-placeholder.ts:41", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_add-queue-placeholder.ts:41"}, "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-0bf8fb4c2f03ecec", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-mangaka.ts:137", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-mangaka.ts:137"}, "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-ee07e942a835d69e", "name": "Stray `console.log` in TS/JS \u2014 scripts/clean-imprint-dump.ts:348", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/clean-imprint-dump.ts:348"}, "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-e65fe2946a3aa1ac", "name": "Stray `console.log` in TS/JS \u2014 scripts/_select-9001-10202.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-9001-10202.ts:40"}, "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-038190435a363100", "name": "Stray `console.log` in TS/JS \u2014 scripts/import-masters.ts:73", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/import-masters.ts:73"}, "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-60dd80437438e39e", "name": "Stray `console.log` in TS/JS \u2014 scripts/probe-openbd.ts:105", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-openbd.ts:105"}, "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-e606a7e091b6ac63", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-wikidata-qid.ts:280", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-wikidata-qid.ts:280"}, "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-810cc4e5e17d8efd", "name": "Stray `console.log` in TS/JS \u2014 scripts/admin-server.ts:452", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/admin-server.ts:452"}, "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-f71cc96d7ea44917", "name": "Stray `console.log` in TS/JS \u2014 scripts/verify-coverage.ts:100", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verify-coverage.ts:100"}, "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-c7e47d622963737d", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-volumes.ts:101", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-volumes.ts:101"}, "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-e986e066ef1084df", "name": "Stray `console.log` in TS/JS \u2014 scripts/_select-12203-20202.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-12203-20202.ts:40"}, "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-f5ac684c6e432987", "name": "Stray `console.log` in TS/JS \u2014 scripts/group-into-series.ts:339", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/group-into-series.ts:339"}, "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-7a745cf1e5a8caf6", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-openbd.ts:113", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-openbd.ts:113"}, "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-95b499a95fb8ad51", "name": "Stray `console.log` in TS/JS \u2014 scripts/import-mangaka-csv.ts:93", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/import-mangaka-csv.ts:93"}, "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-b3c4051459f933de", "name": "Stray `console.log` in TS/JS \u2014 scripts/build-seed3.ts:312", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-seed3.ts:312"}, "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-914c33545834c7c0", "name": "Stray `console.log` in TS/JS \u2014 scripts/promote-drafts.ts:94", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/promote-drafts.ts:94"}, "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-597daea9ebccba53", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-ndl.ts:327", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-ndl.ts:327"}, "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-9fb95f8c9db544a2", "name": "Stray `console.log` in TS/JS \u2014 scripts/_select-10203-20202.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-10203-20202.ts:40"}, "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-36237e03ac8d35a8", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-wikipedia.ts:393", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-wikipedia.ts:393"}, "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-01a0f44fc92da39c", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-madb.ts:780", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-madb.ts:780"}, "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-b8022241c25e32d0", "name": "Stray `console.log` in TS/JS \u2014 scripts/admin-state.ts:96", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/admin-state.ts:96"}, "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-f443c46cf3b116f9", "name": "Stray `console.log` in TS/JS \u2014 scripts/_select-top-1000.ts:59", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-top-1000.ts:59"}, "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-3a73c65b0e31542d", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-rakuten-bulk.ts:336", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-rakuten-bulk.ts:336"}, "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-1d9bdc6faa547593", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch-openbd-bulk.ts:73", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-openbd-bulk.ts:73"}, "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-efa43124bc554543", "name": "Stray `console.log` in TS/JS \u2014 scripts/backfill-archive.ts:54", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-archive.ts:54"}, "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-27e7904a2606af53", "name": "Stray `console.log` in TS/JS \u2014 scripts/probe-madb.ts:152", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-madb.ts:152"}, "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-a6c1de0380115f8a", "name": "Stray `console.log` in TS/JS \u2014 scripts/db-init.ts:28", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/db-init.ts:28"}, "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-c929ebf690f6283f", "name": "Stray `console.log` in TS/JS \u2014 scripts/promote-series.ts:251", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/promote-series.ts:251"}, "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-77c9675f2dff11e9", "name": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 scripts/promote-series.ts:197", "shortDescription": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 scripts/promote-series.ts:197"}, "fullDescription": {"text": "React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet.\n\nWhy: P-H in CHECKLIST.md \u2014 vendor edge labels bleed white through a dark canvas.\nRule id: fq.edge-label.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-004ed703f83ff788", "name": "Stray `console.log` in TS/JS \u2014 scripts/_make-template-seed3.ts:17", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_make-template-seed3.ts:17"}, "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-84fa68c08d04d2a3", "name": "`truncate` class without `title=` for hover reveal \u2014 components/RelatedWorks.tsx:67", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/RelatedWorks.tsx:67"}, "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-78e60ae0e87d0aa7", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ListClient.tsx:150", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ListClient.tsx:150"}, "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-34cc1efaf824242a", "name": "`truncate` class without `title=` for hover reveal \u2014 components/ReleaseCalendarMock.tsx:58", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ReleaseCalendarMock.tsx:58"}, "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-99782c19912d41ea", "name": "`truncate` class without `title=` for hover reveal \u2014 app/layout.tsx:25", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/layout.tsx:25"}, "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-41c21d084ac1baf4", "name": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-01/page.tsx:45", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-01/page.tsx:45"}, "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-d9b6db2935254b4e", "name": "`truncate` class without `title=` for hover reveal \u2014 app/genre/[key]/page.tsx:76", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/genre/[key]/page.tsx:76"}, "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-0b4faf0a2f148a80", "name": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-08/page.tsx:182", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-08/page.tsx:182"}, "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-b1fca8c58eafb5fd", "name": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-04/page.tsx:50", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-04/page.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-b12d9499566dd8a5", "name": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-06/page.tsx:31", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-06/page.tsx:31"}, "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-3d3c4b30542c54f0", "name": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-05/page.tsx:53", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-05/page.tsx:53"}, "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-1dab6f718300b826", "name": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-11/page.tsx:176", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-11/page.tsx:176"}, "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-bbea3307be934bc8", "name": "`truncate` class without `title=` for hover reveal \u2014 lib/homeDesign.tsx:69", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 lib/homeDesign.tsx:69"}, "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-b9ef5769e484bebe", "name": "Privileged port 13 in use", "shortDescription": {"text": "Privileged port 13 in use"}, "fullDescription": {"text": "Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8ccd48772c2a7412", "name": "Insecure pattern 'node_child_process' in scripts/_r2-upload.mjs:16", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/_r2-upload.mjs:16"}, "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-cb1e7f6381adf42a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-19e3dffd16281eaa", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-bdbbe71e34e165b7", "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-4dd762fe753d5e77", "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-e94b72b4b2f5c96b", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-599b1e2e5fb9fc1e", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-69441d54a49c8cf6", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-cf215aa25034af36", "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-ce2332729437afd8", "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-5c448e09bc1f1dcb", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "cloudflare/wrangler-action@v3 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": "medium", "confidence": 1.0}}, {"id": "scanner-44b728f431f49ff7", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-0858dfe73260855a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-2ec1ffb4d7406c95", "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-6b11b666bc30aff6", "name": "Very large file: scripts/_promote-bulk-v2.py (2411 lines)", "shortDescription": {"text": "Very large file: scripts/_promote-bulk-v2.py (2411 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": "14 test file(s) for 447 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-6611ff22818b6a92", "name": "31 TODO/FIXME markers", "shortDescription": {"text": "31 TODO/FIXME markers"}, "fullDescription": {"text": "High count of TODO/FIXME/HACK markers \u2014 track them as issues so they're not forgotten."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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 2970 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 28 placeholder/mock markers across 14 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 license. 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-e09c289184c871ce", "name": "`fetch()` without try/.catch or AbortSignal \u2014 worker.js:5", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker.js:5"}, "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-981bc90cf041db5c", "name": "Commented-code block (9 lines) in scripts/fetch-adult-lists.ts:276", "shortDescription": {"text": "Commented-code block (9 lines) in scripts/fetch-adult-lists.ts:276"}, "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-833b07d1d5daa2d9", "name": "Legacy-named symbol `backup_old` in scripts/_db-init-v2.py:28", "shortDescription": {"text": "Legacy-named symbol `backup_old` in scripts/_db-init-v2.py:28"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6263a724ee321a9d", "name": "Legacy-named symbol `slug_old` in scripts/_dryrun-x-fix.py:6", "shortDescription": {"text": "Legacy-named symbol `slug_old` in scripts/_dryrun-x-fix.py:6"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e79bdba1a3627ccf", "name": "Commented-code block (5 lines) in scripts/fetch-rakuten.ts:158", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/fetch-rakuten.ts:158"}, "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-d17d79946e815c1b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-rakuten.ts:156", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-rakuten.ts:156"}, "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-17d77fa83d5843a8", "name": "Legacy-named symbol `only_old` in scripts/_diff-yml-v2.py:44", "shortDescription": {"text": "Legacy-named symbol `only_old` in scripts/_diff-yml-v2.py:44"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-90e6c297f4451f74", "name": "Legacy-named symbol `_get_major_publisher_prefix_legacy` in scripts/_promote-bulk-v2.py:1096", "shortDescription": {"text": "Legacy-named symbol `_get_major_publisher_prefix_legacy` in scripts/_promote-bulk-v2.py:1096"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2c48d9a7e3326a0f", "name": "Commented-code block (6 lines) in scripts/_promote-bulk-v2.py:1207", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/_promote-bulk-v2.py:1207"}, "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-893e9e12426e3278", "name": "Commented-code block (5 lines) in scripts/_build-series-v2.py:501", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/_build-series-v2.py:501"}, "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-5d179ee2531589e1", "name": "Commented-code block (5 lines) in scripts/clean-madb-seed.ts:134", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/clean-madb-seed.ts:134"}, "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-8d586690622008b1", "name": "Commented-code block (6 lines) in scripts/promote-bulk.ts:614", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/promote-bulk.ts:614"}, "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-d27169229155a28e", "name": "Legacy-named symbol `_load_v1` in scripts/_slug-gen-v2.py:33", "shortDescription": {"text": "Legacy-named symbol `_load_v1` in scripts/_slug-gen-v2.py:33"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-74e2dbadbc5d1b8b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-mangaka.ts:91", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-mangaka.ts:91"}, "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-f906f830dbaa0aa9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-wikidata-qid.ts:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-wikidata-qid.ts:90"}, "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-db4861c9d03f3dd5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-volumes.ts:77", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-volumes.ts:77"}, "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-d6cb1999f137b1a9", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/intake.py:133", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/intake.py:133"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fc3301bf0f2cb3b2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-openbd.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-openbd.ts:29"}, "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-fcbd4004cf4b41a9", "name": "Commented-code block (5 lines) in scripts/_slug-apply-prep.py:25", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/_slug-apply-prep.py:25"}, "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-7e737dbcd422670f", "name": "Commented-code block (7 lines) in scripts/_db.ts:26", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/_db.ts:26"}, "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-91265fa2e97b8e21", "name": "Commented-code block (5 lines) in scripts/fetch-ndl.ts:408", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/fetch-ndl.ts:408"}, "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-2cc98012896363ae", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-ndl.ts:135", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-ndl.ts:135"}, "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-470a8aa9091e0bb6", "name": "Commented-code block (5 lines) in scripts/_audit-built-volumes.py:47", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/_audit-built-volumes.py:47"}, "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-97ae9d4af3692d8b", "name": "Legacy-named symbol `rest_v1` in scripts/fetch-wikipedia.ts:29", "shortDescription": {"text": "Legacy-named symbol `rest_v1` in scripts/fetch-wikipedia.ts:29"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-46a37addecbc4d4d", "name": "Commented-code block (5 lines) in scripts/fetch-wikipedia.ts:492", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/fetch-wikipedia.ts:492"}, "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-6ecaf5919db900b7", "name": "Commented-code block (6 lines) in scripts/fetch-madb.ts:833", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/fetch-madb.ts:833"}, "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-8edde3124f14fbab", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-rakuten-bulk.ts:218", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-rakuten-bulk.ts:218"}, "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-1ab03c022f77d8ea", "name": "Legacy-named symbol `orphan_old` in scripts/_migrate-seed3.py:114", "shortDescription": {"text": "Legacy-named symbol `orphan_old` in scripts/_migrate-seed3.py:114"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-356d3c27d389de0b", "name": "Commented-code block (5 lines) in scripts/probe-madb.ts:48", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/probe-madb.ts:48"}, "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-e54aadbd33914d01", "name": "Commented-code block (5 lines) in app/manga/[slug]/page.tsx:210", "shortDescription": {"text": "Commented-code block (5 lines) in app/manga/[slug]/page.tsx:210"}, "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-8ac14bcd9d759ed1", "name": "Commented-code block (5 lines) in lib/edition.test.ts:325", "shortDescription": {"text": "Commented-code block (5 lines) in lib/edition.test.ts:325"}, "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-dd978b5657325bdb", "name": "Commented-code block (9 lines) in lib/madb-jsonld.ts:423", "shortDescription": {"text": "Commented-code block (9 lines) in lib/madb-jsonld.ts:423"}, "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-15b69af2b32a6aef", "name": "Commented-code block (7 lines) in lib/edition.ts:230", "shortDescription": {"text": "Commented-code block (7 lines) in lib/edition.ts:230"}, "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-d6364dddc6411b9a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/r2-serve.js:55", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/r2-serve.js:55"}, "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-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: `ADMIN_HOST`, `ADMIN_PASS`, `ADMIN_PORT`, `ADMIN_USER`, `ANTHROPIC_API_KEY`, `GOOGLE_BOOKS_API_KEY`, `MANGAL_DATA_DIR`, `NDL_DEBUG_KEYS` + 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}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/_ndl-editions-survey.py:lnm, scripts/_ndl-editions-full.py:lnm\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/_merge-dossier.py:title_of, scripts/_apply-merge-batch.py:title_of, scripts/_audit-preproduction.py:title_of, scripts/_apply-x2-decisions.py:title_of\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/_audit-kana-validity.py:base_title, scripts/_slug-gen-v1.py:base_title, scripts/_audit-kana-3source.py:base_title\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-02525d39071dd2c7", "name": "Near-duplicate function bodies in 5 places", "shortDescription": {"text": "Near-duplicate function bodies in 5 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/_classify-x2-v2.py:title_of, scripts/_classify-final-collisions.py:title_of, scripts/_refine-x2-contains.py:title_of, scripts/_triage-merge-worklist.py:title_of\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19589"}, "properties": {"repository": "shuichi0725-cmyk/MANGAL", "repoUrl": "https://github.com/shuichi0725-cmyk/MANGAL", "branch": "main"}, "results": [{"ruleId": "scanner-2e6658d9749e213e", "level": "note", "message": {"text": "Possibly dead Python function: sortkey"}, "properties": {"repobilityId": "78a8a315f2f268e9", "scanner": "scanner-primary", "fingerprint": "2e6658d9749e213e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_gap-c1-suffix.py:128"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-669a2f92104e4d6f", "level": "note", "message": {"text": "Possibly dead Python function: excl_none"}, "properties": {"repobilityId": "439d1f9da754c077", "scanner": "scanner-primary", "fingerprint": "669a2f92104e4d6f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_apply-merge-A.py:27"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-22b42dcf73274e19", "level": "note", "message": {"text": "Possibly dead Python function: first_vol_date"}, "properties": {"repobilityId": "55b71a93f8058787", "scanner": "scanner-primary", "fingerprint": "22b42dcf73274e19", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_promote-bulk-v2.py:1577"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-14857e9aefd980cb", "level": "note", "message": {"text": "Possibly dead Python function: canonical_rank"}, "properties": {"repobilityId": "7c16b5ffd87b2f18", "scanner": "scanner-primary", "fingerprint": "14857e9aefd980cb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_dedup-pages.py:40"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ca2d70b93ffafaa5", "level": "note", "message": {"text": "Possibly dead Python function: keyf"}, "properties": {"repobilityId": "a8d7f968aa8d3098", "scanner": "scanner-primary", "fingerprint": "ca2d70b93ffafaa5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_audit-missing-isbn.py:49"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c93372c37629a16c", "level": "note", "message": {"text": "Possibly dead Python function: n2q"}, "properties": {"repobilityId": "172fcad261f7ec57", "scanner": "scanner-primary", "fingerprint": "c93372c37629a16c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_build-madb-author-fill.py:28"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-337ae49ee9f41680", "level": "note", "message": {"text": "Possibly dead Python function: n2q"}, "properties": {"repobilityId": "172fcad261f7ec57", "scanner": "scanner-primary", "fingerprint": "337ae49ee9f41680", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_madb_authors.py:301"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9131e065bac96692", "level": "note", "message": {"text": "Possibly dead Python function: title_meta"}, "properties": {"repobilityId": "35a352415b3e1fa6", "scanner": "scanner-primary", "fingerprint": "9131e065bac96692", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_gen-series-merge.py:79"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-d5c97e2c3024dcc2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-adult-lists.ts:344"}, "properties": {"repobilityId": "c51dc762033db377", "scanner": "scanner-primary", "fingerprint": "d5c97e2c3024dcc2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c3860ad0220ffcef", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/db-report.ts:102"}, "properties": {"repobilityId": "8cd862d4505b2487", "scanner": "scanner-primary", "fingerprint": "c3860ad0220ffcef", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3d20b10cd8a89a8d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-rakuten.ts:310"}, "properties": {"repobilityId": "7f3cfec77e515c95", "scanner": "scanner-primary", "fingerprint": "3d20b10cd8a89a8d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-850e324cc8089b5a", "level": "note", "message": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 scripts/fetch-rakuten.ts:449"}, "properties": {"repobilityId": "d71dd68b5ed8b8df", "scanner": "scanner-primary", "fingerprint": "850e324cc8089b5a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.edge-label.no-bg"]}}, {"ruleId": "scanner-67d84a2bfde8c3bc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_apply-fills.ts:21"}, "properties": {"repobilityId": "dc45494b6247095c", "scanner": "scanner-primary", "fingerprint": "67d84a2bfde8c3bc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-29e3ba068e2ff15d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/clean-madb-seed.ts:337"}, "properties": {"repobilityId": "cc23db33a7c4c2e7", "scanner": "scanner-primary", "fingerprint": "29e3ba068e2ff15d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d7f8d22531c4f962", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/promote-bulk.ts:494"}, "properties": {"repobilityId": "cf12b5fe79ec2a01", "scanner": "scanner-primary", "fingerprint": "d7f8d22531c4f962", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c80f4dd87e9e43f0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed-adult-imprints.ts:30"}, "properties": {"repobilityId": "c2f51deccd93aa72", "scanner": "scanner-primary", "fingerprint": "c80f4dd87e9e43f0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a8f92721206f838d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-adult-imprints.ts:66"}, "properties": {"repobilityId": "17e696211779d895", "scanner": "scanner-primary", "fingerprint": "a8f92721206f838d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4ed9bb68023ce429", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_add-queue-placeholder.ts:41"}, "properties": {"repobilityId": "24a2563ff091d0f1", "scanner": "scanner-primary", "fingerprint": "4ed9bb68023ce429", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0bf8fb4c2f03ecec", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-mangaka.ts:137"}, "properties": {"repobilityId": "2313384420f6936a", "scanner": "scanner-primary", "fingerprint": "0bf8fb4c2f03ecec", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ee07e942a835d69e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/clean-imprint-dump.ts:348"}, "properties": {"repobilityId": "115e1293f0637bc6", "scanner": "scanner-primary", "fingerprint": "ee07e942a835d69e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e65fe2946a3aa1ac", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-9001-10202.ts:40"}, "properties": {"repobilityId": "d72ff1e82ede474e", "scanner": "scanner-primary", "fingerprint": "e65fe2946a3aa1ac", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-038190435a363100", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/import-masters.ts:73"}, "properties": {"repobilityId": "cfd753aa1c0e86aa", "scanner": "scanner-primary", "fingerprint": "038190435a363100", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-60dd80437438e39e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-openbd.ts:105"}, "properties": {"repobilityId": "baa5b8d71cb8b44f", "scanner": "scanner-primary", "fingerprint": "60dd80437438e39e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e606a7e091b6ac63", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-wikidata-qid.ts:280"}, "properties": {"repobilityId": "caaeeb6ec0037eb9", "scanner": "scanner-primary", "fingerprint": "e606a7e091b6ac63", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-810cc4e5e17d8efd", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/admin-server.ts:452"}, "properties": {"repobilityId": "9b151f682129a02e", "scanner": "scanner-primary", "fingerprint": "810cc4e5e17d8efd", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f71cc96d7ea44917", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verify-coverage.ts:100"}, "properties": {"repobilityId": "ce22b2d228f10550", "scanner": "scanner-primary", "fingerprint": "f71cc96d7ea44917", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c7e47d622963737d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-volumes.ts:101"}, "properties": {"repobilityId": "86a82ff6ddf699b6", "scanner": "scanner-primary", "fingerprint": "c7e47d622963737d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e986e066ef1084df", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-12203-20202.ts:40"}, "properties": {"repobilityId": "524b00d1153477bc", "scanner": "scanner-primary", "fingerprint": "e986e066ef1084df", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f5ac684c6e432987", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/group-into-series.ts:339"}, "properties": {"repobilityId": "412bfa88e5e99cac", "scanner": "scanner-primary", "fingerprint": "f5ac684c6e432987", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7a745cf1e5a8caf6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-openbd.ts:113"}, "properties": {"repobilityId": "2bb94f92208ac5e3", "scanner": "scanner-primary", "fingerprint": "7a745cf1e5a8caf6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-95b499a95fb8ad51", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/import-mangaka-csv.ts:93"}, "properties": {"repobilityId": "edc737d023faefc1", "scanner": "scanner-primary", "fingerprint": "95b499a95fb8ad51", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b3c4051459f933de", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-seed3.ts:312"}, "properties": {"repobilityId": "9b17e2bc70d498cb", "scanner": "scanner-primary", "fingerprint": "b3c4051459f933de", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-914c33545834c7c0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/promote-drafts.ts:94"}, "properties": {"repobilityId": "35a8f22ff3bf0236", "scanner": "scanner-primary", "fingerprint": "914c33545834c7c0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-597daea9ebccba53", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-ndl.ts:327"}, "properties": {"repobilityId": "d8a323af3fb82c28", "scanner": "scanner-primary", "fingerprint": "597daea9ebccba53", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9fb95f8c9db544a2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-10203-20202.ts:40"}, "properties": {"repobilityId": "ed70937fc75a942d", "scanner": "scanner-primary", "fingerprint": "9fb95f8c9db544a2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-36237e03ac8d35a8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-wikipedia.ts:393"}, "properties": {"repobilityId": "64bcadafa1bf2c1f", "scanner": "scanner-primary", "fingerprint": "36237e03ac8d35a8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-01a0f44fc92da39c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-madb.ts:780"}, "properties": {"repobilityId": "7196dd66e4d72956", "scanner": "scanner-primary", "fingerprint": "01a0f44fc92da39c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b8022241c25e32d0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/admin-state.ts:96"}, "properties": {"repobilityId": "bb3fddf5fa5cbd37", "scanner": "scanner-primary", "fingerprint": "b8022241c25e32d0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f443c46cf3b116f9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_select-top-1000.ts:59"}, "properties": {"repobilityId": "6502734093710973", "scanner": "scanner-primary", "fingerprint": "f443c46cf3b116f9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3a73c65b0e31542d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-rakuten-bulk.ts:336"}, "properties": {"repobilityId": "270950d2aa069c65", "scanner": "scanner-primary", "fingerprint": "3a73c65b0e31542d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1d9bdc6faa547593", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch-openbd-bulk.ts:73"}, "properties": {"repobilityId": "9e85ba97f927baed", "scanner": "scanner-primary", "fingerprint": "1d9bdc6faa547593", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-efa43124bc554543", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-archive.ts:54"}, "properties": {"repobilityId": "80db70524b7611d4", "scanner": "scanner-primary", "fingerprint": "efa43124bc554543", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-27e7904a2606af53", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/probe-madb.ts:152"}, "properties": {"repobilityId": "03038f7eb176d2fd", "scanner": "scanner-primary", "fingerprint": "27e7904a2606af53", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a6c1de0380115f8a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/db-init.ts:28"}, "properties": {"repobilityId": "69e31f10fa974c04", "scanner": "scanner-primary", "fingerprint": "a6c1de0380115f8a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c929ebf690f6283f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/promote-series.ts:251"}, "properties": {"repobilityId": "b67505b411192c57", "scanner": "scanner-primary", "fingerprint": "c929ebf690f6283f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-77c9675f2dff11e9", "level": "note", "message": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 scripts/promote-series.ts:197"}, "properties": {"repobilityId": "90eb33512bd0586c", "scanner": "scanner-primary", "fingerprint": "77c9675f2dff11e9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.edge-label.no-bg"]}}, {"ruleId": "scanner-004ed703f83ff788", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/_make-template-seed3.ts:17"}, "properties": {"repobilityId": "53a04935d01c3870", "scanner": "scanner-primary", "fingerprint": "004ed703f83ff788", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-84fa68c08d04d2a3", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/RelatedWorks.tsx:67"}, "properties": {"repobilityId": "325de12d146a86d0", "scanner": "scanner-primary", "fingerprint": "84fa68c08d04d2a3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-78e60ae0e87d0aa7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ListClient.tsx:150"}, "properties": {"repobilityId": "9742e17d9be09396", "scanner": "scanner-primary", "fingerprint": "78e60ae0e87d0aa7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-34cc1efaf824242a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/ReleaseCalendarMock.tsx:58"}, "properties": {"repobilityId": "56da5e43d116a307", "scanner": "scanner-primary", "fingerprint": "34cc1efaf824242a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-99782c19912d41ea", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/layout.tsx:25"}, "properties": {"repobilityId": "6d42dcf32c9b20c8", "scanner": "scanner-primary", "fingerprint": "99782c19912d41ea", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-41c21d084ac1baf4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-01/page.tsx:45"}, "properties": {"repobilityId": "72e549b05f4b0d13", "scanner": "scanner-primary", "fingerprint": "41c21d084ac1baf4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d9b6db2935254b4e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/genre/[key]/page.tsx:76"}, "properties": {"repobilityId": "64ed5d7db96ad70d", "scanner": "scanner-primary", "fingerprint": "d9b6db2935254b4e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0b4faf0a2f148a80", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-08/page.tsx:182"}, "properties": {"repobilityId": "8861c74c33519661", "scanner": "scanner-primary", "fingerprint": "0b4faf0a2f148a80", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b1fca8c58eafb5fd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-04/page.tsx:50"}, "properties": {"repobilityId": "c1df7df5a0e32b19", "scanner": "scanner-primary", "fingerprint": "b1fca8c58eafb5fd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b12d9499566dd8a5", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-06/page.tsx:31"}, "properties": {"repobilityId": "75a374e749e218a9", "scanner": "scanner-primary", "fingerprint": "b12d9499566dd8a5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3d3c4b30542c54f0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-05/page.tsx:53"}, "properties": {"repobilityId": "10183b01ad249b6a", "scanner": "scanner-primary", "fingerprint": "3d3c4b30542c54f0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1dab6f718300b826", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/home-design-11/page.tsx:176"}, "properties": {"repobilityId": "ce5d183ab78394fd", "scanner": "scanner-primary", "fingerprint": "1dab6f718300b826", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bbea3307be934bc8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 lib/homeDesign.tsx:69"}, "properties": {"repobilityId": "fac20858d274d1c6", "scanner": "scanner-primary", "fingerprint": "bbea3307be934bc8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b9ef5769e484bebe", "level": "warning", "message": {"text": "Privileged port 13 in use"}, "properties": {"repobilityId": "79d721e4d6f64798", "scanner": "scanner-primary", "fingerprint": "b9ef5769e484bebe", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "data-preview/manga/fate-grand-order-makuai-no-monogatari.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8ccd48772c2a7412", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/_r2-upload.mjs:16"}, "properties": {"repobilityId": "7f44c68c27f5a243", "scanner": "scanner-primary", "fingerprint": "8ccd48772c2a7412", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/_r2-upload.mjs"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-cb1e7f6381adf42a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8b91025ff006d035", "scanner": "scanner-primary", "fingerprint": "cb1e7f6381adf42a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fetch-madb.yml"}, "region": {"startLine": 141}}}]}, {"ruleId": "scanner-19e3dffd16281eaa", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1d81f7178b32816c", "scanner": "scanner-primary", "fingerprint": "19e3dffd16281eaa", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/validate-adult-isbn.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-bdbbe71e34e165b7", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "7b9b6690b4333acf", "scanner": "scanner-primary", "fingerprint": "bdbbe71e34e165b7", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/validate-adult-isbn.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4dd762fe753d5e77", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "56f193cca3f4aaeb", "scanner": "scanner-primary", "fingerprint": "4dd762fe753d5e77", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fetch-adult-lists.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e94b72b4b2f5c96b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "62b70c859e02dc0c", "scanner": "scanner-primary", "fingerprint": "e94b72b4b2f5c96b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fetch-ndl.yml"}, "region": {"startLine": 98}}}]}, {"ruleId": "scanner-599b1e2e5fb9fc1e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "dbfc488297dda003", "scanner": "scanner-primary", "fingerprint": "599b1e2e5fb9fc1e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/probe-madb.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-69441d54a49c8cf6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "005ede747e774c32", "scanner": "scanner-primary", "fingerprint": "69441d54a49c8cf6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fetch-rakuten.yml"}, "region": {"startLine": 106}}}]}, {"ruleId": "scanner-cf215aa25034af36", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "a9ffdc9f0b6918ff", "scanner": "scanner-primary", "fingerprint": "cf215aa25034af36", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fetch-wikidata-qid.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ce2332729437afd8", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "cfa3b7ed211110df", "scanner": "scanner-primary", "fingerprint": "ce2332729437afd8", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/fetch-mangaka.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5c448e09bc1f1dcb", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "99947a22a4200753", "scanner": "scanner-primary", "fingerprint": "5c448e09bc1f1dcb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-cloudflare.yml"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-44b728f431f49ff7", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e6d23ff38cdf220c", "scanner": "scanner-primary", "fingerprint": "44b728f431f49ff7", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/bulk-promote-test.yml"}, "region": {"startLine": 256}}}]}, {"ruleId": "scanner-0858dfe73260855a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "32ebfb48c037bdb3", "scanner": "scanner-primary", "fingerprint": "0858dfe73260855a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/promote-series.yml"}, "region": {"startLine": 165}}}]}, {"ruleId": "scanner-2ec1ffb4d7406c95", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "94a7d194442b8732", "scanner": "scanner-primary", "fingerprint": "2ec1ffb4d7406c95", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/promote-series.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6b11b666bc30aff6", "level": "note", "message": {"text": "Very large file: scripts/_promote-bulk-v2.py (2411 lines)"}, "properties": {"repobilityId": "2e7ff65eeb23dad0", "scanner": "scanner-primary", "fingerprint": "6b11b666bc30aff6", "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-6611ff22818b6a92", "level": "note", "message": {"text": "31 TODO/FIXME markers"}, "properties": {"repobilityId": "4b38c118003e07d2", "scanner": "scanner-primary", "fingerprint": "6611ff22818b6a92", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["maintenance"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "91f2fd551aba1865", "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": "a507c57da364b920", "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": "203c679886326dbb", "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": "037b0e7dade615de", "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": "2e6621c779cc87ba", "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": "0b394d5aa47f931d", "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": "d5d89a0edf176c5f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e09c289184c871ce", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker.js:5"}, "properties": {"repobilityId": "7501c613f06d6a4f", "scanner": "scanner-primary", "fingerprint": "e09c289184c871ce", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-981bc90cf041db5c", "level": "none", "message": {"text": "Commented-code block (9 lines) in scripts/fetch-adult-lists.ts:276"}, "properties": {"repobilityId": "23ebab857a650a62", "scanner": "scanner-primary", "fingerprint": "981bc90cf041db5c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-833b07d1d5daa2d9", "level": "note", "message": {"text": "Legacy-named symbol `backup_old` in scripts/_db-init-v2.py:28"}, "properties": {"repobilityId": "3cc28528fbb45604", "scanner": "scanner-primary", "fingerprint": "833b07d1d5daa2d9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-6263a724ee321a9d", "level": "note", "message": {"text": "Legacy-named symbol `slug_old` in scripts/_dryrun-x-fix.py:6"}, "properties": {"repobilityId": "e02a453efe76b5f2", "scanner": "scanner-primary", "fingerprint": "6263a724ee321a9d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e79bdba1a3627ccf", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/fetch-rakuten.ts:158"}, "properties": {"repobilityId": "c80d458d97fdcbbe", "scanner": "scanner-primary", "fingerprint": "e79bdba1a3627ccf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d17d79946e815c1b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-rakuten.ts:156"}, "properties": {"repobilityId": "19869dfae04682f2", "scanner": "scanner-primary", "fingerprint": "d17d79946e815c1b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-17d77fa83d5843a8", "level": "note", "message": {"text": "Legacy-named symbol `only_old` in scripts/_diff-yml-v2.py:44"}, "properties": {"repobilityId": "2405270a565b7313", "scanner": "scanner-primary", "fingerprint": "17d77fa83d5843a8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-90e6c297f4451f74", "level": "note", "message": {"text": "Legacy-named symbol `_get_major_publisher_prefix_legacy` in scripts/_promote-bulk-v2.py:1096"}, "properties": {"repobilityId": "24c0d76ecb89a2e2", "scanner": "scanner-primary", "fingerprint": "90e6c297f4451f74", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2c48d9a7e3326a0f", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/_promote-bulk-v2.py:1207"}, "properties": {"repobilityId": "eb56b2861707e6f0", "scanner": "scanner-primary", "fingerprint": "2c48d9a7e3326a0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-893e9e12426e3278", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/_build-series-v2.py:501"}, "properties": {"repobilityId": "1cf47d1ef1c13a3f", "scanner": "scanner-primary", "fingerprint": "893e9e12426e3278", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5d179ee2531589e1", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/clean-madb-seed.ts:134"}, "properties": {"repobilityId": "3fb3166561a1f931", "scanner": "scanner-primary", "fingerprint": "5d179ee2531589e1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8d586690622008b1", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/promote-bulk.ts:614"}, "properties": {"repobilityId": "90e6371b73f785c0", "scanner": "scanner-primary", "fingerprint": "8d586690622008b1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d27169229155a28e", "level": "note", "message": {"text": "Legacy-named symbol `_load_v1` in scripts/_slug-gen-v2.py:33"}, "properties": {"repobilityId": "d145d11543f8ef28", "scanner": "scanner-primary", "fingerprint": "d27169229155a28e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-74e2dbadbc5d1b8b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-mangaka.ts:91"}, "properties": {"repobilityId": "5d257a7d352f25fb", "scanner": "scanner-primary", "fingerprint": "74e2dbadbc5d1b8b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f906f830dbaa0aa9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-wikidata-qid.ts:90"}, "properties": {"repobilityId": "8ca2e5b8192a980b", "scanner": "scanner-primary", "fingerprint": "f906f830dbaa0aa9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-db4861c9d03f3dd5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-volumes.ts:77"}, "properties": {"repobilityId": "4613b090cae5b54b", "scanner": "scanner-primary", "fingerprint": "db4861c9d03f3dd5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d6cb1999f137b1a9", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/intake.py:133"}, "properties": {"repobilityId": "517943638d7a58d1", "scanner": "scanner-primary", "fingerprint": "d6cb1999f137b1a9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fc3301bf0f2cb3b2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-openbd.ts:29"}, "properties": {"repobilityId": "d10c6d234058c2d2", "scanner": "scanner-primary", "fingerprint": "fc3301bf0f2cb3b2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fcbd4004cf4b41a9", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/_slug-apply-prep.py:25"}, "properties": {"repobilityId": "ad15eae7640e09ae", "scanner": "scanner-primary", "fingerprint": "fcbd4004cf4b41a9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e737dbcd422670f", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/_db.ts:26"}, "properties": {"repobilityId": "0965cd2522e4c6f7", "scanner": "scanner-primary", "fingerprint": "7e737dbcd422670f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-91265fa2e97b8e21", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/fetch-ndl.ts:408"}, "properties": {"repobilityId": "66f92b75568d71d7", "scanner": "scanner-primary", "fingerprint": "91265fa2e97b8e21", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2cc98012896363ae", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-ndl.ts:135"}, "properties": {"repobilityId": "057f743db50ae5c6", "scanner": "scanner-primary", "fingerprint": "2cc98012896363ae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-470a8aa9091e0bb6", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/_audit-built-volumes.py:47"}, "properties": {"repobilityId": "78e192c9307fea26", "scanner": "scanner-primary", "fingerprint": "470a8aa9091e0bb6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-97ae9d4af3692d8b", "level": "note", "message": {"text": "Legacy-named symbol `rest_v1` in scripts/fetch-wikipedia.ts:29"}, "properties": {"repobilityId": "11c9270c3d28469e", "scanner": "scanner-primary", "fingerprint": "97ae9d4af3692d8b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-46a37addecbc4d4d", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/fetch-wikipedia.ts:492"}, "properties": {"repobilityId": "2de6144d7b7ae24c", "scanner": "scanner-primary", "fingerprint": "46a37addecbc4d4d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6ecaf5919db900b7", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/fetch-madb.ts:833"}, "properties": {"repobilityId": "e841b20f00486d48", "scanner": "scanner-primary", "fingerprint": "6ecaf5919db900b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8edde3124f14fbab", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/fetch-rakuten-bulk.ts:218"}, "properties": {"repobilityId": "5345a719e8c454ab", "scanner": "scanner-primary", "fingerprint": "8edde3124f14fbab", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1ab03c022f77d8ea", "level": "note", "message": {"text": "Legacy-named symbol `orphan_old` in scripts/_migrate-seed3.py:114"}, "properties": {"repobilityId": "3fdc9c65e7504537", "scanner": "scanner-primary", "fingerprint": "1ab03c022f77d8ea", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-356d3c27d389de0b", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/probe-madb.ts:48"}, "properties": {"repobilityId": "34f811f53ce00852", "scanner": "scanner-primary", "fingerprint": "356d3c27d389de0b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e54aadbd33914d01", "level": "none", "message": {"text": "Commented-code block (5 lines) in app/manga/[slug]/page.tsx:210"}, "properties": {"repobilityId": "fb3d931e7cd9a020", "scanner": "scanner-primary", "fingerprint": "e54aadbd33914d01", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8ac14bcd9d759ed1", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/edition.test.ts:325"}, "properties": {"repobilityId": "b3938dd34ae68aee", "scanner": "scanner-primary", "fingerprint": "8ac14bcd9d759ed1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd978b5657325bdb", "level": "none", "message": {"text": "Commented-code block (9 lines) in lib/madb-jsonld.ts:423"}, "properties": {"repobilityId": "d3d12c9062250745", "scanner": "scanner-primary", "fingerprint": "dd978b5657325bdb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-15b69af2b32a6aef", "level": "none", "message": {"text": "Commented-code block (7 lines) in lib/edition.ts:230"}, "properties": {"repobilityId": "bad2c8d7fc362233", "scanner": "scanner-primary", "fingerprint": "15b69af2b32a6aef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d6364dddc6411b9a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/r2-serve.js:55"}, "properties": {"repobilityId": "59966b5088ba82c4", "scanner": "scanner-primary", "fingerprint": "d6364dddc6411b9a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"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"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "7ca812b6fbab78a3", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "d6061e4da3f0a676", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "632a2a301cf56b71", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "6e673d6b3893ceb5", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "9519f6a6abd9e98a", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "1767321cf27c9a1b", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "a02ef7cab5bbfa37", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "c90b2c4c5664c34c", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "ad8bae46d7cb45b8", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "efb15ae4fbad8191", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "8f3a9f9c6ff81964", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "ee16cf9b0e1ca7ac", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "067353b137bba5a9", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "7d611e6649fa2b87", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "1a06e2ba3aeb7f4d", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "21b3727ebd2ebbd5", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "9cb74a2662a68d4c", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "8090a3f3e955417b", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "044d36a542ba59e9", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "8c2933e92bd13101", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}