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.

ripclass/trdrhub.com

https://github.com/ripclass/trdrhub.com · scanned 2026-06-15 23:52 UTC (2 months, 3 weeks ago)

931 raw signals (0 security + 931 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 597 actionable findings from 1 signal source. 334 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 64.0/100 with 100.0% coverage. It contains 16256 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 931 findings — concentrated in quality (478), cicd (211), security (86). Risk profile is high: 27 critical, 68 high, 235 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 480 of 597 actionable findings. 931 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 .github/workflows/performance-monitoring.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
.github/workflows/performance-monitoring.yml:83
critical System graph security Secrets conf 1.00 Possible secret in apps/api/scripts/fix_exporter_password.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
apps/api/scripts/fix_exporter_password.py:23
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in apps/api/scripts/generate_hash.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 13, 18
apps/api/scripts/generate_hash.py:13, 18 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in apps/api/scripts/generate_hash_standalone.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 31, 36
apps/api/scripts/generate_hash_standalone.py:31, 36 (2 hits)
critical System graph security Secrets conf 1.00 3 occurrences Possible secret in apps/web/src/backup-original/api/auth.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 51, 59, 66
apps/web/src/backup-original/api/auth.ts:51, 59, 66 (3 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in apps/web/src/lib/bank/auth.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 43, 51, 59, 67, 75
apps/web/src/lib/bank/auth.tsx:43, 51, 59, 67, 75 (5 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in apps/web/src/pages/bank/BankLogin.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 102, 103, 104, 105, 106
apps/web/src/pages/bank/BankLogin.tsx:102, 103, 104, 105, 106 (5 hits)
critical System graph security Secrets conf 1.00 4 occurrences Possible secret in apps/web/src/pages/exporter/ExporterLogin.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 34, 35, 36, 37
apps/web/src/pages/exporter/ExporterLogin.tsx:34, 35, 36, 37 (4 hits)
critical System graph security Secrets conf 1.00 4 occurrences Possible secret in apps/web/src/pages/importer/ImporterLogin.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 34, 35, 36, 37
apps/web/src/pages/importer/ImporterLogin.tsx:34, 35, 36, 37 (4 hits)
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/commands/BMad/tasks/nfr-assess.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/commands/BMad/tasks/nfr-assess.md:338 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/geo (apps/web/src/pages/Register.tsx:219)
`apps/web/src/pages/Register.tsx:219` calls `GET /api/geo` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/geo` 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/notifications/subscriptions (src/pages/notifications/SettingsPage.tsx:73)
`src/pages/notifications/SettingsPage.tsx:73` calls `GET /api/notifications/subscriptions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/subscriptions` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/translations/pending?language=${language} (apps/web/src/components/admin/TranslationManager.tsx:67)
`apps/web/src/components/admin/TranslationManager.tsx:67` calls `GET /api/translations/pending?language=${language}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/translations/pending` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/translations/status (apps/web/src/components/admin/TranslationManager.tsx:50)
`apps/web/src/components/admin/TranslationManager.tsx:50` calls `GET /api/translations/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/translations/status` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notifications/channels/${channelId}/test (src/pages/notifications/SettingsPage.tsx:154)
`src/pages/notifications/SettingsPage.tsx:154` calls `POST /api/notifications/channels/${channelId}/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/channels/<p>/test` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notifications/templates/${formData.template_key}/render (src/components/notify/TemplateEditor.tsx:82)
`src/components/notify/TemplateEditor.tsx:82` calls `POST /api/notifications/templates/${formData.template_key}/render` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notifications/templates/<p>/render` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sanctions/screen/goods (apps/web/src/pages/tools/sanctions/SanctionsScreenGoods.tsx:79)
`apps/web/src/pages/tools/sanctions/SanctionsScreenGoods.tsx:79` calls `POST /api/sanctions/screen/goods` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sanctions/screen/goods` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sanctions/screen/party (apps/web/src/pages/tools/sanctions/SanctionsScreenParty.tsx:107)
`apps/web/src/pages/tools/sanctions/SanctionsScreenParty.tsx:107` calls `POST /api/sanctions/screen/party` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sanctions/screen/party` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/sanctions/screen/vessel (apps/web/src/pages/tools/sanctions/SanctionsScreenVessel.tsx:82)
`apps/web/src/pages/tools/sanctions/SanctionsScreenVessel.tsx:82` calls `POST /api/sanctions/screen/vessel` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/sanctions/screen/vessel` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/translations/cache/clear (apps/web/src/components/admin/TranslationManager.tsx:168)
`apps/web/src/components/admin/TranslationManager.tsx:168` calls `POST /api/translations/cache/clear` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/translations/cache/clear` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/translations/generate (apps/web/src/components/admin/TranslationManager.tsx:99)
`apps/web/src/components/admin/TranslationManager.tsx:99` calls `POST /api/translations/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/translations/generate` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/translations/verify (apps/web/src/components/admin/TranslationManager.tsx:134)
`apps/web/src/components/admin/TranslationManager.tsx:134` calls `POST /api/translations/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/translations/verify` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_commodity` without auth dependency — apps/api/app/routers/price_verify_admin.py:215
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify_admin.py:215 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `calculate_duty` without auth dependency — apps/api/app/routers/hs_code.py:518
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/hs_code.py:518 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cleanup_expired_approvals` without auth dependency — apps/api/app/routers/admin/governance.py:208
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/admin/governance.py:208 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `compare_classifications` without auth dependency — apps/api/app/routers/hs_code.py:1435
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/hs_code.py:1435 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `configure_alerts` without auth dependency — apps/api/app/routers/price_verify.py:2028
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:2028 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_commodity` without auth dependency — apps/api/app/routers/price_verify_admin.py:110
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify_admin.py:110 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_database_backup` without auth dependency — apps/api/app/routers/admin/dr.py:54
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/admin/dr.py:54 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_object_backup` without auth dependency — apps/api/app/routers/admin/dr.py:101
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/admin/dr.py:101 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `explain_variance_with_ai` without auth dependency — apps/api/app/routers/price_verify.py:752
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:752 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_results_csv` without auth dependency — apps/api/app/routers/bank.py:1449
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/bank.py:1449 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_results_pdf` without auth dependency — apps/api/app/routers/bank.py:1002
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/bank.py:1002 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_batch_documents` without auth dependency — apps/api/app/routers/price_verify.py:1186
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:1186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_prices_from_document` without auth dependency — apps/api/app/routers/price_verify.py:1040
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:1040 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fix_password_endpoint` without auth dependency — apps/api/app/routers/auth.py:230
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/auth.py:230 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_compliance_report` without auth dependency — apps/api/app/routers/price_verify.py:1701
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:1701 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_sar_report` without auth dependency — apps/api/app/routers/price_verify.py:1522
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:1522 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_tbml_assessment` without auth dependency — apps/api/app/routers/price_verify.py:814
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:814 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `provide_approval_decision` without auth dependency — apps/api/app/routers/admin/governance.py:86
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/admin/governance.py:86 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `quick_screen` without auth dependency — apps/api/app/routers/sanctions.py:380
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/sanctions.py:380 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `review_commodity_request` without auth dependency — apps/api/app/routers/price_verify_admin.py:301
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify_admin.py:301 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rotate_secrets` without auth dependency — apps/api/app/routers/admin/vault.py:59
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/admin/vault.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_dr_drill` without auth dependency — apps/api/app/routers/admin/dr.py:217
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/admin/dr.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `search_commodities` without auth dependency — apps/api/app/routers/price_verify.py:205
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:205 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `seed_existing_users` without auth dependency — apps/api/app/routers/members.py:600
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/members.py:600 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_test_alert` without auth dependency — apps/api/app/routers/price_verify.py:2059
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:2059 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sslcommerz_webhook` without auth dependency — apps/api/app/routers/billing.py:560
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/billing.py:560 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stripe_webhook` without auth dependency — apps/api/app/routers/billing.py:513
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/billing.py:513 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `translate_keys` without auth dependency — apps/api/app/routers/doc_generator_advanced.py:228
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/doc_generator_advanced.py:228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upload_bulk_item` without auth dependency — apps/api/app/routers/bulk_validate.py:241
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/bulk_validate.py:241 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_and_export_pdf` without auth dependency — apps/api/app/routers/price_verify.py:624
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:624 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_audit_chain` without auth dependency — apps/api/app/routers/admin/audit.py:181
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/admin/audit.py:181 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_batch_and_export_pdf` without auth dependency — apps/api/app/routers/price_verify.py:696
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:696 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_batch_prices` without auth dependency — apps/api/app/routers/price_verify.py:549
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:549 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_single_price` without auth dependency — apps/api/app/routers/price_verify.py:383
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify.py:383 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `warm_endpoint` without auth dependency — apps/api/main.py:552
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/main.py:552 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `fake_s3_upload` without auth dependency — apps/api/app/routers/fake_s3.py:28
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/fake_s3.py:28 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_commodity` without auth dependency — apps/api/app/routers/price_verify_admin.py:159
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/routers/price_verify_admin.py:159 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 Flask mutation route `api_evidence_pack` without `@login_required` — apps/api/sme_portal/app.py:471
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apps/api/sme_portal/app.py:471 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_validate` without `@login_required` — apps/api/sme_portal/app.py:397
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apps/api/sme_portal/app.py:397 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `handle_suggestion` without `@login_required` — apps/api/trust_platform/compliance/rule_review_dashboard/app.py:248
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apps/api/trust_platform/compliance/rule_review_dashboard/app.py:248 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `lint_check` without `@login_required` — apps/api/trust_platform/compliance/rule_review_dashboard/app.py:389
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apps/api/trust_platform/compliance/rule_review_dashboard/app.py:389 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `upload_document` without `@login_required` — apps/api/trust_platform/compliance/rule_review_dashboard/app.py:136
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apps/api/trust_platform/compliance/rule_review_dashboard/app.py:136 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `validate_lc` without `@login_required` — apps/api/sme_portal/app.py:210
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apps/api/sme_portal/app.py:210 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `validate_lc` without `@login_required` — apps/api/sme_portal/resilient_app.py:220
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apps/api/sme_portal/resilient_app.py:220 securityAuth flask unauth route
high System graph cicd CI/CD security conf 1.00 11 occurrences GitHub Action tracks a moving branch
aquasecurity/trivy-action@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
7 files, 11 locations
.github/workflows/security-scan.yml:118, 125, 148 (3 hits)
.github/workflows/ci-cd.yml:25, 39 (2 hits)
.github/workflows/ci.yml:310, 333 (2 hits)
.github/workflows/release.yml:191
.github/workflows/workflow-features.yml:331
apps/api/.github/workflows/ci.yml:237
apps/api/.github/workflows/terraform-plan-apply.yml:346
CI/CD securitySupply chainGithub actions
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/web/src/components/ui/chart.tsx:96
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 — apps/web/src/components/ReportDownloadDialog.tsx:67
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 — apps/web/src/pages/ExporterResultsV2.tsx:132
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 — apps/web/src/pages/Register.tsx:219
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 — apps/web/src/pages/tools/doc-generator/BuyerDirectoryPage.tsx:165
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 — apps/web/src/pages/tools/doc-generator/CreateDocumentWizard.tsx:275
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 — apps/web/src/pages/tools/doc-generator/DocGeneratorDashboard.tsx: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 — apps/web/src/pages/tools/doc-generator/PDFPreview.tsx:92
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 — apps/web/src/pages/tools/doc-generator/ProductCatalogPage.tsx:164
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 — apps/web/src/pages/tools/doc-generator/TemplatesPage.tsx:139
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 — apps/web/src/pages/tools/hs-code/HSCodeADCVD.tsx:139
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 — apps/web/src/pages/tools/hs-code/HSCodeBulk.tsx:143
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 — apps/web/src/pages/tools/hs-code/HSCodeDashboard.tsx:196
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 — apps/web/src/pages/tools/hs-code/HSCodeQuotas.tsx:95
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/src/pages/tools/hs-code/HSCodeRulings.tsx:71
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 — apps/web/src/pages/tools/hs-code/HSCodeSection301.tsx:108
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 — apps/web/src/pages/tools/lc-builder/ApplicantProfilesPage.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 — apps/web/src/pages/tools/lc-builder/BeneficiaryDirectoryPage.tsx:283
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 — apps/web/src/pages/tools/lc-builder/ClauseLibraryPage.tsx:145
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 — apps/web/src/pages/tools/lc-builder/LCBuilderWizard.tsx:609
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 — apps/web/src/pages/tools/lc-builder/LCTemplatesPage.tsx:184
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 — apps/web/src/pages/tools/price-verify/AdminPage.tsx:165
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 — apps/web/src/pages/tools/price-verify/AnalyticsPage.tsx:91
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/src/pages/tools/price-verify/HistoryPage.tsx:199
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 — apps/web/src/pages/tools/price-verify/VerifyPage.tsx:1110
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 — apps/web/src/pages/tools/tracking/ActiveShipmentsPage.tsx:202
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 — apps/web/src/pages/tools/tracking/TrackingDashboard.tsx:272
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 — apps/web/src/pages/tools/tracking/TrackingOverview.tsx:286
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/pages/notifications/SettingsPage.tsx:68
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/BMad/agents/analyst.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/BMad/agents/analyst.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/architect.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/BMad/agents/architect.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/bmad-master.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/BMad/agents/bmad-master.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/bmad-orchestrator.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/BMad/agents/bmad-orchestrator.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/dev.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/BMad/agents/dev.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/pm.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/BMad/agents/pm.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/po.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/BMad/agents/po.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/sm.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/BMad/agents/sm.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/agents/ux-expert.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/BMad/agents/ux-expert.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/tasks/advanced-elicitation.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/BMad/tasks/advanced-elicitation.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/tasks/create-doc.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/BMad/tasks/create-doc.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/tasks/index-docs.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/BMad/tasks/index-docs.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/BMad/tasks/kb-mode-interaction.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/BMad/tasks/kb-mode-interaction.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/analyst.mdc
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.
.cursor/rules/bmad/analyst.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/architect.mdc
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.
.cursor/rules/bmad/architect.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/bmad-master.mdc
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.
.cursor/rules/bmad/bmad-master.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/bmad-orchestrator.mdc
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.
.cursor/rules/bmad/bmad-orchestrator.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/dev.mdc
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.
.cursor/rules/bmad/dev.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/pm.mdc
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.
.cursor/rules/bmad/pm.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/po.mdc
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.
.cursor/rules/bmad/po.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/sm.mdc
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.
.cursor/rules/bmad/sm.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/bmad/ux-expert.mdc
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.
.cursor/rules/bmad/ux-expert.mdc VerificationCursor rule
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/commands/BMad/tasks/shard-doc.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/commands/BMad/tasks/shard-doc.md:23 Supply chainClaude instruction
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 quality Integrity conf 1.00 5 occurrences Frontend route `/lcopilot/review/:sessionId` has no Link/navigate to it — apps/web/src/backup-original/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
5 occurrences
repo-level (5 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 91 occurrences Frontend route `/status` has no Link/navigate to it — apps/web/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
91 occurrences
repo-level (91 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 61 occurrences GitHub Action is tag-pinned rather than SHA-pinned
github/codeql-action/upload-sarif@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 61 locations
.github/workflows/release.yml:229, 232, 240, 249, 261, 270, 347, 368, +2 more (10 hits)
.github/workflows/workflow-features.yml:150, 339, 345, 350, 353, 447, 455, 494, +1 more (9 hits)
apps/api/.github/workflows/terraform-plan-apply.yml:55, 60, 161, 166, 231, 236, 281, 286, +1 more (9 hits)
.github/workflows/ci.yml:130, 171, 318, 324, 355, 358, 366 (7 hits)
apps/api/.github/workflows/ci.yml:113, 153, 172, 189, 224, 245, 317 (7 hits)
.github/workflows/ci-cd.yml:33, 46, 82, 121, 226 (5 hits)
.github/workflows/database-maintenance.yml:82, 168, 317, 517 (4 hits)
.github/workflows/security-scan.yml:62, 132, 156 (3 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/ci.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in apps/web/api/geo.ts:17
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
apps/web/api/geo.ts:17 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/ui/chart.tsx:96
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/ui/chart.tsx:96 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/web/src/backup-original/api/auth.ts:82
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/web/src/backup-original/api/auth.ts:82 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/web/src/hooks/use-drafts.ts:70
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/web/src/hooks/use-drafts.ts:70 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/web/src/lib/admin/auth.tsx:146
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/web/src/lib/admin/auth.tsx:146 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/web/src/lib/bank/auth.tsx:315
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/web/src/lib/bank/auth.tsx:315 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in apps/web/src/pages/auth/Callback.tsx:60
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
apps/web/src/pages/auth/Callback.tsx:60 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in setup_db.py:15
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
setup_db.py:15 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/api/app/routers/admin/dr.py:78
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/api/app/routers/admin/vault.py:84
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/api/scripts/verify_org_isolation.py:29
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/api/trust_platform/compliance/rule_sync_service.py:533
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/dr/backup_db.py:79
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/dr/dr_drill.py:146
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/dr/restore_db.py:157
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/examiner_prototype.py:47
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — setup_db.py:60
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 896 placeholder/mock markers across 267 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 144 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ADMIN_EMAIL`, `ADMIN_PASSWORD`, `ADMIN_SEED_SECRET`, `ADOBE_SIGN_BASE_URL`, `ADOBE_SIGN_CLIENT_ID`, `ADOBE_SIGN_CLIENT_SECRET`, `AI_ENRICHMENT`, `AI_EXAMINER_MODEL` + 136 more. Add them (with a placeholder/comment) to .env.example so onboarding do…
config drift
low System graph quality Maintenance conf 1.00 88 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 hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 2240 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
apps/api/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 137 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 131 locations
apps/api/.github/workflows/observability-tests.yml:49, 52, 126, 129, 180, 183, 248, 251, +9 more (17 hits)
.github/workflows/security-scan.yml:23, 26, 31, 75, 107, 145, 166, 169, +6 more (14 hits)
.github/workflows/ci-cd.yml:20, 61, 64, 97, 100, 130, 155, 158, +5 more (13 hits)
.github/workflows/performance-monitoring.yml:38, 208, 265, 342, 353, 356, 407, 420, +4 more (12 hits)
apps/api/.github/workflows/ci.yml:27, 32, 37, 45, 100, 128, 138, 209, +4 more (12 hits)
.github/workflows/ci.yml:52, 55, 143, 146, 209, 212, 219, 285, +3 more (11 hits)
apps/api/.github/workflows/cdk-deploy.yml:54, 57, 64, 122, 161, 180, 183, 190, +3 more (11 hits)
.github/workflows/release.yml:38, 126, 129, 135, 188, 226, 292, 365, +1 more (9 hits)
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'debug_true' in apps/api/trust_platform/compliance/rule_review_dashboard/app.py:476
Found a known-risky pattern (debug_true). Review and replace if possible.
apps/api/trust_platform/compliance/rule_review_dashboard/app.py:476 Debug true
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/web/src/components/lcopilot/PreparationGuide.tsx:261
Found a known-risky pattern (document_write). Review and replace if possible.
apps/web/src/components/lcopilot/PreparationGuide.tsx:261 Document write
low System graph quality Tests conf 1.00 Low test-to-source ratio
246 tests / 1262 src (ratio 0.19).
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apps/api/check_all_imports.py:find_router_files, apps/api/check_missing_imports.py:find_router_files This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they'r…
11 occurrences
repo-level (11 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: apps/api/trust_platform/compliance/rule_sync_service.py:on_modified, apps/api/trust_platform/compliance/rule_sync_service.py:on_created, apps/api/trust_platform/compliance/rule_sync_service.py:on_deleted This is *the* AI-coder failure mode (4× more d…
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: apps/api/app/rules/external/rule_schema.py:to_dict, apps/api/app/rules/external/rule_schema.py:to_dict, apps/api/app/rules/external/rule_schema.py:to_dict, apps/api/app/rules/external/rule_schema.py:to_dict This is *the* AI-coder failure mode (4× mor…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: apps/api/verify_observability_stack.py:initialize_aws_clients, apps/api/security/security_monitor.py:initialize_aws_clients, apps/api/reliability/trust_portal/trust_portal_manager.py:initialize_aws_clients, apps/api/reliability/status_page/status_page…
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: apps/web/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.
apps/web/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/shared-types/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/shared-types/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_build_document_extraction_v1` in apps/api/app/routers/validation/result_finalization.py:30
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 `_build_document_extraction_v1` in apps/api/tests/session_setup_job_persistence_test.py:124
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 `_empty_extraction_artifacts_v1` in apps/api/app/routers/validate.py:116
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 `_empty_extraction_artifacts_v1` in apps/api/app/routers/validation/__init__.py:122
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 `_empty_extraction_artifacts_v1` in apps/api/app/routers/validation/document_builder.py:11
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 `_empty_extraction_artifacts_v1` in apps/api/app/routers/validation/ocr_runtime.py:19
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 `_empty_extraction_artifacts_v1` in apps/api/tests/ocr_runtime_continuity_test.py:84
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 `_empty_extraction_artifacts_v1` in tests/lcopilot_patchset_d_test.py:50
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 `_empty_extraction_artifacts_v1` in tests/lcopilot_patchset_e_test.py:38
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 `_empty_extraction_artifacts_v1` in tests/ocr_runtime_audit_patch_test.py: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 `_empty_extraction_artifacts_v1` in tests/patch_h_ocr_compatibility_stage_promotion_test.py:49
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 `_empty_extraction_artifacts_v1` in tests/patch_i_top3_field_lift_stage_tuning_test.py: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 `_empty_extraction_artifacts_v1` in tests/patch_j_ocr_adapter_runtime_payload_fix_test.py:58
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 `_empty_extraction_artifacts_v1` in tests/patch_m_ocr_health_diagnostics_test.py:72
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 `_empty_resolution_queue_v1` in apps/api/tests/fact_resolution_contract_continuity_test.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_fake_build_processing_summary_v2` in apps/api/tests/session_refresh_continuity_test.py:116
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 `_load_legacy` in apps/api/app/services/__init__.py:34
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 `ai_layers_v1` in apps/api/tests/ai_validation_layer_projection_test.py:168
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 `ai_lc_extractor_v2` in apps/api/app/services/extraction/ai_lc_extractor.py:360
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 `anchor_dictionary_v1` in apps/api/app/services/validation/day1_retrieval_guard.py:31
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 `anchor_dictionary_v1` in apps/api/tests/test_day1_configs.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `baseline_v1` in apps/api/tests/gold_corpus/run_corpus.py:11
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 `beneficiary_statement_v2` in apps/web/src/__tests__/ExportLCUploadTyping.test.tsx:102
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 `build_document_extraction_v1` in apps/api/tests/ai_first_structured_contract_test.py:107
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 `build_document_extraction_v1` in apps/api/tests/fact_graph_bl_continuity_test.py:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `build_document_extraction_v1` in apps/api/tests/fact_graph_coo_continuity_test.py:21
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 `build_document_extraction_v1` in apps/api/tests/fact_graph_inspection_continuity_test.py:21
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 `build_document_extraction_v1` in apps/api/tests/fact_graph_insurance_continuity_test.py:21
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 `build_document_extraction_v1` in apps/api/tests/fact_graph_invoice_continuity_test.py:33
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 `build_document_extraction_v1` in apps/api/tests/fact_graph_packing_list_continuity_test.py: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 `build_document_extraction_v1` in apps/api/tests/fact_graph_supporting_document_continuity_test.py:22
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `build_document_extraction_v1` in apps/api/tests/field_details_contract_continuity_test.py:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `build_document_extraction_v1` in tests/extraction_observability_exposure_test.py:26
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 `build_document_extraction_v1` in tests/lcopilot_patchset_c_test.py:35
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 `build_fact_resolution_v1` in apps/api/app/routers/validation/session_refresh.py:31
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 `build_issue_provenance_v1` in tests/phase_c3_reason_surface_spec.py:56
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 `build_issue_provenance_v1` in tests/test_sprint_t1_2_p1_regression_harness.py:16
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `build_lc_requirements_graph_v1` in apps/api/app/services/requirements/__init__.py:2
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 `build_lc_requirements_graph_v1` in apps/api/tests/lc_requirements_graph_test.py:12
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 `build_lc_requirements_graph_v1` in apps/api/tests/lc_workflow_live_route_test.py:266
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 `build_requirements_graph_v1` in apps/api/tests/validation_execution_lc_facts_continuity_test.py:17
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 `build_resolution_queue_v1` in apps/api/app/services/resolution/__init__.py:2
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 `compliance_policy_2024_v1` in scripts/demo/seed_demo_data.py:552
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 `copies_copy` in apps/api/alembic/versions/20251205_add_lc_builder.py:168
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 `copies_copy` in apps/api/app/models/lc_builder.py:184
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 `copies_copy` in apps/api/app/routers/lc_builder.py:52
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 `copies_copy` in apps/api/app/services/mt700_generator.py:309
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 `copies_copy` in apps/web/src/pages/tools/lc-builder/LCBuilderWizard.tsx:153
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `create_backup` in scripts/dr/backup_db.py:40
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 `days_old` in apps/api/async_tasks/job_status.py:366
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 `doc_legacy` in apps/api/tests/lc_document_test.py:748
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 `document_extraction_v1` in apps/api/app/services/validation/response_schema.py:252
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 `eurc_v1` in Data/organize_rules.py:14
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 `extraction_artifacts_v1` in apps/api/app/routers/validation/issues_pipeline.py:234
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 `extraction_artifacts_v1` in apps/api/app/services/extraction/launch_pipeline.py:252
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 `extraction_artifacts_v1` in apps/api/app/services/extraction_core/review_metadata.py:1727
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 `extraction_artifacts_v1` in apps/api/app/services/facts/bl_facts.py:88
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 `extraction_artifacts_v1` in apps/api/app/services/facts/insurance_facts.py:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `extraction_artifacts_v1` in apps/api/app/services/facts/lc_facts.py:91
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 `extraction_artifacts_v1` in apps/api/app/services/requirements/lc_requirements.py:344
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 `extraction_artifacts_v1` in apps/api/app/services/validation/ai_validator.py:272
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 `extraction_artifacts_v1` in apps/api/scripts/day1_smoke_gate.py: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 `extraction_artifacts_v1` in apps/api/tests/ai_validation_l3_anomaly_review_test.py:169
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 `extraction_artifacts_v1` in apps/api/tests/bl_facts_test.py:142
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 `extraction_artifacts_v1` in apps/api/tests/field_override_continuity_test.py: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 `extraction_artifacts_v1` in apps/api/tests/insurance_facts_test.py:124
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 `extraction_artifacts_v1` in apps/api/tests/issues_pipeline_ai_provisional_test.py:55
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 `extraction_artifacts_v1` in apps/api/tests/lc_facts_test.py:140
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 `extraction_artifacts_v1` in apps/api/tests/test_build_document_context_boundary.py:120
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 `extraction_artifacts_v1` in apps/web/src/__tests__/ExporterResults.test.tsx:441
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 `extraction_artifacts_v1` in tests/extraction_stabilization_cycle2_test.py:53
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 `extraction_artifacts_v1` in tests/patch_k_plaintext_parser_lift_confidence_test.py:33
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 `extraction_artifacts_v1` in tests/patch_l_evidence_binding_date_issuer_test.py:85
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 `fact_graph_v1` in apps/api/app/services/facts/coo_facts.py:199
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 `fact_graph_v1` in apps/api/app/services/facts/inspection_facts.py:201
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 `fact_graph_v1` in apps/api/app/services/facts/invoice_facts.py:209
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 `fact_graph_v1` in apps/api/app/services/facts/packing_list_facts.py:197
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 `fact_graph_v1` in apps/api/app/services/facts/supporting_facts.py:219
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 `fact_graph_v1` in apps/api/tests/bl_validation_context_test.py:26
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 `fact_graph_v1` in apps/api/tests/coo_validation_context_test.py:27
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 `fact_graph_v1` in apps/api/tests/inspection_validation_context_test.py:27
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 `fact_graph_v1` in apps/api/tests/insurance_validation_context_test.py:27
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 `fact_graph_v1` in apps/api/tests/invoice_validation_context_test.py:27
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 `fact_graph_v1` in apps/api/tests/packing_list_validation_context_test.py:27
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 `fact_graph_v1` in apps/api/tests/test_iso_runtime_shape.py:220
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 `fromLegacy` in apps/web/src/lib/lcopilot/tier.ts:47
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 `get_validation_result_v2` in apps/api/app/routers/validate_results.py:40
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 `handleSaveOld` in apps/web/src/pages/tools/lc-builder/ApplicantProfilesPage.tsx:281
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 `issue_copy` in apps/api/app/services/validation/confidence_weighting.py:210
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 `lc_extractor_v1` in apps/api/app/services/extraction/lc_extractor.py:714
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 `lc_extractor_v2` in apps/api/app/services/extraction/__init__.py:15
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 `lc_extractor_v2` in apps/api/app/services/extraction/lc_extractor_v2.py:11
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 `lc_extractor_v2` in apps/api/app/services/validation/pipeline.py:26
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 `lc_extractor_v2` in apps/api/app/services/validation/validation_gate.py:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in apps/api/app/core/residency/storage_backends.py:354
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 `list_objects_v2` in apps/api/app/services/document_storage.py:226
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 `materialize_document_fact_graph_v1` in apps/api/app/routers/validation/validation_execution.py:19
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 `materialize_document_fact_graph_v1` in apps/api/app/services/facts/__init__.py:9
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 `materialize_document_fact_graph_v1` in apps/api/tests/fact_graph_lc_continuity_test.py:14
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 `materialize_document_fact_graph_v1` in apps/api/tests/validation_execution_insurance_facts_continuity_test.py: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
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `materialize_document_fact_graph_v1` in apps/api/tests/validation_execution_insurance_rule_context_test.py:43
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 `materialize_document_fact_graphs_v1` in apps/api/app/routers/validation/response_shaping.py: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
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `materialize_document_fact_graphs_v1` in apps/api/app/routers/validation/session_setup.py:10
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 `materialize_document_fact_graphs_v1` in apps/api/tests/extraction_resolution_continuity_test.py:94
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `materialize_document_fact_graphs_v1` in apps/api/tests/lc_fact_gate_continuity_test.py:9
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 `materialize_document_fact_graphs_v1` in apps/api/tests/resolution_queue_invoice_continuity_test.py:12
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 `mt700_v1` in apps/api/app/routers/validate_v1_backup.py:546
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 `mt700_v1` in apps/api/app/routers/validation/lc_dates.py:127
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 `mt700_v1` in apps/api/tests/mt700_timeline_continuity_test.py:259
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 `parse_lc_requirements_sync_v2` in apps/api/app/services/validation/__init__.py:101
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 `parse_lc_requirements_sync_v2` in apps/api/app/services/validation/llm_requirement_parser.py:668
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 `parse_lc_requirements_sync_v2` in apps/api/tests/test_validate_regression.py:211
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 `processing_summary_v2` in apps/api/app/services/validation/day1_contract.py:11
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 `processing_summary_v2` in apps/api/app/services/validation/day1_telemetry.py:9
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 `processing_summary_v2` in apps/api/tests/test_day1_contract.py:6
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 `processing_summary_v2` in apps/web/src/__tests__/resultsMapper.test.ts:15
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 `processing_summary_v2` in apps/web/src/components/lcopilot/SummaryStrip.tsx:34
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 `processing_summary_v2` in apps/web/src/lib/validation/validationState.ts:87
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 `processing_summary_v2` in apps/web/src/pages/ExporterResults.tsx:1401
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 `processing_summary_v2` in packages/shared-types/python/schemas.py:243
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 `processing_summary_v2` in packages/shared-types/src/api.ts:219
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 `requirements_graph_v1` in apps/api/app/routers/validation/lc_intake.py:93
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 `requirements_graph_v1` in apps/api/app/routers/validation/presentation_contract.py:64
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 `requirements_graph_v1` in apps/api/app/services/crossdoc.py:218
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 `requirements_graph_v1` in apps/api/app/services/facts/document_facts.py:227
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 `requirements_graph_v1` in apps/api/app/services/validation/crossdoc_validator.py:397
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 `requirements_graph_v1` in apps/api/app/services/validation/doc_matcher.py:895
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 `requirements_graph_v1` in apps/api/app/services/validation/tiered_validation.py:226
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 `requirements_graph_v1` in apps/api/app/services/validator.py:795
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 `requirements_graph_v1` in apps/api/tests/ai_validation_requirements_graph_continuity_test.py:9
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 `requirements_graph_v1` in apps/api/tests/crossdoc_47a_requirements_graph_continuity_test.py:11
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 `requirements_graph_v1` in apps/api/tests/crossdoc_47a_requirements_graph_test.py: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 `requirements_graph_v1` in apps/api/tests/crossdoc_amount_tolerance_test.py:87
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 `requirements_graph_v1` in apps/api/tests/crossdoc_exact_wording_requirements_graph_test.py:162
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 `requirements_graph_v1` in apps/api/tests/crossdoc_insurance_coverage_test.py: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 `requirements_graph_v1` in apps/api/tests/crossdoc_requirements_graph_test.py:19
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 `requirements_graph_v1` in apps/api/tests/crossdoc_validator_runtime_compatibility_test.py: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 `requirements_graph_v1` in apps/api/tests/document_set_requirements_graph_test.py:36
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 480. 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/498821e1-7ba2-441f-8fb7-a06ee1d1f3f1/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/498821e1-7ba2-441f-8fb7-a06ee1d1f3f1/

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.