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.

arun7296/apex

https://github.com/arun7296/apex · scanned 2026-06-17 01:38 UTC (1 month, 2 weeks ago)

772 raw signals (0 security + 772 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -36.4 (diff) · 753 actionable findings from 1 signal source. 19 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 40.3/100 with 100.0% coverage. It contains 24424 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 772 findings — concentrated in quality (576), api (109), security (41). Risk profile is high: 2 critical, 76 high, 88 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 388 of 753 actionable findings. 772 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.

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/agents/streamlit-dashboard-engineer.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/agents/streamlit-dashboard-engineer.md:71 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/agent/approvals?state=${filter} (legacy/frontend/src/app/agent/approvals/page.tsx:46)
`legacy/frontend/src/app/agent/approvals/page.tsx:46` calls `GET /api/apex/agent/approvals?state=${filter}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/agent/approvals` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/depth/${exchange}/${symbol} (legacy/frontend/src/components/DomPanel.tsx:56)
`legacy/frontend/src/components/DomPanel.tsx:56` calls `GET /api/apex/depth/${exchange}/${symbol}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/depth/<p>/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/drift/config (legacy/frontend/src/components/DriftThresholds.tsx:26)
`legacy/frontend/src/components/DriftThresholds.tsx:26` calls `GET /api/apex/drift/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/drift/config` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/equity-agent/approvals?status=${filter} (legacy/frontend/src/app/equity-agent/approvals/page.tsx:103)
`legacy/frontend/src/app/equity-agent/approvals/page.tsx:103` calls `GET /api/apex/equity-agent/approvals?status=${filter}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/equity-agent/approvals` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/equity-agent/status (legacy/frontend/src/app/equity-agent/page.tsx:121)
`legacy/frontend/src/app/equity-agent/page.tsx:121` calls `GET /api/apex/equity-agent/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/equity-agent/status` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/notifications/recent?${params} (legacy/frontend/src/components/RecentPushes.tsx:39)
`legacy/frontend/src/components/RecentPushes.tsx:39` calls `GET /api/apex/notifications/recent?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/notifications/recent` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/notifications/recent?sources=1 (legacy/frontend/src/components/RecentPushes.tsx:59)
`legacy/frontend/src/components/RecentPushes.tsx:59` calls `GET /api/apex/notifications/recent?sources=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/notifications/recent` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/push/preferences?endpoint=${encodeURIComponent(sub.endpoint)} (legacy/frontend/src/components/NotificationMutes.tsx:88)
`legacy/frontend/src/components/NotificationMutes.tsx:88` calls `GET /api/apex/push/preferences?endpoint=${encodeURIComponent(sub.endpoint)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/preferences` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/push/snooze?endpoint=${encodeURIComponent(sub.endpoint)} (legacy/frontend/src/components/NotificationSnooze.tsx:42)
`legacy/frontend/src/components/NotificationSnooze.tsx:42` calls `GET /api/apex/push/snooze?endpoint=${encodeURIComponent(sub.endpoint)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/snooze` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/push/vapid-public (legacy/frontend/src/components/PushToggle.tsx:74)
`legacy/frontend/src/components/PushToggle.tsx:74` calls `GET /api/apex/push/vapid-public` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/vapid-public` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/push/vapid-public (legacy/frontend/src/components/StaleBadge.tsx:27)
`legacy/frontend/src/components/StaleBadge.tsx:27` calls `GET /api/apex/push/vapid-public` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/vapid-public` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/quotes?symbols=${encodeURIComponent(symbol)}&exchange=${exchange} (legacy/frontend/src/components/LiveSymbolPrice.tsx:36)
`legacy/frontend/src/components/LiveSymbolPrice.tsx:36` calls `GET /api/apex/quotes?symbols=${encodeURIComponent(symbol)}&exchange=${exchange}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/quotes` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/quotes?symbols=${encodeURIComponent(syms)} (legacy/frontend/src/components/LivePortfolioTable.tsx:82)
`legacy/frontend/src/components/LivePortfolioTable.tsx:82` calls `GET /api/apex/quotes?symbols=${encodeURIComponent(syms)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/quotes` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/replay?at=${encodeURIComponent(currentTs)} (legacy/frontend/src/app/replay/scrubber.tsx:37)
`legacy/frontend/src/app/replay/scrubber.tsx:37` calls `GET /api/apex/replay?at=${encodeURIComponent(currentTs)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/replay` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/apex/universe (legacy/frontend/src/components/CommandPalette.tsx:95)
`legacy/frontend/src/components/CommandPalette.tsx:95` calls `GET /api/apex/universe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/universe` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/flask/status (frontend/components/SessionPill.tsx:16)
`frontend/components/SessionPill.tsx:16` calls `GET /api/flask/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/flask/status` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000${url} (legacy/frontend/src/app/api/apex/morning-brief/route.ts:12)
`legacy/frontend/src/app/api/apex/morning-brief/route.ts:12` calls `GET http://localhost:3000${url}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000${url} (legacy/frontend/src/components/GlanceRow.tsx:10)
`legacy/frontend/src/components/GlanceRow.tsx:10` calls `GET http://localhost:3000${url}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/<p>` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/agent/adjustments (legacy/frontend/src/app/agent/page.tsx:21)
`legacy/frontend/src/app/agent/page.tsx:21` calls `GET http://localhost:3000/api/apex/agent/adjustments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/agent/adjustments` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/agent/status (legacy/frontend/src/app/agent/page.tsx:136)
`legacy/frontend/src/app/agent/page.tsx:136` calls `GET http://localhost:3000/api/apex/agent/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/agent/status` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/alerts (legacy/frontend/src/app/alerts/page.tsx:10)
`legacy/frontend/src/app/alerts/page.tsx:10` calls `GET http://localhost:3000/api/apex/alerts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/alerts` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/backtests (legacy/frontend/src/app/backtests/page.tsx:7)
`legacy/frontend/src/app/backtests/page.tsx:7` calls `GET http://localhost:3000/api/apex/backtests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/backtests` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/cvd (legacy/frontend/src/app/cvd/page.tsx:7)
`legacy/frontend/src/app/cvd/page.tsx:7` calls `GET http://localhost:3000/api/apex/cvd` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/cvd` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/data-quality (legacy/frontend/src/app/data-quality/page.tsx:46)
`legacy/frontend/src/app/data-quality/page.tsx:46` calls `GET http://localhost:3000/api/apex/data-quality` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/data-quality` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/docs (legacy/frontend/src/app/docs/page.tsx:15)
`legacy/frontend/src/app/docs/page.tsx:15` calls `GET http://localhost:3000/api/apex/docs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/docs` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/docs?slug=${encodeURIComponent(slug)} (legacy/frontend/src/app/docs/[slug]/page.tsx:19)
`legacy/frontend/src/app/docs/[slug]/page.tsx:19` calls `GET http://localhost:3000/api/apex/docs?slug=${encodeURIComponent(slug)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/docs` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/drift (legacy/frontend/src/components/DriftCard.tsx:38)
`legacy/frontend/src/components/DriftCard.tsx:38` calls `GET http://localhost:3000/api/apex/drift` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/drift` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/events?window=60 (legacy/frontend/src/app/events/page.tsx:32)
`legacy/frontend/src/app/events/page.tsx:32` calls `GET http://localhost:3000/api/apex/events?window=60` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/events` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/footprint/${encodeURIComponent(symbol)} (legacy/frontend/src/app/footprint/[symbol]/page.tsx:10)
`legacy/frontend/src/app/footprint/[symbol]/page.tsx:10` calls `GET http://localhost:3000/api/apex/footprint/${encodeURIComponent(symbol)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/ape…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/gtts (legacy/frontend/src/app/gtts/page.tsx:8)
`legacy/frontend/src/app/gtts/page.tsx:8` calls `GET http://localhost:3000/api/apex/gtts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/gtts` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/journal (legacy/frontend/src/app/journal/page.tsx:8)
`legacy/frontend/src/app/journal/page.tsx:8` calls `GET http://localhost:3000/api/apex/journal` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/journal` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/morning-brief (legacy/frontend/src/app/morning-brief/page.tsx:30)
`legacy/frontend/src/app/morning-brief/page.tsx:30` calls `GET http://localhost:3000/api/apex/morning-brief` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/morning-brief` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/options-chain/${encodeURIComponent(underlying)} (legacy/frontend/src/app/options-chain/[underlying]/page.tsx:10)
`legacy/frontend/src/app/options-chain/[underlying]/page.tsx:10` calls `GET http://localhost:3000/api/apex/options-chain/${encodeURIComponent(underlying)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localh…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/pairs (legacy/frontend/src/app/pairs/page.tsx:32)
`legacy/frontend/src/app/pairs/page.tsx:32` calls `GET http://localhost:3000/api/apex/pairs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/pairs` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/paper-trading (legacy/frontend/src/app/paper-trading/page.tsx:11)
`legacy/frontend/src/app/paper-trading/page.tsx:11` calls `GET http://localhost:3000/api/apex/paper-trading` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/paper-trading` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/regime (legacy/frontend/src/app/page.tsx:12)
`legacy/frontend/src/app/page.tsx:12` calls `GET http://localhost:3000/api/apex/regime` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/regime` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/regime (legacy/frontend/src/app/regime/page.tsx:10)
`legacy/frontend/src/app/regime/page.tsx:10` calls `GET http://localhost:3000/api/apex/regime` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/regime` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/regime/history?limit=${limit} (legacy/frontend/src/components/RegimeHistory.tsx:25)
`legacy/frontend/src/components/RegimeHistory.tsx:25` calls `GET http://localhost:3000/api/apex/regime/history?limit=${limit}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/regime/hist…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/replay?list=1&limit=200 (legacy/frontend/src/app/replay/page.tsx:7)
`legacy/frontend/src/app/replay/page.tsx:7` calls `GET http://localhost:3000/api/apex/replay?list=1&limit=200` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/replay` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/signals (legacy/frontend/src/app/signals/page.tsx:10)
`legacy/frontend/src/app/signals/page.tsx:10` calls `GET http://localhost:3000/api/apex/signals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/signals` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/strategy-performance (legacy/frontend/src/app/strategy-performance/page.tsx:10)
`legacy/frontend/src/app/strategy-performance/page.tsx:10` calls `GET http://localhost:3000/api/apex/strategy-performance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/strategy-perfor…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3000/api/apex/tax (legacy/frontend/src/app/tax/page.tsx:7)
`legacy/frontend/src/app/tax/page.tsx:7` calls `GET http://localhost:3000/api/apex/tax` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3000/api/apex/tax` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/agent/approvals (legacy/frontend/src/app/agent/approvals/page.tsx:68)
`legacy/frontend/src/app/agent/approvals/page.tsx:68` calls `POST /api/apex/agent/approvals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/agent/approvals` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/agent/backtest (legacy/frontend/src/app/agent/backtest/page.tsx:78)
`legacy/frontend/src/app/agent/backtest/page.tsx:78` calls `POST /api/apex/agent/backtest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/agent/backtest` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/agent/run-cycle (legacy/frontend/src/app/strategy-builder/page.tsx:178)
`legacy/frontend/src/app/strategy-builder/page.tsx:178` calls `POST /api/apex/agent/run-cycle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/agent/run-cycle` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/drift/config (legacy/frontend/src/components/DriftThresholds.tsx:59)
`legacy/frontend/src/components/DriftThresholds.tsx:59` calls `POST /api/apex/drift/config` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/drift/config` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/equity-agent/approvals (legacy/frontend/src/app/equity-agent/approvals/page.tsx:138)
`legacy/frontend/src/app/equity-agent/approvals/page.tsx:138` calls `POST /api/apex/equity-agent/approvals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/equity-agent/approvals` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/equity-agent/backtest (legacy/frontend/src/app/equity-agent/backtest/page.tsx:138)
`legacy/frontend/src/app/equity-agent/backtest/page.tsx:138` calls `POST /api/apex/equity-agent/backtest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/equity-agent/backtest` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/equity-agent/mode (legacy/frontend/src/app/equity-agent/page.tsx:144)
`legacy/frontend/src/app/equity-agent/page.tsx:144` calls `POST /api/apex/equity-agent/mode` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/equity-agent/mode` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/equity-agent/plan (legacy/frontend/src/app/equity-agent/page.tsx:187)
`legacy/frontend/src/app/equity-agent/page.tsx:187` calls `POST /api/apex/equity-agent/plan` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/equity-agent/plan` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/equity-agent/run-cycle (legacy/frontend/src/app/equity-agent/page.tsx:165)
`legacy/frontend/src/app/equity-agent/page.tsx:165` calls `POST /api/apex/equity-agent/run-cycle` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/equity-agent/run-cycle` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/push/preferences (legacy/frontend/src/components/NotificationMutes.tsx:115)
`legacy/frontend/src/components/NotificationMutes.tsx:115` calls `POST /api/apex/push/preferences` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/preferences` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/push/snooze (legacy/frontend/src/components/NotificationSnooze.tsx:80)
`legacy/frontend/src/components/NotificationSnooze.tsx:80` calls `POST /api/apex/push/snooze` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/snooze` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/push/subscribe (legacy/frontend/src/components/PushToggle.tsx:90)
`legacy/frontend/src/components/PushToggle.tsx:90` calls `POST /api/apex/push/subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/subscribe` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/push/test (legacy/frontend/src/components/PushToggle.tsx:136)
`legacy/frontend/src/components/PushToggle.tsx:136` calls `POST /api/apex/push/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/test` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/push/unsubscribe (legacy/frontend/src/components/PushToggle.tsx:115)
`legacy/frontend/src/components/PushToggle.tsx:115` calls `POST /api/apex/push/unsubscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/push/unsubscribe` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/quick-backtest (legacy/frontend/src/components/QuickBacktestForm.tsx:73)
`legacy/frontend/src/components/QuickBacktestForm.tsx:73` calls `POST /api/apex/quick-backtest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/quick-backtest` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/strategy-builder (legacy/frontend/src/app/strategy-builder/page.tsx:110)
`legacy/frontend/src/app/strategy-builder/page.tsx:110` calls `POST /api/apex/strategy-builder` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/strategy-builder` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/apex/trade (legacy/frontend/src/components/TradeButton.tsx:30)
`legacy/frontend/src/components/TradeButton.tsx:30` calls `POST /api/apex/trade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/apex/trade` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph security auth conf 1.00 Flask mutation route `control_approve` without `@login_required` — apex_api.py:1625
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1625 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_autonomy_dial_set` without `@login_required` — apex_api.py:1482
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1482 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_autonomy_set` without `@login_required` — apex_api.py:1457
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1457 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_flatten` without `@login_required` — apex_api.py:1578
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1578 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_kill` without `@login_required` — apex_api.py:1556
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1556 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_pause_new` without `@login_required` — apex_api.py:1546
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1546 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_pause_strat` without `@login_required` — apex_api.py:1597
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1597 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_reject` without `@login_required` — apex_api.py:1637
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1637 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_resume_strat` without `@login_required` — apex_api.py:1611
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1611 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_resume` without `@login_required` — apex_api.py:1588
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1588 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_selection_engine_set` without `@login_required` — apex_api.py:1531
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1531 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `control_trading_mode_set` without `@login_required` — apex_api.py:1505
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1505 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `earnings_sync_api` without `@login_required` — apex_api.py:1088
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1088 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `kill_switch_disengage` without `@login_required` — apex_api.py:1158
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1158 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `kill_switch_engage` without `@login_required` — apex_api.py:1148
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1148 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `trigger_backup` without `@login_required` — apex_api.py:1172
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
apex_api.py:1172 securityAuth flask unauth route
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — legacy/frontend/src/components/MarkdownView.tsx:241
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 — frontend/lib/controlApi.ts:171
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 — legacy/frontend/src/app/agent/page.tsx:136
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 — legacy/frontend/src/app/alerts/page.tsx:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/cvd/page.tsx:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/footprint/[symbol]/page.tsx:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/gtts/page.tsx:8
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/journal/page.tsx:8
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/options-chain/[underlying]/page.tsx:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/paper-trading/page.tsx:11
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/regime/page.tsx:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/replay/page.tsx:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/screener/[horizon]/page.tsx:14
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/signals/page.tsx:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/strategy-performance/page.tsx:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/app/tax/page.tsx:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/components/NotificationMutes.tsx:88
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 — legacy/frontend/src/components/NotificationSnooze.tsx:42
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/components/PushToggle.tsx:74
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/frontend/src/components/RecentPushes.tsx:39
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/agents/code-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/agents/code-architect.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/daily-market-screener.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/agents/daily-market-screener.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/indian-equity-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/agents/indian-equity-analyst.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/kite-broker-integration-engineer.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/agents/kite-broker-integration-engineer.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/ml-regime-engineer.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/agents/ml-regime-engineer.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/phase-d-observation-reporter.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/agents/phase-d-observation-reporter.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/qa-engineer.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/agents/qa-engineer.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/qt-fincept-engineer.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/agents/qt-fincept-engineer.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/trading-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/agents/trading-orchestrator.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/launch.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/launch.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/drift-pin-check/SKILL.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/skills/drift-pin-check/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .mcp.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.mcp.json VerificationMcp config
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: apex-trading/skills/forge-trading-agent/SKILL.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.
apex-trading/skills/forge-trading-agent/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: apex-trading/skills/tv-workbook-capture/SKILL.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.
apex-trading/skills/tv-workbook-capture/SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/skills/apex-council/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/skills/apex-council/SKILL.md:120 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. 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 hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph 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/claude-code-review.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/claude.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in legacy/frontend/src/components/MarkdownView.tsx:241
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
legacy/frontend/src/components/MarkdownView.tsx:241 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/graphify-w3/graph.html:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/graphify-w3/graph.html:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/scripts/generate-sw.js:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/scripts/generate-sw.js:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/scripts/sync-crontab.js:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/scripts/sync-crontab.js:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/agent/adjustments/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/agent/adjustments/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/agent/approvals/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/agent/approvals/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/agent/cycles/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/agent/cycles/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/agent/run-cycle/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/agent/run-cycle/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/agent/status/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/agent/status/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/equity-agent/approvals/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/equity-agent/approvals/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/equity-agent/mode/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/equity-agent/mode/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/equity-agent/plan/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/equity-agent/plan/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/equity-agent/run-cycle/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/equity-agent/run-cycle/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/equity-agent/status/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/equity-agent/status/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/export/journal/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/export/journal/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/export/paper-trading/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/export/paper-trading/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/api/apex/strategy-builder/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/api/apex/strategy-builder/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/health/page.tsx:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/health/page.tsx:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/app/portfolio/page.tsx:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/app/portfolio/page.tsx:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in legacy/frontend/src/lib/apex-data.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
legacy/frontend/src/lib/apex-data.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in docs/pdf-summaries/README.md:18
Found a known-risky pattern (weak_hash). Review and replace if possible.
docs/pdf-summaries/README.md:18 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apex_cron.py:601
`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 — apex_datahub_producers/five_pct_screener/bakeoff_orb.py:169
`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 — apex_options_engine/monitoring/alert_dispatcher.py:117
`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 — apex_options_engine/scripts/expiry_day_tick.py:81
`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 — apex_options_engine/utils/env_utils.py:22
`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 — tools/ci_quality_ratchet.py:96
`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 — voice_brief.py:250
`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 175 placeholder/mock markers across 98 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
apex_options_engine/config/live_mode.yaml Ports
medium System graph network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/verify_lifecycle_tick_2026_05_15.sh Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/scripts/preopen_0912_check.sh Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/verify_lifecycle_tick_2026_05_15.sh Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/sprint2_cron_halt_monitor.sh Ports
medium System graph network Security conf 1.00 Privileged port 2 in use
Port 2 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/verify_lifecycle_tick_2026_05_15.sh Ports
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/rotate_apex_logs.sh Ports
medium System graph network Security conf 1.00 Privileged port 3 in use
Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/rotate_apex_logs.sh Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/rotate_apex_logs.sh Ports
medium System graph network Security conf 1.00 Privileged port 40 in use
Port 40 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
apex_options_engine/config/live_mode.yaml Ports
medium System graph network Security conf 1.00 Privileged port 45 in use
Port 45 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/operations/may25-interim-check.sh Ports
medium System graph network Security conf 1.00 Privileged port 55 in use
Port 55 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/operations/may25-interim-check.sh Ports
medium System graph network Security conf 1.00 Privileged port 9 in use
Port 9 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/verify_lifecycle_tick_2026_05_15.sh Ports
low System graph quality Integrity conf 1.00 68 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`, `APEX_ALGO_ID`, `APEX_API_AUTH_DISABLED`, `APEX_API_BASE`, `APEX_API_HOST`, `APEX_API_PORT`, `APEX_API_TOKEN`, `APEX_APPROVAL_POLL_INTERVAL_SEC` + 60 more. Add them (with a placeholder/comment) to .env.example so onboarding doe…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 3836 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.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 3 locations
.github/workflows/ci.yml:93
.github/workflows/claude-code-review.yml:43
.github/workflows/claude.yml:29
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apex_live_control.py:load_open_positions, apex_live_control.py:load_exit_alerts This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
14 occurrences
repo-level (14 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: zanger_backtest.py:to_dict, zanger_backtest.py:to_dict, zanger_backtest.py:to_dict This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 32 places
Functions with the same first-5-line body hash: options_backtester.py:construct, options_backtester.py:construct, options_backtester.py:construct, options_backtester.py:construct This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
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: zanger_patterns.py:detect_cup_and_handle, zanger_patterns.py:detect_high_tight_flag, zanger_patterns.py:detect_bull_flag, zanger_patterns.py:detect_ascending_triangle This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see …
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 Integrity conf 1.00 Old/deprecated-named symbol `_gate_recent_backup` in scripts/phase_d_gate_check.py:228
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 `_orb_legacy` in apex_datahub_producers/five_pct_screener/features/orb.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 `b2_backup` in apex_cron.py:467
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cand_legacy` in apex_options_engine/tests/unit/test_lifecycle_ev_calculator.py:464
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 `check_live_executor_deprecated` in apex_options_engine/utils/drift_detection.py:609
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 `cid_old` in tests/test_paper_firefight_roll.py:372
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 `cmd_deprecated` in skill_metadata_registry.py:205
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 `corpus_copy` in tests/backtest/test_e10_iv_coverage_smoke.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 `cvd_copy` in docs/audits/cvd_edge_study_2026_05_22.py:104
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `date_old` in tests/fixtures/generators.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 `days_old` in fii_dii_engine.py:1371
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 telegram_alerts.py:161
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 `existing_legacy` in apex_datahub_producers/five_pct_screener/win_rate.py:224
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_backup` in apex_options_engine/tests/unit/test_cron_health_audit.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 `gold_v1` in legacy/reports/apex_workbook/sheets/gold_signals.py:149
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 `holdout_score_old` in apex_options_engine/research/workstream_e_v5.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 `hours_old` in tests/test_five_pct_screener/test_equity_improvements.py:1134
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 `iron_condor_v1` in tests/ops/test_reconciliation_golden_fixtures.py:646
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 `lifecycle_v1` in apex_options_engine/backtest/realistic_options_backtester.py:28
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 `lifecycle_v1` in apex_options_engine/common.py:158
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 `lifecycle_v1` in apex_options_engine/db/migrate.py:349
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 `lifecycle_v1` in apex_options_engine/lifecycle/store.py:485
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 `lifecycle_v1` in apex_options_engine/monitoring/strategy_health.py:280
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 `lifecycle_v1` in apex_options_engine/picker/candidate_builder.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 `lifecycle_v1` in apex_options_engine/producers/picker_producer.py:570
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 `lifecycle_v1` in apex_options_engine/risk/conviction_sizing.py:109
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 `lifecycle_v1` in apex_options_engine/tests/unit/test_candidate_builder_pop.py:113
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 `lifecycle_v1` in apex_options_engine/tests/unit/test_catch_83_option_a_wire.py:5
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 `lifecycle_v1` in apex_options_engine/tests/unit/test_strategy_short_straddle.py:238
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 `lifecycle_v1` in docs/scripts/day17_lifecycle_v1_monitor.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 `lifecycle_v1` in docs/scripts/workstream_e_v4_lifecycle_pop_validation.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 `lifecycle_v1` in tests/options_engine/test_e9_metric_basis_parity.py:7
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 `lifecycle_v1` in tests/options_engine/test_e9_outcome_dedup.py:126
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 `lifecycle_v1` in tests/options_engine/test_paper_obs_edge_gate.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 `lifecycle_v1` in tests/options_engine/test_workstream_e_v5_recalibration.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 `lifecycle_v1` in tests/risk/test_conviction_signal_snapshots.py:61
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 `lifecycle_v1` in tests/test_dynamic_weights_picker_integration.py:172
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 `model_v2` in apex_options_engine/tests/unit/test_model_risk_canary_promote.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 `model_v2` in apex_options_engine/tests/unit/test_model_risk_dashboard_surface.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 `mwpl_pct_old` in apex_api.py:970
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 `mwpl_pct_old` in apex_dashboard.py:414
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 `mwpl_pct_old` in apex_options_engine/tests/unit/test_mwpl_persist.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 `mwpl_pct_old` in legacy/reports/apex_workbook/sheets/mwpl.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 `mwpl_pct_old` in tests/test_mwpl_persist_full_dict.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 `mwpl_pct_old` in tests/test_mwpl_scanner_nse_holidays.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 `n_old` in apex_health.py:639
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 `no_backup` in scripts/backfill_net_pnl_w6_3.py:330
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 `no_backup` in scripts/migrate_paper_trades_v1_to_v3.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 `offsite_backup` in scripts/cron_health_report.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 `offsite_backup` in scripts/offsite_backup.py:54
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 `offsite_backup` in tests/test_offsite_backup.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 `old_backup` in apex_common.py:484
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 `options_ml_model_v2` in legacy/ml_data_builder.py:504
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 `options_ml_model_v2` in legacy/options_ml_model.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 `paper_legacy` in apex_live_control.py:212
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 `phase_d_day3_monitor_v2` in scripts/phase_d_day3_monitor_v2.py:400
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `phase_d_day4_monitor_v2` in scripts/phase_d_day4_monitor_v2.py:400
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `safe_sqlite_backup` in backup_databases.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 `score_v1` in apex_options_engine/tests/unit/test_strategy_class_weights_v2.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 `signal_v2` in legacy/reports/apex_workbook/analytics.py:147
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 `Signal_v2` in legacy/reports/apex_workbook/sheets/confluence.py:202
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 `signal_v2` in legacy/reports/apex_workbook/sheets/ml.py:137
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 `swing_v2` in apex_datahub_producers/five_pct_screener/config.py:403
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 `swing_v2` in apex_datahub_producers/five_pct_screener/features/regime.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 `swing_v2` in apex_datahub_producers/five_pct_screener/historical_replay.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 `swing_v2` in apex_datahub_producers/five_pct_screener/orchestrator.py: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 `swing_v2` in apex_datahub_producers/five_pct_screener/promotion_protocol.py:61
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 `Swing_v2` in apex_datahub_producers/five_pct_screener/scoring/common.py:156
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 `swing_v2` in apex_datahub_producers/five_pct_screener/scoring/swing_v2.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 `swing_v2` in apex_datahub_producers/five_pct_screener/scoring/swing_v3.py:4
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 `swing_v2` in apex_datahub_producers/five_pct_screener/scoring/swing_v4.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
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `swing_v2` in tests/test_five_pct_screener/test_orchestrator.py:130
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 `swing_v2` in tests/test_five_pct_screener/test_swing_v2.py:1
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 `test_apply_col_map_normalizes_new_to_old` in apex_options_engine/tests/unit/test_bhavcopy_enrichment_parquet_reader.py:79
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 `test_bad_mode_falls_back_to_legacy` in tests/test_apex_db.py:131
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 `test_compute_sizing_per_share_preserves_legacy` in apex_options_engine/tests/unit/test_conviction_sizing.py:274
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 `test_dispatcher_routes_to_legacy` in tests/test_five_pct_screener/test_orb_variants.py:67
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 `test_gate_is_stricter_than_legacy` in tests/options_engine/test_promotion_gate.py:136
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 `test_ledger_adoption_on_real_db_copy` in tests/persistence/test_migration_ledger_smoke.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 `test_load_closed_trades_autonomous_cohort_excludes_legacy` in tests/test_paper_proof_tearsheet.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 `test_matching_strategies_returns_copy` in apex_options_engine/tests/unit/test_strategy_matcher.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 `test_resolve_source_rowid_happy_path_colon_legacy` in tests/options_engine/test_e8_manual_close_join.py:245
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 `test_snapshot_incumbent_creates_backup` in legacy/tests/test_ml_retrain.py:98
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 `test_staleness_status_stale_too_old` in apex_options_engine/tests/unit/test_span_parameter_loader.py:144
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 `test_strategy_validation_report_v2_extends_v1` in apex_options_engine/tests/unit/test_remote_sensibull_v2.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 `test_tracker_skips_signals_under_3_days_old` in apex_options_engine/tests/unit/test_outcome_tracker.py:160
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 `test_w6_1_oms_routed_row_is_distinguishable_from_legacy` in tests/options_engine/test_w6_1_oms_pipeline_audit_trail.py:250
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 `too_old` in tests/test_five_pct_screener/test_intraday_replay.py:246
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 `total_legacy` in scripts/w6_shadow_reconcile.py:164
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 `url_old` in nse_bhavcopy_fetcher.py:420
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 `validate_conviction_signals_v2` in scripts/validate_conviction_signals_v2.py:1
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 `validate_strategy_v2` in apex_options_engine/validation/remote_sensibull.py:1345
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 `validate_strategy_v2` in apex_options_engine/validation/sensibull_validator.py:620
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 `verify_backup` in tests/test_backup_fk_verify.py:62
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 `very_old` in tests/scripts/test_rotate_apex_logs.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 `win_avg_old` in scripts/replay_conviction_weights.py:170
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 `zone_old` in apex_options_engine/monitoring/mwpl_scanner.py:342
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 software Dead code conf 1.00 Possibly dead Python function: color_size
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apex_dashboard.py:2076
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_current_prices
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sector_rotation.py:406
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_screener_targets
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
broker_consensus_tracker.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_iv_surface
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
options_visualizer.py:246
low System graph software Dead code conf 1.00 Possibly dead Python function: paginate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apex_api.py:330
low System graph software Dead code conf 1.00 Possibly dead Python function: print_ascii_distribution
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
monte_carlo_simulator.py:228
low System graph software Dead code conf 1.00 Possibly dead Python function: refresh_apex_pipeline_now
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apex_datahub_bootstrap.py:1343
low System graph software Dead code conf 1.00 Possibly dead Python function: refresh_bhavcopy_now
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apex_datahub_bootstrap.py:1315
low System graph software Dead code conf 1.00 Possibly dead Python function: refresh_editorial_cmp_now
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apex_datahub_bootstrap.py:1329
low System graph software Dead code conf 1.00 Possibly dead Python function: relative_strength
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stock_screener.py:145
low System graph software Dead code conf 1.00 Possibly dead Python function: sector_heatmap_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sector_rotation.py:714
low System graph software Dead code conf 1.00 Possibly dead Python function: stochastic_rsi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stock_screener.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: update_progress
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apex_dashboard.py:1295
low System graph software Dead code conf 1.00 Possibly dead Python function: write_payoff_chart_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
options_visualizer.py:402
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — legacy/frontend/scripts/generate-sw.js:53
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `_noop` (body is just `pass`/`return`) — apex_options_engine/picker/candidate_builder.py:393
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_noop` (body is just `pass`/`return`) — apex_options_engine/safety/deadman.py:388
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_run_multibagger_screener` (body is just `pass`/`return`) — legacy/reports/apex_workbook/sheets/alerts.py:19
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `_run_multibagger_screener` (body is just `pass`/`return`) — legacy/reports/apex_workbook/sheets/quick_scan.py:20
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/alerts/recent
`apex_api.py` declares `ANY /api/alerts/recent` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/token
`apex_api.py` declares `ANY /api/auth/token` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/backup
`apex_api.py` declares `ANY /api/backup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/chart
`apex_api.py` declares `ANY /api/chart` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/approvals
`apex_api.py` declares `ANY /api/control/approvals` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/approve
`apex_api.py` declares `ANY /api/control/approve` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/autonomy
`apex_api.py` declares `ANY /api/control/autonomy` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/autonomy-dial
`apex_api.py` declares `ANY /api/control/autonomy-dial` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/flatten
`apex_api.py` declares `ANY /api/control/flatten` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/governance
`apex_api.py` declares `ANY /api/control/governance` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/halt
`apex_api.py` declares `ANY /api/control/halt` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/kill
`apex_api.py` declares `ANY /api/control/kill` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/pause-new
`apex_api.py` declares `ANY /api/control/pause-new` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/pause-strat
`apex_api.py` declares `ANY /api/control/pause-strat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/reject
`apex_api.py` declares `ANY /api/control/reject` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/control/resume
`apex_api.py` declares `ANY /api/control/resume` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint

Showing first 300 of 388. 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/412776d8-c4ee-4342-9731-bd89c1b36a84/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/412776d8-c4ee-4342-9731-bd89c1b36a84/

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.