Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

Rorqualx/Mugiwara-Kaizoku

https://github.com/Rorqualx/Mugiwara-Kaizoku · scanned 2026-06-15 23:57 UTC (2 months, 3 weeks ago)

649 raw signals (0 security + 649 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 592 actionable findings from 1 signal source. 57 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 42.4/100 with 100.0% coverage. It contains 25728 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 649 findings — concentrated in quality (292), frontend (167), security (68). Risk profile is high: 11 critical, 49 high, 170 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 358 of 592 actionable findings. 649 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in scripts/utilities/create-admin-simple.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/utilities/create-admin-simple.js:28
critical System graph security Secrets conf 1.00 Possible secret in src/components/auth/FirstTimeSetup.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/components/auth/FirstTimeSetup.tsx:120
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in src/server/adapters/metadata/websiteProviderAdapter.ts
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
lines 180, 311
src/server/adapters/metadata/websiteProviderAdapter.ts:180, 311 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in src/server/utils/log-sanitizer.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/server/utils/log-sanitizer.ts:235
critical System graph security Secrets conf 1.00 Possible secret in src/utils/admin-debug.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/utils/admin-debug.ts:96
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/cover-layers/${mangaId}/manifest.json (src/hooks/useCoverLayerManifest.ts:37)
`src/hooks/useCoverLayerManifest.ts:37` calls `GET /api/cover-layers/${mangaId}/manifest.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cover-layers/<p>/manifest.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/prowlarr (src/utils/prowlarrApi.ts:261)
`src/utils/prowlarrApi.ts:261` calls `GET /api/prowlarr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prowlarr` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/reader/chapter-info/${mangaId}/${chapterId} (src/hooks/reader/useReaderArchive.ts:129)
`src/hooks/reader/useReaderArchive.ts:129` calls `GET /api/reader/chapter-info/${mangaId}/${chapterId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/reader/chapter-info/<p>/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/reader/progress/${mangaId}/${chapterId} (src/hooks/reader/useReaderArchive.ts:153)
`src/hooks/reader/useReaderArchive.ts:153` calls `GET /api/reader/progress/${mangaId}/${chapterId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/reader/progress/<p>/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/users/create (docs/eslint/no-unsafe-assignment/schemas/index.ts:42)
`docs/eslint/no-unsafe-assignment/schemas/index.ts:42` calls `GET /api/users/create` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/users/create` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/Articles/AsSimpleJson (src/server/services/fandom/FandomV1API.ts:71)
`src/server/services/fandom/FandomV1API.ts:71` calls `GET /api/v1/Articles/AsSimpleJson` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/v1/articles/assimplejson` If this points at an external API, prefix it…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/v1/openapi.json (src/pages/api-docs.tsx:17)
`src/pages/api-docs.tsx:17` calls `GET /api/v1/openapi.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/v1/openapi.json` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /dashboard (src/hooks/useNavigation.ts:68)
`src/hooks/useNavigation.ts:68` calls `GET /dashboard` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dashboard` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /docs/${documentPath} (src/components/common/DocumentModal.tsx:214)
`src/components/common/DocumentModal.tsx:214` calls `GET /docs/${documentPath}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/docs/<p>` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/api/v1/ws (server-production.js:129)
`server-production.js:129` calls `GET http://127.0.0.1:${port}/api/v1/ws` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/api/v1/ws` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}${proxyUrl} (src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/phase-finalize.ts:727)
`src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/phase-finalize.ts:727` calls `GET http://localhost:${port}${proxyUrl}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/<p>` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${domain}.fandom.com/api.php (src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/interwiki-discovery.ts:150)
`src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/interwiki-discovery.ts:150` calls `GET https://${domain}.fandom.com/api.php` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${domain}/api.php?${params.toString()} (src/server/services/fandom/adaptive/series-page-resolver.ts:109)
`src/server/services/fandom/adaptive/series-page-resolver.ts:109` calls `GET https://${domain}/api.php?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/api.php` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${domain}/api.php?${params.toString()} (src/server/services/fandom/adaptive/series-page-resolver.ts:132)
`src/server/services/fandom/adaptive/series-page-resolver.ts:132` calls `GET https://${domain}/api.php?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/api.php` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${subdomain}.fandom.com/api.php?${params.toString()} (src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/parent-page-validator.ts:135)
`src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/parent-page-validator.ts:135` calls `GET https://${subdomain}.fandom.com/api.php?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path u…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${subdomain}.fandom.com/api.php?${params.toString()} (src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/parent-page-validator.ts:63)
`src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/parent-page-validator.ts:63` calls `GET https://${subdomain}.fandom.com/api.php?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path us…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/Suwayomi/Suwayomi-Server/releases/latest (scripts/utilities/install-suwayomi.mjs:109)
`scripts/utilities/install-suwayomi.mjs:109` calls `GET https://api.github.com/repos/Suwayomi/Suwayomi-Server/releases/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.github.com/repos/suwayomi/suwa…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/Suwayomi/Suwayomi-Server/releases/latest (src/server/services/suwayomi/suwayomi-service/installer.ts:122)
`src/server/services/suwayomi/suwayomi-service/installer.ts:122` calls `GET https://api.github.com/repos/Suwayomi/Suwayomi-Server/releases/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.github.com…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://comicvine.gamespot.com/... (src/server/services/flaresolverr/index.ts:16)
`src/server/services/flaresolverr/index.ts:16` calls `GET https://comicvine.gamespot.com/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/comicvine.gamespot.com/...` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://comicvine.gamespot.com/api/search?${params} (scripts/comicvine/test-comicvine-search.ts:31)
`scripts/comicvine/test-comicvine-search.ts:31` calls `GET https://comicvine.gamespot.com/api/search?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/comicvine.gamespot.com/api/search` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://comicvine.gamespot.com/api/search?${params} (scripts/comicvine/test-id-discovery.ts:112)
`scripts/comicvine/test-id-discovery.ts:112` calls `GET https://comicvine.gamespot.com/api/search?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/comicvine.gamespot.com/api/search` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com (src/server/services/flaresolverr/singleton.ts:34)
`src/server/services/flaresolverr/singleton.ts:34` calls `GET https://example.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.com` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://fire-force.fandom.com/wiki/List_of_Volumes (scripts/testing/test-improved-parser.mjs:7)
`scripts/testing/test-improved-parser.mjs:7` calls `GET https://fire-force.fandom.com/wiki/List_of_Volumes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fire-force.fandom.com/wiki/list_of_volumes` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://fire-force.fandom.com/wiki/List_of_Volumes (tests/integration/test-fire-force-parser.js:7)
`tests/integration/test-fire-force-parser.js:7` calls `GET https://fire-force.fandom.com/wiki/List_of_Volumes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/fire-force.fandom.com/wiki/list_of_volumes` If thi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://fire-force.fandom.com/wiki/List_of_Volumes (tests/integration/test-parser-debug.mjs:7)
`tests/integration/test-parser-debug.mjs:7` calls `GET https://fire-force.fandom.com/wiki/List_of_Volumes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/fire-force.fandom.com/wiki/list_of_volumes` If this po…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://fire-force.fandom.com/wiki/List_of_Volumes (tests/integration/test-parser-debug2.mjs:7)
`tests/integration/test-parser-debug2.mjs:7` calls `GET https://fire-force.fandom.com/wiki/List_of_Volumes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/fire-force.fandom.com/wiki/list_of_volumes` If this p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://fire-force.fandom.com/wiki/List_of_Volumes (tests/integration/test-parser-direct.mjs:8)
`tests/integration/test-parser-direct.mjs:8` calls `GET https://fire-force.fandom.com/wiki/List_of_Volumes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/fire-force.fandom.com/wiki/list_of_volumes` If this p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://fire-force.fandom.com/wiki/List_of_Volumes (tests/integration/test-parser-structure.mjs:7)
`tests/integration/test-parser-structure.mjs:7` calls `GET https://fire-force.fandom.com/wiki/List_of_Volumes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/fire-force.fandom.com/wiki/list_of_volumes` If thi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/logs (src/utils/logger/browser-logger.ts:87)
`src/utils/logger/browser-logger.ts:87` calls `POST /api/logs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/logs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/settings/test-client (src/hooks/useDownloadClientConfig/connection-tester.ts:95)
`src/hooks/useDownloadClientConfig/connection-tester.ts:95` calls `POST /api/settings/test-client` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/settings/test-client` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3000/api/trpc/metadata.fetchEnhancedMangaMetadata (tests/integration/test-enhanced-fandom.mjs:12)
`tests/integration/test-enhanced-fandom.mjs:12` calls `POST http://localhost:3000/api/trpc/metadata.fetchEnhancedMangaMetadata` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:3000/api/trpc/metadata.f…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/auth/callback/credentials (scripts/testing/test-shutdown.js:17)
`scripts/testing/test-shutdown.js:17` calls `POST http://localhost:3001/api/auth/callback/credentials` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3001/api/auth/callback/credentials` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails (scripts/testing/test-comicvine-api-data.js:154)
`scripts/testing/test-comicvine-api-data.js:154` calls `POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3001/api/trpc/metadata…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails (scripts/testing/test-comicvine-api-data.js:20)
`scripts/testing/test-comicvine-api-data.js:20` calls `POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3001/api/trpc/metadata.…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails (scripts/testing/test-comicvine-api-data.mjs:154)
`scripts/testing/test-comicvine-api-data.mjs:154` calls `POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3001/api/trpc/metadat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails (scripts/testing/test-comicvine-api-data.mjs:20)
`scripts/testing/test-comicvine-api-data.mjs:20` calls `POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3001/api/trpc/metadata…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails (scripts/testing/test-comicvine-flow.js:16)
`scripts/testing/test-comicvine-flow.js:16` calls `POST http://localhost:3001/api/trpc/metadata.fetchComicvineVolumeDetails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3001/api/trpc/metadata.fetc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/trpc/metadata.parseEnhancedVolumes (tests/integration/test-complete-flow.mjs:8)
`tests/integration/test-complete-flow.mjs:8` calls `POST http://localhost:3001/api/trpc/metadata.parseEnhancedVolumes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:3001/api/trpc/metadata.parseenhan…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3001/api/trpc/search.searchManga (scripts/testing/test-comicvine-flow.js:54)
`scripts/testing/test-comicvine-flow.js:54` calls `POST http://localhost:3001/api/trpc/search.searchManga` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3001/api/trpc/search.searchmanga` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:6789/jsonrpc (tests/integration/test-axios-auth.js:12)
`tests/integration/test-axios-auth.js:12` calls `POST http://localhost:6789/jsonrpc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:6789/jsonrpc` If this points at an external API, prefix it with `ht…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:6789/jsonrpc (tests/integration/test-axios-auth.js:36)
`tests/integration/test-axios-auth.js:36` calls `POST http://localhost:6789/jsonrpc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:6789/jsonrpc` If this points at an external API, prefix it with `ht…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:6789/jsonrpc (tests/integration/test-axios-auth.js:61)
`tests/integration/test-axios-auth.js:61` calls `POST http://localhost:6789/jsonrpc` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:6789/jsonrpc` If this points at an external API, prefix it with `ht…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://anilist.co/api/v2/oauth/token (src/server/services/anilist/client.ts:408)
`src/server/services/anilist/client.ts:408` calls `POST https://anilist.co/api/v2/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/anilist.co/api/v2/oauth/token` If this points at an external API, …
Dangling fetchAxios
high System graph security security conf 1.00 Insecure pattern 'eval_used' in scripts/security/config.ts:224
Found a known-risky pattern (eval_used). Review and replace if possible.
scripts/security/config.ts:224 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in scripts/consolidate-async-result.ts:177
Found a known-risky pattern (exec_used). Review and replace if possible.
scripts/consolidate-async-result.ts:177 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/server/services/suwayomi/security.service.ts:339
Found a known-risky pattern (exec_used). Review and replace if possible.
src/server/services/suwayomi/security.service.ts:339 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in src/types/browser-apis/native-bridge.d.ts:24
Found a known-risky pattern (exec_used). Review and replace if possible.
src/types/browser-apis/native-bridge.d.ts:24 Exec used
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — scripts/security/check-architectural-drift.ts:185
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — scripts/security/config.ts:157
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/components/manga/volume-detail-modal/VolumeDetailsTab.tsx:167
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — src/lib/html-sanitizer.ts:105
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — archive/ai-agent/orchestrator/phase-orchestrator/ai-page-evaluator.ts:381
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — archive/ai-agent/orchestrator/phase-orchestrator/extended-parsing.ts:249
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — archive/ai-agent/orchestrator/phase-orchestrator/remediation.ts:222
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — archive/ai-agent/tools/wiki-page-search-tool.ts:57
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — docs/eslint/no-unsafe-assignment/schemas/index.ts:42
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — docs/examples/error-handling-example.ts:123
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/sw.js:58
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/comicvine/test-comicvine-search.ts:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/force-opm-parse.ts:121
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/mangadex/test-mangadex-accuracy.ts:12
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/search-dragon-ball-links.ts:6
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/testing/test-add-manga-workflow.mjs:116
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/testing/test-comicvine-api-data.js:20
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/testing/test-comicvine-api-data.mjs:20
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/testing/test-comicvine-flow.js:54
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/testing/test-logout.mjs:52
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/testing/test-shutdown.js:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/addManga/services/modules/fandom-provider/comprehensive-parser.ts:5
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/addManga/services/modules/fandom-provider/index.ts:312
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/addManga/steps/searchStep/hooks/useMangaSelection.ts:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/addManga/steps/wizard/basic-info-step/hooks/useQuickAdd.ts:206
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/addManga/steps/wizard/volumes-chapters/hooks/useAutoFetch.ts:153
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/home/GenreSection.tsx:29
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/library/import-pipeline/hooks/useDetectMatch/index.ts:91
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/components/library/import/ImportLibraryWizard.tsx:97
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/hooks/manga/index.ts:222
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/hooks/useChapterPagination.ts:18
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/hooks/useDownloadClientConfig/connection-tester.ts:95
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/hooks/useMetadataProviders.ts:116
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/api-client.ts:130
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/schemas/examples/anilist-typed-example.ts:37
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/lib/schemas/index.ts:11
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/pages/api-docs.tsx:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/pages/api-playground.tsx:420
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/pages/api/prowlarr.ts:290
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/sdk/kaizoku-api-sdk/client-base.ts:349
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/anilist/client.ts:158
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/calendar/providers/AniListCalendarProvider.ts:95
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/conversion/utils/kindle-extractor.ts:84
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/download/clients/deluge/rpc-client.ts:262
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/download/clients/nzbgetClient.ts:103
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/downloads/ChapterFileManager.ts:135
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/fandom/adaptive/orchestrator.ts:1010
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/fandom/adaptive/series-page-resolver.ts:109
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/fandom/adaptive/types.ts:532
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/fandom/adaptive/url-discoverer.ts:72
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/flaresolverr/flareSolverrClient/index.ts:306
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/flaresolverr/index.ts:16
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/flaresolverr/singleton.ts:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/getcomics/hosts/download-utils.ts:107
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/jikan/client.ts:109
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/metadata/scrapers/WebScraper.ts:74
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/notifications/adapters/discordAdapter.ts:123
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/services/shared/protectedFetch.ts:212
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/annotation/helpers.ts:439
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/api.ts:370
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/fandom-mediawiki-fallback.ts:369
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/pipeline-orchestrator.ts:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery.ts:374
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/mediawiki-search-discovery.ts:104
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/manga/providerOperations.ts:14
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/metadata/metadata-comicvine/details-fetcher.ts:15
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/trpc/routers/native-download/website-operations.ts:169
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/utils/batch-query/utils.ts:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/utils/integration/kavita.ts:150
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/utils/integration/komga.ts:170
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/server/utils/rate-limit/index.ts:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/utils/trpc-client/vanilla.ts:22
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
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.
Mock dataCritical flowGenerated repo pattern
medium System graph frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — src/components/events/EventNotifications.tsx:50
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — src/server/api/services/websocket-service/connection-manager.ts:206
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — src/server/api/services/websocket-service/message-router.ts:152
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — src/server/api/services/websocket-service/subscription-manager.ts:167
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — src/server/api/services/WebSocketMessageHandlers.ts:167
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 Frontend route `/system/media` has no Link/navigate to it — src/pages/system/media.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 29 occurrences GitHub Action is tag-pinned rather than SHA-pinned
oven-sh/setup-bun@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 27 locations
.github/workflows/docker.yml:26, 29, 55, 63, 70, 87 (6 hits)
.github/workflows/test-on-comment.yml:40, 53, 62, 106 (4 hits)
.github/workflows/coverage.yml:21, 58, 66 (3 hits)
.github/workflows/coverage-check.yml:18, 147 (2 hits)
.github/workflows/documentation-validation.yml:35, 163 (2 hits)
.github/workflows/security.yml:29, 51 (2 hits)
.github/workflows/test-platforms.yml:125, 137 (2 hits)
.github/workflows/test.yml:34, 113 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/docker.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/pages/api/auth/check.ts:29
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/pages/api/auth/check.ts:29 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/server/services/fandom/adaptive/series-page-resolver.ts:107
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/server/services/fandom/adaptive/series-page-resolver.ts:107 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/parent-page-validator.ts:58
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery/parent-page-validator.ts:58 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in scripts/security/config.ts:157
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
scripts/security/config.ts:157 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in src/components/manga/volume-detail-modal/VolumeDetailsTab.tsx:167
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
src/components/manga/volume-detail-modal/VolumeDetailsTab.tsx:167 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in src/features/annotation/editor/page-view/html-cleaner/cleaner.ts:124
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
src/features/annotation/editor/page-view/html-cleaner/cleaner.ts:124 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in src/server/trpc/routers/native-download/website-operations.ts:89
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
src/server/trpc/routers/native-download/website-operations.ts:89 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/consolidate-async-result.ts:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/consolidate-async-result.ts:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/convert-nullish-coalescing.cjs:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/convert-nullish-coalescing.cjs:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/deduplicate-code.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/deduplicate-code.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/eslint-validator.js:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/eslint-validator.js:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/fix-null-safety.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/fix-null-safety.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/fix-ts4111-index-signatures.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/fix-ts4111-index-signatures.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/fix-ts7053-index-access.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/fix-ts7053-index-access.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/fix-ts7053-v2.ts:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/fix-ts7053-v2.ts:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/fix-unused-vars.ts:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/fix-unused-vars.ts:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/optimization/migrate-prisma-imports.cjs:149
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/optimization/migrate-prisma-imports.cjs:149 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/security/utils.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/security/utils.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/security/verify-dependencies.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/security/verify-dependencies.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/server-lifecycle-wrapper.js:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/server-lifecycle-wrapper.js:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/strict-typing-enforcer.js:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/strict-typing-enforcer.js:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/utilities/install-suwayomi.mjs:39
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/utilities/install-suwayomi.mjs:39 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/backup/utils.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/backup/utils.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/coverLayers/coverLayerizer.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/coverLayers/coverLayerizer.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/download/fileImporter/page-counter.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/download/fileImporter/page-counter.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/flaresolverr/binaryManager.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/flaresolverr/binaryManager.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/flaresolverr/chromeChecker.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/flaresolverr/chromeChecker.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/flaresolverr/goLauncher.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/flaresolverr/goLauncher.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/flaresolverr/process-manager/index.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/flaresolverr/process-manager/index.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/flaresolverr/process-manager/lock-file.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/flaresolverr/process-manager/lock-file.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/flaresolverr/process-manager/process-tree.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/flaresolverr/process-manager/process-tree.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/packImport/archive-peek.ts:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/packImport/archive-peek.ts:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/packImport/multi-part-rar.ts:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/packImport/multi-part-rar.ts:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/packImport/webtoon-outer-extract.ts:40
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/packImport/webtoon-outer-extract.ts:40 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/suwayomi/port-sanitizer.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/suwayomi/port-sanitizer.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/suwayomi/security.service.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/suwayomi/security.service.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/suwayomi/service.ts:56
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/suwayomi/service.ts:56 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/suwayomi/suwayomi-service/java-manager.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/suwayomi/suwayomi-service/java-manager.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/suwayomi/suwayomi-service/lifecycle-manager.ts:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/suwayomi/suwayomi-service/lifecycle-manager.ts:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/services/suwayomi/utils.ts:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/services/suwayomi/utils.ts:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/trpc/routers/suwayomi-v2.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/trpc/routers/suwayomi-v2.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in src/server/utils/system-memory.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
src/server/utils/system-memory.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in CLAUDE.md:558
Found a known-risky pattern (weak_hash). Review and replace if possible.
CLAUDE.md:558 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in scripts/security/config.ts:187
Found a known-risky pattern (weak_hash). Review and replace if possible.
scripts/security/config.ts:187 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fix-syntax-errors.py:204
`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.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fix-ts18046-unknown-types.py:209
`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.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/fix-ts2375-exact-optional.py:199
`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.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 788 placeholder/mock markers across 348 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
418 test file(s) for 4260 source file(s) (ratio 0.10). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 13 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `API_KEY`, `CI`, `CIRCLECI`, `COMICVINE_API_KEY`, `DISABLE_SUWAYOMI`, `DOCKER`, `GITHUB_ACTIONS`, `GITLAB_CI` + 5 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Maintenance conf 1.00 79 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 3195 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:18 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 28 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 28 locations
.github/workflows/test-platforms.yml:113, 116, 189, 397, 409, 427, 494 (7 hits)
.github/workflows/documentation-validation.yml:30, 116, 124, 160, 195, 207 (6 hits)
.github/workflows/code-quality.yml:44, 51, 58, 76 (4 hits)
.github/workflows/security.yml:24, 59, 69 (3 hits)
.github/workflows/ci.yml:18
.github/workflows/coverage.yml:49
.github/workflows/database-setup.yml:30
.github/workflows/docker.yml:23
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'document_write' in src/server/ml/features/dom-linearizer.ts:299
Found a known-risky pattern (document_write). Review and replace if possible.
src/server/ml/features/dom-linearizer.ts:299 Document write
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: ml/src/model.py:forward, ml/src/model.py:forward This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/mangadex-ts-client/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/mangadex-ts-client/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `2024_v1` in tests/server/services/backup/restore-security.test.ts:462
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `create_backup` in scripts/fix-syntax-errors.py:16
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `daily_backup` in src/server/services/backup/backup-creation.ts:550
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `daysOld` in src/server/services/packImport/deduplication.ts:244
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `extractMetadataFromInfoboxLegacy` in src/server/parsers/UnifiedMetadataParser.ts:195
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `extractMetadataFromProviderLegacy` in src/components/library/import-pipeline/utils/chapter-matching-utils/metadata-extractors.ts:703
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fallbackToLegacy` in archive/ai-agent/orchestrator/phase-orchestrator/extended-parsing.ts:176
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fallbackToLegacy` in archive/ai-agent/tools/wiki-scrape-tool.ts:94
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fallbackToLegacy` in src/server/services/auto-labeling/parser-bridge/index.ts:83
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fallbackToLegacy` in src/server/services/fandom/adaptive/orchestrator.ts:2323
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fallbackToLegacy` in src/server/services/fandom/adaptive/types.ts:432
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fallbackToLegacy` in src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/fandom-adaptive-bridge.ts:22
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `fallbackToLegacy` in src/server/trpc/routers/manga/metadataOperations/enrichment-pipeline/wiki-discovery.ts:593
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `getCoverUrlLegacy` in packages/mangadex-ts-client/src/providers/mangadex/client.ts:400
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `MetadataConfigLegacy` in src/components/system/plugins/MetadataProviders.tsx:57
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `nightly_backup` in src/server/services/backup/scheduling.ts:32
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ProviderBindingOld` in scripts/migrations/migrate-provider-metadata.ts:16
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ProviderBindingOld` in scripts/migrations/rollback-provider-metadata.ts:23
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `temp_config_backup` in src/server/services/backup/utils.ts:229
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.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `weekly_backup` in tests/server/services/backup/path-security.test.ts:69
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.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: hook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ml/cover-layers/download_models.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: replacer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fix-syntax-errors.py:79
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — docs/examples/auth-service-with-notifications.ts:226
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — public/disable-sw.js:6
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — public/sw.js:19
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/add-output-validation-all.ts:82
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/add-output-validation.ts:39
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/clear-wikipedia-cache.ts:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/comicvine/test-comicvine-search.ts:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/comicvine/test-google-discovery.ts:27
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/comicvine/test-id-discovery.ts:320
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/consolidate-async-result.ts:113
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/convert-all-procedures.ts:178
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/convert-final-procedures.ts:146
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/convert-multiline-procedures.ts:147
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/convert-remaining-procedures.ts:194
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/convert-trpc-procedures.ts:70
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/database/seed-api-key.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/database/seed-wanted-data.js:48
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/deduplicate-code.ts:43
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/enable-suwayomi.js:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/eslint-validator.js:59
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/final-comprehensive-test.ts:29
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/final-critical-fixes.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/final-success-rate-test.ts:29
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-all-procedure-imports.ts:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-async-result-violations.ts:145
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-broken-error-patterns.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-catch-errors.ts:68
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-comicvine-series.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-empty-imports.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-error-handling.ts:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-final-64-auto.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-final-64-errors.ts:158
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-final-65-errors.ts:39
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-final-81-errors.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-final-ts-errors.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-fire-force-chapters.ts:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-fire-force-volumes.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-helper-imports.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-null-safety.ts:46
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-prisma-enum-usage.ts:97
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-prisma-imports.ts:172
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-publisher-simple.ts:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-remaining-138.ts:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-remaining-95-errors.ts:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-remaining-procedures.ts:159
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-remaining-ts-errors.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-syntax-errors.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-trpc-imports.ts:108
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-ts4111-index-signatures.ts:28
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-ts7053-index-access.ts:28
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-ts7053-v2.ts:44
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fix-unused-vars.ts:114
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/force-opm-parse.ts:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/implement-output-validation.ts:167
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/lint-tests.js:114
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/loadtest.js:355
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/merge-async-result-functions.ts:123
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/migrations/migrate-provider-metadata.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/migrations/rollback-provider-metadata.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/modernize-trpc-patterns.ts:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/phase4-fix-validation-functions.ts:27
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/phase4-update-type-guards.ts:26
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/quick-search-test.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/replace-error-with-trpc.ts:118
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/search-dragon-ball-links.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/security/check-architectural-drift.ts:319
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/security/check-auth-patterns.ts:295
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/security/check-business-logic.ts:365
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/security/check-race-conditions.ts:280
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/security/index.ts:97
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/security/reporters/console-reporter.ts:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/security/scan-secrets.ts:244
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/server-lifecycle-wrapper.js:23
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/strict-typing-enforcer.js:91
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/testing/test-adapter-refactoring.ts:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/testing/test-anilist-fire-force.js:13
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/testing/test-comicvine-api-data.js:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/testing/test-comicvine-flow.js:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/testing/test-image-processing.ts:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/testing/test-java-detection.js:6
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/testing/test-provider-integration.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak

Showing first 300 of 358. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/957e4458-4755-4f13-bddf-34a2f16d26e9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/957e4458-4755-4f13-bddf-34a2f16d26e9/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.