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.

shahabnazari/BlackQM

https://github.com/shahabnazari/BlackQM · scanned 2026-06-16 00:11 UTC (2 months, 2 weeks ago)

2384 raw signals (0 security + 2384 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 2235 actionable findings from 1 signal source. 149 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 45.0/100 with 100.0% coverage. It contains 21619 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 2384 findings — concentrated in quality (1186), frontend (739), security (204). Risk profile is high: 100 critical, 90 high, 228 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 899 of 2235 actionable findings. 2384 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 backend/prisma/reset-admin-password.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
backend/prisma/reset-admin-password.ts:8
critical System graph security Secrets conf 1.00 Possible secret in backend/scripts/dev-login-helper.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
backend/scripts/dev-login-helper.ts:61
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in backend/src/common/services/secrets.service.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 67, 71
backend/src/common/services/secrets.service.ts:67, 71 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in backend/src/common/utils/log-sanitizer.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 180, 187
backend/src/common/utils/log-sanitizer.ts:180, 187 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in frontend/app/auth/login/page.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 178, 255
frontend/app/auth/login/page.tsx:178, 255 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in k8s/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 100, 105
k8s/README.md:100, 105 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in scripts/audit-fulltext-per-source.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 23, 330
scripts/audit-fulltext-per-source.js:23, 330 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in scripts/connect-orcid.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/connect-orcid.js:12
critical System graph security Secrets conf 1.00 Possible secret in scripts/debug-login.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/debug-login.js:14
critical System graph security Secrets conf 1.00 Possible secret in scripts/debug-orcid-callback.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/debug-orcid-callback.js:15
critical System graph security Secrets conf 1.00 Possible secret in scripts/forensic-arxiv-audit.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/forensic-arxiv-audit.js:44
critical System graph security Secrets conf 1.00 Possible secret in scripts/forensic-arxiv-deep.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/forensic-arxiv-deep.js:40
critical System graph security Secrets conf 1.00 Possible secret in scripts/forensic-eric-audit.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/forensic-eric-audit.js:44
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in scripts/generate-mock-data.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 236, 338
scripts/generate-mock-data.ts:236, 338 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in scripts/ui-audit-runner.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/ui-audit-runner.js:144
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in scripts/validate-fulltext-search.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 34, 60
scripts/validate-fulltext-search.js:34, 60 (2 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/studies/${studyId}/stimuli?stimulusId=${id} (frontend/components/stimuli/StimuliUploadSystem.tsx:285)
`frontend/components/stimuli/StimuliUploadSystem.tsx:285` calls `DELETE /api/studies/${studyId}/stimuli?stimulusId=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/studies/${studyId}/stimuli?stimulusId=${id} (frontend/components/stimuli/StimuliUploadSystemV2.tsx:265)
`frontend/components/stimuli/StimuliUploadSystemV2.tsx:265` calls `DELETE /api/studies/${studyId}/stimuli?stimulusId=${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/... (frontend/lib/services/hub-api.service.ts:10)
`frontend/lib/services/hub-api.service.ts:10` calls `GET /api/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/...` 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/ai/monitoring/metrics?range=${timeRange} (frontend/components/ai/AIUsageDashboard.tsx:89)
`frontend/components/ai/AIUsageDashboard.tsx:89` calls `GET /api/ai/monitoring/metrics?range=${timeRange}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/monitoring/metrics` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ai/monitoring/usage (frontend/components/ai/AIUsageDashboard.tsx:101)
`frontend/components/ai/AIUsageDashboard.tsx:101` calls `GET /api/ai/monitoring/usage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/monitoring/usage` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/analysis/export?format=${format} (frontend/app/(researcher)/analysis/q-methodology/hooks/useQAnalysis.ts:310)
`frontend/app/(researcher)/analysis/q-methodology/hooks/useQAnalysis.ts:310` calls `GET /api/analysis/export?format=${format}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analysis/export` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/resend-verification (frontend/app/auth/verify-email/page.tsx:89)
`frontend/app/auth/verify-email/page.tsx:89` calls `GET /api/auth/resend-verification` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/resend-verification` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/data (frontend/lib/utils/retry.ts:249)
`frontend/lib/utils/retry.ts:249` calls `GET /api/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data` 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/participant/studies (frontend/app/(participant)/my-studies/page.tsx:43)
`frontend/app/(participant)/my-studies/page.tsx:43` calls `GET /api/participant/studies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/participant/studies` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studies/${studyId}/grid (frontend/lib/stores/study-builder-store.ts:450)
`frontend/lib/stores/study-builder-store.ts:450` calls `GET /api/studies/${studyId}/grid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/grid` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/studies/available (frontend/components/participant/PreScreening.tsx:426)
`frontend/components/participant/PreScreening.tsx:426` calls `GET /api/studies/available` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/available` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/user (backend/src/modules/literature/interfaces/result.interface.ts:334)
`backend/src/modules/literature/interfaces/result.interface.ts:334` calls `GET /api/user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/user` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /home (frontend/app/auth/login/page.tsx:136)
`frontend/app/auth/login/page.tsx:136` calls `GET /home` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/home` 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 http://127.0.0.1:3001 (frontend/test-ui-components.js:16)
`frontend/test-ui-components.js:16` calls `GET http://127.0.0.1:3001` 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:3001` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid (scripts/edge-case-tests.js:149)
`scripts/edge-case-tests.js:149` calls `GET http://127.0.0.1:4000/api/auth/orcid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid/callback?code=test&state=test (scripts/edge-case-tests.js:157)
`scripts/edge-case-tests.js:157` calls `GET http://127.0.0.1:4000/api/auth/orcid/callback?code=test&state=test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid/callback` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl= (scripts/edge-case-tests.js:143)
`scripts/edge-case-tests.js:143` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this points at an external…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=%252F%252Fevil.com (scripts/edge-case-tests.js:88)
`scripts/edge-case-tests.js:88` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=%252F%252Fevil.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this poin…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/../../../etc/passwd (scripts/edge-case-tests.js:70)
`scripts/edge-case-tests.js:70` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/../../../etc/passwd` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this po…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=//evil.com/phish (scripts/edge-case-tests.js:131)
`scripts/edge-case-tests.js:131` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=//evil.com/phish` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/discover%00/literature (scripts/edge-case-tests.js:76)
`scripts/edge-case-tests.js:76` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/discover%00/literature` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/discover%0D%0ASet-Cookie:evil=1 (scripts/edge-case-tests.js:94)
`scripts/edge-case-tests.js:94` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/discover%0D%0ASet-Cookie:evil=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/discover%E2%80%8B/literature (scripts/edge-case-tests.js:82)
`scripts/edge-case-tests.js:82` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=/discover%E2%80%8B/literature` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` I…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=data:text/html,<script>alert(1)</script> (scripts/edge-case-tests.js:64)
`scripts/edge-case-tests.js:64` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=data:text/html,<script>alert(1)</script>` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/au…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=https://evil.com (scripts/edge-case-tests.js:137)
`scripts/edge-case-tests.js:137` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=https://evil.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this point…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=javascript:alert(1) (scripts/edge-case-tests.js:58)
`scripts/edge-case-tests.js:58` calls `GET http://127.0.0.1:4000/api/auth/orcid?returnUrl=javascript:alert(1)` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/orcid` If this poi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/profile (scripts/edge-case-tests.js:102)
`scripts/edge-case-tests.js:102` calls `GET http://127.0.0.1:4000/api/auth/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/profile` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4000/api/auth/profile (scripts/edge-case-tests.js:108)
`scripts/edge-case-tests.js:108` calls `GET http://127.0.0.1:4000/api/auth/profile` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:4000/api/auth/profile` If this points at an external API, p…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:8070/api/isalive (backend/scripts/test-grobid-extraction-e2e.ts:278)
`backend/scripts/test-grobid-extraction-e2e.ts:278` calls `GET http://localhost:8070/api/isalive` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:8070/api/isalive` If this points at an external API, p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.core.ac.uk/v3/search/works (backend/scripts/test-source-balance-e2e.ts:136)
`backend/scripts/test-source-balance-e2e.ts:136` calls `GET https://api.core.ac.uk/v3/search/works` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.core.ac.uk/v3/search/works` If this points at an external…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.crossref.org/works (backend/scripts/test-source-balance-e2e.ts:80)
`backend/scripts/test-source-balance-e2e.ts:80` calls `GET https://api.crossref.org/works` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.crossref.org/works` If this points at an external API, prefix it w…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.crossref.org/works (backend/scripts/test-source-limits.ts:140)
`backend/scripts/test-source-limits.ts:140` calls `GET https://api.crossref.org/works` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.crossref.org/works` If this points at an external API, prefix it with …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.crossref.org/works/${encodeURIComponent(p.doi)} (test-smart-resolver.js:112)
`test-smart-resolver.js:112` calls `GET https://api.crossref.org/works/${encodeURIComponent(p.doi)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.crossref.org/works/<p>` If this points at an external AP…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.ies.ed.gov/eric/ (backend/scripts/test-source-balance-e2e.ts:123)
`backend/scripts/test-source-balance-e2e.ts:123` calls `GET https://api.ies.ed.gov/eric/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.ies.ed.gov/eric` If this points at an external API, prefix it with …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.ies.ed.gov/eric/ (backend/scripts/test-source-limits.ts:242)
`backend/scripts/test-source-limits.ts:242` calls `GET https://api.ies.ed.gov/eric/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.ies.ed.gov/eric` If this points at an external API, prefix it with `http…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openalex.org/works (backend/scripts/test-source-balance-e2e.ts:70)
`backend/scripts/test-source-balance-e2e.ts:70` calls `GET https://api.openalex.org/works` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.openalex.org/works` If this points at an external API, prefix it w…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openalex.org/works (backend/scripts/test-source-limits.ts:99)
`backend/scripts/test-source-limits.ts:99` calls `GET https://api.openalex.org/works` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.openalex.org/works` If this points at an external API, prefix it with `…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.semanticscholar.org/graph/v1/paper/search (backend/scripts/test-source-balance-e2e.ts:110)
`backend/scripts/test-source-balance-e2e.ts:110` calls `GET https://api.semanticscholar.org/graph/v1/paper/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.semanticscholar.org/graph/v1/paper/search`…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.semanticscholar.org/graph/v1/paper/search (backend/scripts/test-source-limits.ts:48)
`backend/scripts/test-source-limits.ts:48` calls `GET https://api.semanticscholar.org/graph/v1/paper/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.semanticscholar.org/graph/v1/paper/search` If th…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.unpaywall.org/v2/${encodeURIComponent(p.doi)}[email protected] (test-smart-resolver.js:27)
`test-smart-resolver.js:27` calls `GET https://api.unpaywall.org/v2/${encodeURIComponent(p.doi)}[email protected]` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.unpaywall.org/v2/<p>` If this poi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi (backend/scripts/test-source-limits.ts:301)
`backend/scripts/test-source-limits.ts:301` calls `GET https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fc…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi (backend/scripts/test-source-balance-e2e.ts:57)
`backend/scripts/test-source-balance-e2e.ts:57` calls `GET https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/eutils.ncbi.nlm.nih.gov/entrez/eutils/esea…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi (backend/scripts/test-source-limits.ts:283)
`backend/scripts/test-source-limits.ts:283` calls `GET https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://export.arxiv.org/api/query (backend/scripts/test-source-balance-e2e.ts:93)
`backend/scripts/test-source-balance-e2e.ts:93` calls `GET https://export.arxiv.org/api/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/export.arxiv.org/api/query` If this points at an external API, pre…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://export.arxiv.org/api/query (backend/scripts/test-source-limits.ts:186)
`backend/scripts/test-source-limits.ts:186` calls `GET https://export.arxiv.org/api/query` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/export.arxiv.org/api/query` If this points at an external API, prefix …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://pub.orcid.org/v3.0/${user.orcidId}/works (backend/scripts/add-orcid-publications.ts:179)
`backend/scripts/add-orcid-publications.ts:179` calls `GET https://pub.orcid.org/v3.0/${user.orcidId}/works` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/pub.orcid.org/v3.0/<p>/works` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD https://files.eric.ed.gov/fulltext/${ericId}.pdf (test-smart-resolver.js:85)
`test-smart-resolver.js:85` calls `HEAD https://files.eric.ed.gov/fulltext/${ericId}.pdf` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/files.eric.ed.gov/fulltext/<p>.pdf` If this points at an external API, …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ai/grid (frontend/components/ai/GridDesignAssistant.tsx:61)
`frontend/components/ai/GridDesignAssistant.tsx:61` calls `POST /api/ai/grid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ai/grid` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analysis/upload (frontend/app/(researcher)/analysis/q-methodology/hooks/useQAnalysis.ts:172)
`frontend/app/(researcher)/analysis/q-methodology/hooks/useQAnalysis.ts:172` calls `POST /api/analysis/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analysis/upload` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analytics/performance (frontend/hooks/use-performance-monitor.ts:242)
`frontend/hooks/use-performance-monitor.ts:242` calls `POST /api/analytics/performance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analytics/performance` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/literature/themes/extract (frontend/e2e/jobs-ring.spec.ts:100)
`frontend/e2e/jobs-ring.spec.ts:100` calls `POST /api/literature/themes/extract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/literature/themes/extract` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/participant-flow/save (frontend/__tests__/e2e/participant-flow.spec.ts:413)
`frontend/__tests__/e2e/participant-flow.spec.ts:413` calls `POST /api/participant-flow/save` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/participant-flow/save` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/questionnaires/sync (frontend/components/ServiceWorkerProvider.tsx:295)
`frontend/components/ServiceWorkerProvider.tsx:295` calls `POST /api/questionnaires/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/questionnaires/sync` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/questionnaires/sync (public/service-worker.js:173)
`public/service-worker.js:173` calls `POST /api/questionnaires/sync` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/questionnaires/sync` 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: POST /api/studies (frontend/app/api/studies/route.ts:30)
`frontend/app/api/studies/route.ts:30` calls `POST /api/studies` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies` 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/studies/${studyId}/grid (frontend/components/grid/InteractiveGridBuilder.tsx:253)
`frontend/components/grid/InteractiveGridBuilder.tsx:253` calls `POST /api/studies/${studyId}/grid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/grid` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/${studyId}/stimuli (frontend/components/stimuli/StimuliUploadSystem.tsx:138)
`frontend/components/stimuli/StimuliUploadSystem.tsx:138` calls `POST /api/studies/${studyId}/stimuli` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/${studyId}/stimuli (frontend/components/stimuli/StimuliUploadSystem.tsx:263)
`frontend/components/stimuli/StimuliUploadSystem.tsx:263` calls `POST /api/studies/${studyId}/stimuli` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/${studyId}/stimuli (frontend/components/stimuli/StimuliUploadSystemV2.tsx:238)
`frontend/components/stimuli/StimuliUploadSystemV2.tsx:238` calls `POST /api/studies/${studyId}/stimuli` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/${studyId}/stimuli (frontend/components/stimuli/StimuliUploadSystemV3.tsx:166)
`frontend/components/stimuli/StimuliUploadSystemV3.tsx:166` calls `POST /api/studies/${studyId}/stimuli` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/${studyId}/stimuli (frontend/components/stimuli/StimuliUploadSystemV4.tsx:182)
`frontend/components/stimuli/StimuliUploadSystemV4.tsx:182` calls `POST /api/studies/${studyId}/stimuli` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/${studyMetadata.id}/grid (frontend/lib/stores/study-builder-store.ts:410)
`frontend/lib/stores/study-builder-store.ts:410` calls `POST /api/studies/${studyMetadata.id}/grid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/grid` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/${studyMetadata.id}/stimuli (frontend/lib/stores/study-builder-store.ts:301)
`frontend/lib/stores/study-builder-store.ts:301` calls `POST /api/studies/${studyMetadata.id}/stimuli` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/<p>/stimuli` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/test-id/grid (__tests__/phase-6.85-integration.test.tsx:253)
`__tests__/phase-6.85-integration.test.tsx:253` calls `POST /api/studies/test-id/grid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/test-id/grid` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/studies/test-id/stimuli (__tests__/phase-6.85-integration.test.tsx:288)
`__tests__/phase-6.85-integration.test.tsx:288` calls `POST /api/studies/test-id/stimuli` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/studies/test-id/stimuli` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload/signature (frontend/components/study-creation/ResearcherSignature.tsx:102)
`frontend/components/study-creation/ResearcherSignature.tsx:102` calls `POST /api/upload/signature` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload/signature` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload/signature (frontend/components/study-creation/ResearcherSignature.tsx:132)
`frontend/components/study-creation/ResearcherSignature.tsx:132` calls `POST /api/upload/signature` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload/signature` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/upload/signature (frontend/components/study-creation/ResearcherSignature.tsx:50)
`frontend/components/study-creation/ResearcherSignature.tsx:50` calls `POST /api/upload/signature` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload/signature` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4000/api/auth/login (backend/test-auth-api.ts:17)
`backend/test-auth-api.ts:17` calls `POST http://localhost:4000/api/auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:4000/api/auth/login` If this points at an external API, prefix it with `…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4000/api/auth/login (backend/test-auth-api.ts:63)
`backend/test-auth-api.ts:63` calls `POST http://localhost:4000/api/auth/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:4000/api/auth/login` If this points at an external API, prefix it with `…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4000/api/literature/search/public (backend/scripts/test-search-pipeline-e2e.ts:50)
`backend/scripts/test-search-pipeline-e2e.ts:50` calls `POST http://localhost:4000/api/literature/search/public` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:4000/api/literature/search/public` If t…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (backend/src/modules/literature/services/theme-to-survey-item.service.ts:444)
`backend/src/modules/literature/services/theme-to-survey-item.service.ts:444` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.openai.com/v1/chat/comp…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (backend/src/modules/literature/services/theme-to-survey-item.service.ts:515)
`backend/src/modules/literature/services/theme-to-survey-item.service.ts:515` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.openai.com/v1/chat/comp…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (backend/src/modules/literature/services/theme-to-survey-item.service.ts:580)
`backend/src/modules/literature/services/theme-to-survey-item.service.ts:580` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.openai.com/v1/chat/comp…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.sandbox.orcid.org/v3.0/${orcidId}/work (backend/scripts/check-orcid-user.ts:105)
`backend/scripts/check-orcid-user.ts:105` calls `POST https://api.sandbox.orcid.org/v3.0/${orcidId}/work` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sandbox.orcid.org/v3.0/<p>/work` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.sandbox.orcid.org/v3.0/${user.orcidId}/work (backend/scripts/add-orcid-publications.ts:151)
`backend/scripts/add-orcid-publications.ts:151` calls `POST https://api.sandbox.orcid.org/v3.0/${user.orcidId}/work` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.sandbox.orcid.org/v3.0/<p>/work` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.semanticscholar.org/graph/v1/paper/batch (test-smart-resolver.js:55)
`test-smart-resolver.js:55` calls `POST https://api.semanticscholar.org/graph/v1/paper/batch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.semanticscholar.org/graph/v1/paper/batch` If this points at an …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://sandbox.orcid.org/oauth/token (backend/scripts/refresh-orcid-token.ts:179)
`backend/scripts/refresh-orcid-token.ts:179` calls `POST https://sandbox.orcid.org/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/sandbox.orcid.org/oauth/token` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/upload/image (frontend/components/editors/InlineImageUpload.tsx:147)
`frontend/components/editors/InlineImageUpload.tsx:147` calls `PUT /api/upload/image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload/image` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/upload/image (frontend/components/editors/RichTextEditorV2.tsx:115)
`frontend/components/editors/RichTextEditorV2.tsx:115` calls `PUT /api/upload/image` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/upload/image` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action tracks a moving branch
dependency-check/Dependency-Check_Action@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 6 locations
.github/workflows/security-scan.yml:124, 137, 193 (3 hits)
.github/workflows/docker-build.yml:81, 157 (2 hits)
.github/workflows/ci.yml:687
CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'exec_used' in scripts/archived-managers/dev-enterprise-strict.js:783
Found a known-risky pattern (exec_used). Review and replace if possible.
scripts/archived-managers/dev-enterprise-strict.js:783 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in scripts/archived-managers/dev-ultimate-original.js:511
Found a known-risky pattern (exec_used). Review and replace if possible.
scripts/archived-managers/dev-ultimate-original.js:511 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in scripts/archived-managers/dev-ultimate.js:511
Found a known-risky pattern (exec_used). Review and replace if possible.
scripts/archived-managers/dev-ultimate.js:511 Exec used
high System graph security Secrets conf 1.00 Runtime dotenv file present in repo: frontend/.env.production
`frontend/.env.production` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control.
frontend/.env.production ConfigEnv fileRuntime env
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — frontend/app/(researcher)/reports/[studyId]/page.tsx:547
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 — frontend/app/canonical-host-script.tsx:51
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 — frontend/app/purpose-tint-script.tsx:69
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 — frontend/app/theme-script.tsx:17
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 — frontend/components/hub/sections/VisualizationCenter.tsx:648
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 — frontend/components/literature/FullTextExcerptPanel.tsx:76
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 — frontend/components/literature/TranscriptionsTab.tsx:359
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 — frontend/components/study-creation/ParticipantPreview.tsx:147
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 — frontend/components/ui/AutoPipelineToast.tsx:147
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 — frontend/lib/utils/sanitize-html.ts:318
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 — __tests__/phase-6.85-integration.test.tsx:253
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 — backend/scripts/add-orcid-publications.ts:179
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 — backend/scripts/check-orcid-user.ts:105
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 — backend/src/modules/ai/types/dr-onionstein.types.ts:692
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 — backend/src/modules/literature/benchmarks/cache-performance.benchmark.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 — backend/src/modules/literature/controllers/__tests__/gap-discovery-helpers.controller.spec.ts:176
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 — backend/src/modules/literature/dto/search-stream.dto.ts:47
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 — backend/src/modules/literature/evaluation/import-synergy-gold-set.ts:62
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 — backend/src/modules/literature/services/__tests__/knowledge-graph.service.spec.ts:1526
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 — backend/src/modules/literature/services/html-full-text.service.ts:914
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 — backend/src/modules/literature/services/intelligent-fulltext-detection.service.ts:156
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 — backend/src/modules/literature/services/pdf-parsing.service.ts:337
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 — backend/src/modules/literature/services/search-stream.service.ts:1823
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 — backend/src/modules/literature/services/source-capability.service.ts:94
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 — backend/src/modules/literature/services/source-content-fetcher.service.ts:80
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 — backend/src/modules/literature/types/purpose-aware.types.ts:149
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 — backend/src/modules/literature/utils/paper-identity.util.ts:40
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 — backend/test/contract/api-provider.pact.spec.ts:264
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 — backend/test/integration/pdf-full-flow.integration.spec.ts:188
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 — frontend/__tests__/e2e/participant-flow.spec.ts:413
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 — frontend/app/(researcher)/analytics/__tests__/analytics.test.tsx:133
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 — frontend/app/(researcher)/design/hypothesis/page.tsx:358
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 — frontend/app/(researcher)/discover/gaps/hooks/__tests__/useGapEvolutionTimeline.test.ts:89
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 — frontend/app/(researcher)/discover/gaps/hooks/useGapAnalysisPipeline.ts:1353
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 — frontend/app/(researcher)/discover/gaps/hooks/useGapCorpusReadiness.ts:23
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 — frontend/app/(researcher)/discover/literature/components/paper-card/PaperActions.tsx:258
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 — frontend/app/(researcher)/discover/literature/components/PipelineOrchestra/__tests__/inward-flow-refine.test.tsx:8
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 — frontend/app/(researcher)/discover/literature/components/PipelineOrchestra/types.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 — frontend/app/(researcher)/discover/literature/components/UnifiedSearchHero.tsx:1575
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 — frontend/app/(researcher)/discover/literature/transcriptions/page.tsx:535
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 — frontend/app/api/studies/route.ts:30
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 — frontend/components/ai/AIUsageDashboard.tsx:101
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 — frontend/components/hub/sections/DataExplorer.tsx:118
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 — frontend/components/hub/sections/VisualizationCenter.tsx:382
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 — frontend/components/questionnaire/professional/APIAccessManager.tsx:119
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 — frontend/components/reports/ReportGenerationUI.tsx:8
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 — frontend/components/stimuli/StimuliUploadSystem.tsx:138
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 — frontend/components/stimuli/StimuliUploadSystemV3.tsx:166
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 — frontend/components/stimuli/StimuliUploadSystemV4.tsx:182
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 — frontend/components/study-creation/ResearcherSignature.tsx:50
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 — frontend/components/ui/HealthStatusIndicator.tsx:90
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 — frontend/e2e/jobs-ring.spec.ts:100
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 — frontend/e2e/logging-flow.spec.ts: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 — frontend/e2e/study-switch-data-flow.spec.ts:396
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 — frontend/hooks/useParticipantFlow.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 — frontend/lib/api/index.ts: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 — frontend/lib/api/services/paper-yield-api.service.ts:10
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 — frontend/lib/api/unwrap-envelope.ts:2
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 — frontend/lib/config/api.config.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 — frontend/lib/hooks/__tests__/useKnowledgeMapData.test.ts:981
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 — frontend/lib/hooks/useAbortableFetch.ts: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 — frontend/lib/hooks/useAuthorProfile.ts:61
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 — frontend/lib/hooks/useCitationGraph.ts:76
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 — frontend/lib/hooks/useContextAwareHints.ts:144
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 — frontend/lib/hooks/useFullTextSearch.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 — frontend/lib/hooks/useQueryIntelligence.ts:238
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 — frontend/lib/hooks/useRankingExperiment.ts:76
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 — frontend/lib/hooks/useTranslation.ts:63
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 — frontend/lib/services/hub-api.service.ts:10
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 — frontend/lib/services/recruitment-api.service.ts:269
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 — frontend/lib/services/screening-workflow-api.service.ts:149
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 — frontend/lib/services/upload-queue.service.ts:333
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 — frontend/lib/stores/study-builder-store.ts:417
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 — frontend/lib/utils/retry.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 — frontend/public/service-worker.js:233
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 — frontend/scripts/tier61-e2e-lit-to-km.mjs:282
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/orcid-a-plus-plus-plus-test.js: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/ui-audit-runner.js:138
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 authority lacks a verifier contract: .claude/commands/collab-refs/MECHANICAL_SWEEP.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/collab-refs/MECHANICAL_SWEEP.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/launch.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/launch.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .mcp.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.mcp.json VerificationMcp config
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 license, 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 cicd CI/CD security conf 1.00 36 occurrences GitHub Action is tag-pinned rather than SHA-pinned
aws-actions/configure-aws-credentials@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
7 files, 36 locations
.github/workflows/docker-build.yml:38, 42, 50, 63, 92, 113, 117, 125, +3 more (11 hits)
.github/workflows/deploy-production.yml:113, 153, 158, 170, 248, 253, 265 (7 hits)
.github/workflows/deploy-staging.yml:75, 80, 88, 168, 173, 181 (6 hits)
.github/workflows/rollback.yml:155, 187, 192, 277, 282 (5 hits)
.github/workflows/security-scan.yml:167, 173, 176, 215, 235 (5 hits)
.github/workflows/quality-gates.yml:165
.github/workflows/supply-chain.yml:115
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/supply-chain.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/docker-build.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/src/modules/literature/services/wikimedia-pageviews.service.ts:173
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/src/modules/literature/services/wikimedia-pageviews.service.ts:173 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/app/(researcher)/reports/[studyId]/page.tsx:547
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/app/(researcher)/reports/[studyId]/page.tsx:547 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/app/canonical-host-script.tsx:51
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/app/canonical-host-script.tsx:51 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/app/purpose-tint-script.tsx:69
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/app/purpose-tint-script.tsx:69 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/app/theme-script.tsx:17
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/app/theme-script.tsx:17 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/components/hub/sections/VisualizationCenter.tsx:648
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/components/hub/sections/VisualizationCenter.tsx:648 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/components/literature/FullTextExcerptPanel.tsx:76
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/components/literature/FullTextExcerptPanel.tsx:76 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/components/literature/TranscriptionsTab.tsx:359
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/components/literature/TranscriptionsTab.tsx:359 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/components/study-creation/ParticipantPreview.tsx:147
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/components/study-creation/ParticipantPreview.tsx:147 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in frontend/components/ui/AutoPipelineToast.tsx:147
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
frontend/components/ui/AutoPipelineToast.tsx:147 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in frontend/app/(researcher)/studies/create/page.tsx:368
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
frontend/app/(researcher)/studies/create/page.tsx:368 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in frontend/lib/service-worker/register.ts:76
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
frontend/lib/service-worker/register.ts:76 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/app/(researcher)/discover/literature/prisma/page.tsx:223
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/app/(researcher)/discover/literature/prisma/page.tsx:223 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/app/(researcher)/discover/themes/page.tsx:147
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/app/(researcher)/discover/themes/page.tsx:147 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/app/auth/oauth/callback/page.tsx:247
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/app/auth/oauth/callback/page.tsx:247 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/app/auth/register/page.tsx:154
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/app/auth/register/page.tsx:154 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/components/accessibility/AccessibilityManager.tsx:132
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/components/accessibility/AccessibilityManager.tsx:132 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in frontend/hooks/useParticipant.ts:41
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
frontend/hooks/useParticipant.ts:41 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/scripts/benchmark-pipeline.ts:44
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/scripts/benchmark-pipeline.ts:44 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/scripts/eval/rebaseline.ts:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/scripts/eval/rebaseline.ts:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/scripts/free-port.js:24
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/scripts/free-port.js:24 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/src/common/build-info.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/src/common/build-info.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/src/modules/literature/evaluation/run-retrieval-eval.ts:54
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/src/modules/literature/evaluation/run-retrieval-eval.ts:54 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/src/modules/literature/services/bibliometric/reproducibility-manifest.service.ts:556
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/src/modules/literature/services/bibliometric/reproducibility-manifest.service.ts:556 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/src/modules/literature/services/community-detection/__benchmarks__/sbm-vs-leiden.bench.ts:183
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/src/modules/literature/services/community-detection/__benchmarks__/sbm-vs-leiden.bench.ts:183 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in backend/src/modules/literature/services/embedding-proxy.service.ts:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
backend/src/modules/literature/services/embedding-proxy.service.ts:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in check-errors.js:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
check-errors.js:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in final-check.js:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
final-check.js:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in final-zero-errors.js:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
final-zero-errors.js:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in fix-remaining-errors.js:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
fix-remaining-errors.js:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in fix-typescript-errors.js:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
fix-typescript-errors.js:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in frontend/scripts/fix-unused-vars.js:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
frontend/scripts/fix-unused-vars.js:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in frontend/scripts/zero-error-setup.js:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
frontend/scripts/zero-error-setup.js:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in phase-6.94-final-zero.js:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
phase-6.94-final-zero.js:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in phase-6.94-layer2-fix.js:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
phase-6.94-layer2-fix.js:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in phase-6.94-layer3-enterprise.js:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
phase-6.94-layer3-enterprise.js:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in phase-6.94-layer4-final.js:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
phase-6.94-layer4-final.js:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-enterprise-strict.js:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-enterprise-strict.js:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-enterprise.js:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-enterprise.js:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-lite.js:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-lite.js:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-manager-v5-protected.js:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-manager-v5-protected.js:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-ultimate-original.js:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-ultimate-original.js:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-ultimate-v2.js:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-ultimate-v2.js:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-ultimate-v3-enhanced.js:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-ultimate-v3-enhanced.js:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-ultimate-v3.js:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-ultimate-v3.js:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-ultimate-v4-day11.js:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-ultimate-v4-day11.js:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-ultimate-v4.js:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-ultimate-v4.js:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/dev-ultimate.js:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/dev-ultimate.js:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/stop-enterprise.js:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/stop-enterprise.js:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/archived-managers/stop-ultimate.js:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/archived-managers/stop-ultimate.js:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-apple-ui-imports.js:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-apple-ui-imports.js:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/check-metrics-series.js:37
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/check-metrics-series.js:37 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/ci/flake-rate.mjs:35
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ci/flake-rate.mjs:35 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/connect-orcid.js:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/connect-orcid.js:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev-netflix-v2.js:40
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev-netflix-v2.js:40 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev-netflix.js:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev-netflix.js:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev-process-guardian.js:50
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev-process-guardian.js:50 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev-startup-guard.js:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev-startup-guard.js:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev-status.js:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev-status.js:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev-stop.js:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev-stop.js:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/dev-zombie-killer.js:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/dev-zombie-killer.js:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/e2e-orcid-paper-fetch-journey.js:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/e2e-orcid-paper-fetch-journey.js:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/ensure-sharp.js:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ensure-sharp.js:28 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/k2-wiring-scaffold.mjs:231
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/k2-wiring-scaffold.mjs:231 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/l4-ws-contract-map.mjs:33
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/l4-ws-contract-map.mjs:33 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/l9-race-leak-drift.mjs:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/l9-race-leak-drift.mjs:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/memory-guardian.js:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/memory-guardian.js:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/monitor.js:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/monitor.js:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/phase-10.110-e2e-triage.mjs:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/phase-10.110-e2e-triage.mjs:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/phase-10.110-feature-inventory.mjs:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/phase-10.110-feature-inventory.mjs:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/stop-ultimate.js:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/stop-ultimate.js:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/ui-audit-runner.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/ui-audit-runner.js:1 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 956 placeholder/mock markers across 373 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 network Security conf 1.00 Privileged port 19 in use
Port 19 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
observation/throttler-audit.sh Ports
medium System graph network Security conf 1.00 Privileged port 2 in use
Port 2 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/soak.yml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
observation/throttler-audit.sh Ports
medium System graph network Security conf 1.00 Privileged port 851 in use
Port 851 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
backend/fix-strict-comprehensive.sh Ports
medium System graph network Security conf 1.00 Privileged port 999 in use
Port 999 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
k8s/postgres-statefulset.yaml Ports
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
low System graph quality Integrity conf 1.00 182 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AI_MODEL_VERSION`, `AI_TOKEN_RATE_LIMIT_PER_USER_PER_MIN`, `AI_TOKEN_RATE_MAX_PER_REQUEST`, `ALLOW_PUBLIC_ENDPOINTS`, `ANALYZE`, `API_BASE_URL`, `API_URL`, `APPLE_CLIENT_ID` + 174 more. Add them (with a placeholder/comment) to .env.example so onbo…
config drift
low System graph quality Maintenance conf 1.00 370 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 7210 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 6 occurrences Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
2 files, 6 locations
backend/Dockerfile:5, 14, 23 (3 hits)
frontend/Dockerfile:8, 17, 38 (3 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 67 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 64 locations
.github/workflows/ci.yml:36, 101, 196, 208, 250, 281, 328, 430, +11 more (19 hits)
.github/workflows/security-scan.yml:51, 54, 90, 110, 113, 164, 190, 206, +4 more (12 hits)
.github/workflows/deploy-production.yml:53, 96, 148, 243, 323 (5 hits)
.github/workflows/deploy-staging.yml:34, 72, 165, 249 (4 hits)
.github/workflows/rollback.yml:70, 137, 182, 272 (4 hits)
.github/workflows/soak.yml:103, 154, 193, 248 (4 hits)
.github/workflows/supply-chain.yml:57, 107, 165, 176 (4 hits)
.github/workflows/quality-gates.yml:60, 125, 202 (3 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — frontend/components/visualizations/dashboards/WidgetLibrary.tsx:403
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'document_write' in frontend/lib/hooks/useDrOnionWebSocket.ts:440
Found a known-risky pattern (document_write). Review and replace if possible.
frontend/lib/hooks/useDrOnionWebSocket.ts:440 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: frontend/scripts/replace_console_logs.py:should_skip_file, backend/scripts/replace_console_logs.py:should_skip_file This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docu…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: backend/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.
backend/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: frontend/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.
frontend/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/schemas/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/schemas/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `123_v2` in backend/src/modules/literature/services/embedding-pair-cache.service.spec.ts:981
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 `aacods_plus_v1` in backend/src/modules/literature/__tests__/integration/e2e-pipeline.integration.spec.ts:980
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 `aacods_plus_v1` in backend/src/modules/literature/services/__tests__/evidence-quality-scorer.service.spec.ts:193
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 `aacods_plus_v1` in backend/src/modules/literature/services/__tests__/unified-evidence-repository.service.spec.ts:46
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 `aacods_plus_v1` in backend/src/modules/literature/services/evidence-quality-scorer.service.ts:167
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 `aacods_plus_v1` in backend/src/modules/literature/services/unified-evidence-repository.service.ts:104
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 `aacods_plus_v1` in backend/src/modules/literature/types/unified-evidence.types.ts:106
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 backend/src/modules/literature/services/literature-cache.service.ts:435
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 frontend/lib/services/draft.service.ts:92
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 `extractThemesLegacy` in backend/src/modules/literature/services/multimedia-analysis.service.ts:77
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 `gv_copy` in frontend/components/knowledge/toolbar/__tests__/ReportButton.test.tsx:494
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 `idealOld` in backend/src/modules/literature/services/paper-collection-audit.service.ts:963
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 `isLegacy` in backend/src/modules/literature/controllers/__tests__/corpus-snapshot.controller.spec.ts:157
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 `isLegacy` in backend/src/modules/literature/controllers/corpus-snapshot.controller.ts:1233
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 `isLegacy` in backend/src/modules/literature/services/__tests__/corpus-snapshot.service.spec.ts:467
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 `isLegacy` in backend/src/modules/literature/services/corpus-snapshot.service.ts:787
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 `isLegacy` in frontend/app/(researcher)/discover/references/snapshot/[snapshotId]/methodology/page.tsx:358
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 `isLegacy` in frontend/e2e/phase-10999-methodology-export.spec.ts:20
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 `isLegacy` in frontend/lib/services/literature-api.service.ts:6188
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 `jwtSecretLegacy` in backend/src/config/env.validation.ts:138
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 `P_old` in frontend/e2e/gap-page/cache-collision.spec.ts:13
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

Showing first 300 of 899. 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/b63a5314-7063-4f1d-8bfc-80aa076b0a79/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b63a5314-7063-4f1d-8bfc-80aa076b0a79/

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.