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.

quantam101/profitenginev5

https://github.com/quantam101/profitenginev5 · scanned 2026-06-15 23:43 UTC (2 months, 4 weeks ago)

321 raw signals (0 security + 321 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 251 actionable findings from 1 signal source. 70 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 48.2/100 with 100.0% coverage. It contains 3713 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 321 findings — concentrated in quality (86), api (84), security (63). Risk profile is high: 2 critical, 103 high, 62 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in runtime/hypervisor/litellm/config.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
runtime/hypervisor/litellm/config.yaml:77
critical System graph security Secrets conf 1.00 Possible secret in scripts/bootstrap-server.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/bootstrap-server.sh:88
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def _post_twitter` — runtime/eaos/social_engine.py:156
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
runtime/eaos/social_engine.py:156 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _is_online` — runtime/eaos/social_engine.py:466
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:466 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_facebook` — runtime/eaos/social_engine.py:325
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:325 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_instagram` — runtime/eaos/social_engine.py:354
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:354 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_instagram` — runtime/eaos/social_engine.py:367
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:367 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_instagram` — runtime/eaos/social_engine.py:379
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:379 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_linkedin` — runtime/eaos/social_engine.py:193
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:193 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_reddit` — runtime/eaos/social_engine.py:223
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:223 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_reddit` — runtime/eaos/social_engine.py:239
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:239 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_telegram` — runtime/eaos/social_engine.py:261
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:261 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_tiktok` — runtime/eaos/social_engine.py:291
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:291 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_tiktok` — runtime/eaos/social_engine.py:300
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:300 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_twitter` — runtime/eaos/social_engine.py:147
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:147 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_twitter` — runtime/eaos/social_engine.py:161
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:161 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_youtube` — runtime/eaos/social_engine.py:409
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:409 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_youtube` — runtime/eaos/social_engine.py:436
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:436 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `urllib.request.urlopen(...)` inside `async def _post_youtube` — runtime/eaos/social_engine.py:449
Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asy…
runtime/eaos/social_engine.py:449 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/data (app/dashboard/page.tsx:10)
`app/dashboard/page.tsx:10` calls `GET /api/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/jobs (components/JobBoard.tsx:17)
`components/JobBoard.tsx:17` calls `GET /api/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/prospects?action=summary (app/prospects/page.tsx:24)
`app/prospects/page.tsx:24` calls `GET /api/prospects?action=summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/prospects` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/${cfg().githubOwner}/${cfg().githubRepo} (agents/health/index.js:26)
`agents/health/index.js:26` calls `GET https://api.github.com/repos/${cfg().githubOwner}/${cfg().githubRepo}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.github.com/repos/<p>/<p>` If this points at an …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.medium.com/v1/me (publishers/blog/medium.js:9)
`publishers/blog/medium.js:9` calls `GET https://api.medium.com/v1/me` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.medium.com/v1/me` If this points at an external API, prefix it with `https://` so the …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://duckduckgo.com/ac/ (agents/seo/index.js:21)
`agents/seo/index.js:21` calls `GET https://duckduckgo.com/ac/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/duckduckgo.com/ac` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://duckduckgo.com/news.js?q=${encodeURIComponent(niche + (agents/intelligence/trendScanner.js:71)
`agents/intelligence/trendScanner.js:71` calls `GET https://duckduckgo.com/news.js?q=${encodeURIComponent(niche + ` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/duckduckgo.com/news.js` If this points at an …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://suggestqueries.google.com/complete/search (agents/seo/index.js:22)
`agents/seo/index.js:22` calls `GET https://suggestqueries.google.com/complete/search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/suggestqueries.google.com/complete/search` If this points at an external A…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://trends.google.com/trends/trendingsearches/daily/rss?geo=US (agents/intelligence/trendScanner.js:22)
`agents/intelligence/trendScanner.js:22` calls `GET https://trends.google.com/trends/trendingsearches/daily/rss?geo=US` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/trends.google.com/trends/trendingsearches…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.reddit.com/r/${sub}/hot.json?limit=5 (agents/intelligence/trendScanner.js:53)
`agents/intelligence/trendScanner.js:53` calls `GET https://www.reddit.com/r/${sub}/hot.json?limit=5` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.reddit.com/r/<p>/hot.json` If this points at an externa…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/jobs/${jobId} (components/JobBoard.tsx:41)
`components/JobBoard.tsx:41` calls `PATCH /api/jobs/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/advisor (app/dashboard/page.tsx:20)
`app/dashboard/page.tsx:20` calls `POST /api/advisor` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/advisor` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bus (frontend/src/components/EngineSection.jsx:28)
`frontend/src/components/EngineSection.jsx:28` calls `POST /api/bus` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/bus` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/bus (frontend/src/components/EngineSection.jsx:34)
`frontend/src/components/EngineSection.jsx:34` calls `POST /api/bus` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/bus` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/command (app/dashboard/page.tsx:14)
`app/dashboard/page.tsx:14` calls `POST /api/command` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/command` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/email/subscribe (app/blog/page.tsx:17)
`app/blog/page.tsx:17` calls `POST /api/email/subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/email/subscribe` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/jobs (components/JobPostingForm.tsx:36)
`components/JobPostingForm.tsx:36` calls `POST /api/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/jobs` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:3000/api/jobs (scripts/load-prospects.js:136)
`scripts/load-prospects.js:136` calls `POST http://localhost:3000/api/jobs` 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/jobs` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:8000/api/v1/video/generate (app/api/content/generate-video/route.ts:30)
`app/api/content/generate-video/route.ts:30` calls `POST http://localhost:8000/api/v1/video/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:8000/api/v1/video/generate` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${cfg().mastodonInstance}/api/v1/statuses (agents/social/index.js:38)
`agents/social/index.js:38` calls `POST https://${cfg().mastodonInstance}/api/v1/statuses` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/<p>/api/v1/statuses` If this points at an external API, prefix it with…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (api/routes/ask.js:33)
`api/routes/ask.js:33` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, prefix it with `https…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.beehiiv.com/v1/publications/subscriptions (app/api/email/subscribe/route.ts:33)
`app/api/email/subscribe/route.ts:33` calls `POST https://api.beehiiv.com/v1/publications/subscriptions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.beehiiv.com/v1/publications/subscriptions` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.groq.com/openai/v1/chat/completions (app/api/advisor/route.ts:10)
`app/api/advisor/route.ts:10` calls `POST https://api.groq.com/openai/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.groq.com/openai/v1/chat/completions` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.groq.com/openai/v1/chat/completions (core/llm/index.js:76)
`core/llm/index.js:76` calls `POST https://api.groq.com/openai/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.groq.com/openai/v1/chat/completions` If this points at an external API, p…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.medium.com/v1/users/${authorId}/posts (publishers/blog/medium.js:19)
`publishers/blog/medium.js:19` calls `POST https://api.medium.com/v1/users/${authorId}/posts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.medium.com/v1/users/<p>/posts` If this points at an external AP…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.pinterest.com/v5/pins (agents/social/index.js:89)
`agents/social/index.js:89` calls `POST https://api.pinterest.com/v5/pins` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.pinterest.com/v5/pins` If this points at an external API, prefix it with `https://…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.printify.com/v1/shops/${cfg().printifyShopId}/products.json (agents/pod/index.js:36)
`agents/pod/index.js:36` calls `POST https://api.printify.com/v1/shops/${cfg().printifyShopId}/products.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.printify.com/v1/shops/<p>/products.json` If thi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://dev.to/api/articles (publishers/blog/devto.js:11)
`publishers/blog/devto.js:11` calls `POST https://dev.to/api/articles` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/dev.to/api/articles` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=${key} (app/api/advisor/route.ts:29)
`app/api/advisor/route.ts:29` calls `POST https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=${key}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/generativelanguage…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key=${key} (core/llm/index.js:120)
`core/llm/index.js:120` calls `POST https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent?key=${key}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/generativelanguage.googl…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://gql.hashnode.com (publishers/blog/hashnode.js:12)
`publishers/blog/hashnode.js:12` calls `POST https://gql.hashnode.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/gql.hashnode.com` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth.reddit.com/api/submit (agents/social/index.js:72)
`agents/social/index.js:72` calls `POST https://oauth.reddit.com/api/submit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/oauth.reddit.com/api/submit` If this points at an external API, prefix it with `http…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://openrouter.ai/api/v1/chat/completions (core/llm/index.js:95)
`core/llm/index.js:95` calls `POST https://openrouter.ai/api/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/openrouter.ai/api/v1/chat/completions` If this points at an external API, prefi…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://www.reddit.com/api/v1/access_token (agents/social/index.js:55)
`agents/social/index.js:55` calls `POST https://www.reddit.com/api/v1/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/www.reddit.com/api/v1/access_token` If this points at an external API, prefix…
Dangling fetchAxios
high System graph security auth conf 1.00 FastAPI PATCH `update_agent` without auth dependency — code_merger/demo_output/runtime/agents.py:77
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
code_merger/demo_output/runtime/agents.py:77 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_agent` without auth dependency — runtime/agents.py:104
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/agents.py:104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `advisor_ask` without auth dependency — backend/server.py:496
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:496 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `call_ended_event` without auth dependency — agents/taylor/server.py:276
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
agents/taylor/server.py:276 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `call_tool_directly` without auth dependency — agents/taylor/server.py:271
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
agents/taylor/server.py:271 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cash_cache_clear` without auth dependency — backend/server.py:643
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:643 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cash_cycle_trigger` without auth dependency — backend/server.py:622
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:622 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `chatbot_build` without auth dependency — runtime/api.py:369
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:369 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `city_seo_generate` without auth dependency — runtime/api.py:354
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:354 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear` without auth dependency — code_merger/demo_output/runtime/distillation.py:217
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
code_merger/demo_output/runtime/distillation.py:217 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear` without auth dependency — runtime/distillation.py:314
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/distillation.py:314 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `consensus` without auth dependency — runtime/api.py:175
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_agent` without auth dependency — code_merger/demo_output/runtime/agents.py:34
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
code_merger/demo_output/runtime/agents.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_agent` without auth dependency — runtime/agents.py:61
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/agents.py:61 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_checkout` without auth dependency — backend/services/launch_router.py:276
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/services/launch_router.py:276 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `decide_approval` without auth dependency — backend/server.py:296
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:296 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `deploy_pull` without auth dependency — runtime/api.py:533
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:533 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `distillation_distill` without auth dependency — backend/server.py:462
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:462 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `drain_dlq` without auth dependency — runtime/gmaos/api.py:136
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/gmaos/api.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `eaos_enqueue` without auth dependency — runtime/api.py:225
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:225 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_agent` without auth dependency — backend/server.py:237
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:237 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_agent` without auth dependency — code_merger/demo_output/runtime/agents.py:94
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
code_merger/demo_output/runtime/agents.py:94 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_agent` without auth dependency — runtime/agents.py:121
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/agents.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute` without auth dependency — runtime/api.py:450
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:450 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fire_tasks` without auth dependency — runtime/gmaos/api.py:98
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/gmaos/api.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lcc_health_loop` without auth dependency — backend/server.py:825
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:825 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lcc_rewrite` without auth dependency — backend/server.py:861
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:861 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lcc_validate` without auth dependency — backend/server.py:799
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:799 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `merge_endpoint` without auth dependency — backend/server.py:540
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:540 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `newsletter_publish` without auth dependency — runtime/api.py:311
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:311 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pod_push` without auth dependency — runtime/api.py:644
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:644 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview` without auth dependency — code_merger/demo_output/runtime/distillation.py:203
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
code_merger/demo_output/runtime/distillation.py:203 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `preview` without auth dependency — runtime/distillation.py:282
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/distillation.py:282 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `products_bootstrap` without auth dependency — runtime/api.py:339
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:339 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `proof_create_manifest` without auth dependency — backend/server.py:919
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:919 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `proof_publish` without auth dependency — backend/server.py:945
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:945 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retell_webhook` without auth dependency — agents/taylor/server.py:292
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
agents/taylor/server.py:292 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_digest` without auth dependency — runtime/api.py:488
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:488 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_guard` without auth dependency — runtime/api.py:506
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:506 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_single` without auth dependency — runtime/gmaos/api.py:90
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/gmaos/api.py:90 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_tasks` without auth dependency — runtime/gmaos/api.py:79
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/gmaos/api.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `score_endpoint` without auth dependency — backend/server.py:562
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:562 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `social_distribute` without auth dependency — runtime/api.py:244
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:244 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stripe_webhook` without auth dependency — backend/services/launch_router.py:284
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/services/launch_router.py:284 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `telegram_webhook` without auth dependency — runtime/api.py:140
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:140 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `track_referral` without auth dependency — backend/services/launch_router.py:296
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/services/launch_router.py:296 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `twilio_sms` without auth dependency — agents/taylor/server.py:341
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
agents/taylor/server.py:341 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `twilio_voice` without auth dependency — agents/taylor/server.py:328
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
agents/taylor/server.py:328 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `vapi_webhook` without auth dependency — agents/taylor/server.py:311
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
agents/taylor/server.py:311 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `video` without auth dependency — runtime/api.py:202
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
runtime/api.py:202 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `waitlist_endpoint` without auth dependency — backend/server.py:170
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/server.py:170 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_autonomy` without auth dependency — backend/services/enterprise_router.py:104
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/services/enterprise_router.py:104 securityAuth fastapi unauth mutation
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — app/work/page.tsx:135
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 — app/api/content/generate-video/route.ts:30
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/api/email/subscribe/route.ts:33
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 — app/api/tokenforge/route.ts:36
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 — app/api/webhooks/blog/route.ts:59
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 — app/api/webhooks/dispatch/route.ts:65
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 — app/dashboard/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 — lib/ai-gateway.mjs:190
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 — pipeline/index.js:96
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: agents/taylor/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 20 occurrences Frontend route `/checkout/success` has no Link/navigate to it — frontend/src/App.js
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
20 occurrences
repo-level (20 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 8 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/login-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 8 locations
.github/workflows/release.yml:61, 68, 72, 91, 152 (5 hits)
.github/workflows/runtime-image.yml:57, 60, 111 (3 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 4 occurrences 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.
4 files, 4 locations
.github/workflows/daily-content.yml
.github/workflows/recovery-status-reporter.yml
.github/workflows/release.yml
.github/workflows/runtime-image.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in app/api/widget/route.ts:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/api/widget/route.ts:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in app/api/widget/track/route.ts:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
app/api/widget/track/route.ts:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in backend/server.py:134
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
backend/server.py:134 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in app/work/page.tsx:135
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
app/work/page.tsx:135 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/api/widget/embed-source.ts:153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/api/widget/embed-source.ts:153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/public/index.html:169
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/public/index.html:169 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/run-parallel-agents.mjs:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/run-parallel-agents.mjs:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in distillation-upgrade/README.md:6
Found a known-risky pattern (weak_hash). Review and replace if possible.
distillation-upgrade/README.md:6 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in runtime/eaos/social_engine.py:117
Found a known-risky pattern (weak_hash). Review and replace if possible.
runtime/eaos/social_engine.py:117 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — runtime/api.py:604
`subprocess.Popen(...)` 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 30 placeholder/mock markers across 16 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.
.github/workflows/income-streams.yml 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.
.github/workflows/daily-content.yml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/bootstrap-server.sh Ports
medium System graph network Security conf 1.00 Privileged port 73 in use
Port 73 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/first-boot.sh Ports
medium System graph network Security conf 1.00 Privileged port 8 in use
Port 8 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/ops-monitor.yml Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Integrity conf 1.00 244 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AFFILIATE_DISCLOSURE`, `AFFILIATE_FEATURED_LIMIT`, `AFFILIATE_PROMPT_LIMIT`, `AFFILIATE_TOOL_LIMIT`, `AFFILIATE_UTM_CAMPAIGN`, `AGENT_TYPE`, `AI_GATEWAY_API_TOKEN`, `AMAZON_PARTNER_TAG` + 236 more. Add them (with a placeholder/comment) to .env.exa…
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 381 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 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.
agents/taylor/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 25 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 24 locations
.github/workflows/content-factory-autopublish-gate.yml:23, 26, 32 (3 hits)
.github/workflows/daily-content.yml:151, 154, 348 (3 hits)
.github/workflows/health-check-frequent.yml:40, 116, 166 (3 hits)
.github/workflows/ops-monitor.yml:27, 135, 169 (3 hits)
.github/workflows/cycle.yml:23, 26 (2 hits)
.github/workflows/oci-recovery-escalate.yml:75, 92 (2 hits)
.github/workflows/self-improve.yml:28, 31 (2 hits)
.github/workflows/setup-telegram.yml:55, 78 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
46 tests / 341 src (ratio 0.13).
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: runtime/swarm_engine.py:from_dict, runtime/swarm_engine.py:from_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.
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: runtime/devto_client.py:publish_article, runtime/hashnode_client.py:publish_article, runtime/medium_client.py:publish_article This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolida…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: runtime/distillation.py:budget_truncate, runtime/distillation.py:budget, code_merger/demo_output/runtime/distillation.py:budget_truncate, code_merger/demo_output/runtime/distillation.py:budget This is *the* AI-coder failure mode (4× more duplication …
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: frontend/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
frontend/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `primary_copy` in scripts/autopublish_gate.py:70
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `primary_copy` in scripts/content_factory_run.py:23
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `primary_copy` in tests/test_autopublish_gate.py:68
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `transfer_to_backup` in agents/taylor/server.py:242
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-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: capture_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/faceless-marketing-automation.py:149
low System graph software Dead code conf 1.00 Possibly dead Python function: dispatch_consensus_default
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/enterprise_mesh.py:347
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_article_with_fallback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/publish_article_resilient.py:393
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/opportunity_intelligence.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/opportunity_intelligence.py:99
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/opportunity_intelligence.py:95
low System graph software Dead code conf 1.00 Possibly dead Python function: infer_with_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/inference_cascade.py:150
low System graph software Dead code conf 1.00 Possibly dead Python function: is_approved
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/approval_gate.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: list_articles
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/devto_client.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: pages_url
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/github_client.py:109
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_traceparent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/telemetry.py:121
low System graph software Dead code conf 1.00 Possibly dead Python function: publish_github_strict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/publish_article_resilient.py:404
low System graph software Dead code conf 1.00 Possibly dead Python function: recent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/opportunity_intelligence.py:361
low System graph software Dead code conf 1.00 Possibly dead Python function: redis_cmd
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/push_cycles_to_redis.py:26
low System graph software Dead code conf 1.00 Possibly dead Python function: repl
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/publish_article_resilient.py:301
low System graph software Dead code conf 1.00 Possibly dead Python function: retell_config
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/taylor/llm_router.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: run_agent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/enterprise_mesh.py:147
low System graph software Dead code conf 1.00 Possibly dead Python function: run_health_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/taylor/failover.py:97
low System graph software Dead code conf 1.00 Possibly dead Python function: send_publish_digest
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/gmail_client.py:56
low System graph software Dead code conf 1.00 Possibly dead Python function: tier_split
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
distillation/router.py:116
low System graph software Dead code conf 1.00 Possibly dead Python function: to_dict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
distillation/engine.py:55
low System graph software Dead code conf 1.00 Possibly dead Python function: to_ndjson
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/telemetry.py:163
low System graph software Dead code conf 1.00 Possibly dead Python function: to_traceparent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/telemetry.py:115
low System graph software Dead code conf 1.00 Possibly dead Python function: tool_book_appointment
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/taylor/server.py:175
low System graph software Dead code conf 1.00 Possibly dead Python function: tool_check_calendar
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/taylor/server.py:157
low System graph software Dead code conf 1.00 Possibly dead Python function: tool_create_secure_payment_link
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/taylor/server.py:202
low System graph software Dead code conf 1.00 Possibly dead Python function: warn
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
runtime/telemetry.py:154
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/api/email/subscribe/route.ts:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/api/webhooks/stripe/route.ts:51
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — frontend/scripts/check-env.js:50
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — index.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/init-db.ts:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/load-prospects.js:132
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 api Wiring conf 1.00 Unused endpoint: GET /
`runtime/agents.py` declares `GET /` 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: GET /agents
`runtime/api.py` declares `GET /agents` 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: GET /api/health
`backend/server.py` declares `GET /api/health` 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: GET /api/stats
`backend/server.py` declares `GET /api/stats` 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: GET /budget
`runtime/distillation.py` declares `GET /budget` 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: GET /budget/history
`runtime/distillation.py` declares `GET /budget/history` 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: GET /chatbot/revenue
`runtime/api.py` declares `GET /chatbot/revenue` 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: GET /config
`runtime/distillation.py` declares `GET /config` 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: GET /connectors
`runtime/api.py` declares `GET /connectors` 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: GET /cycles
`runtime/api.py` declares `GET /cycles` 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: GET /dlq
`runtime/gmaos/api.py` declares `GET /dlq` 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: GET /eaos/health
`runtime/api.py` declares `GET /eaos/health` 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: GET /income/summary
`runtime/api.py` declares `GET /income/summary` 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: GET /llm/status
`agents/taylor/server.py` declares `GET /llm/status` 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: GET /newsletter/stats
`runtime/api.py` declares `GET /newsletter/stats` 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: GET /pod/status
`runtime/api.py` declares `GET /pod/status` 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: GET /products/revenue
`runtime/api.py` declares `GET /products/revenue` 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: GET /stats
`runtime/distillation.py` declares `GET /stats` 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: GET /task/{task_id}
`runtime/gmaos/api.py` declares `GET /task/{task_id}` 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: GET /telegram/health
`runtime/api.py` declares `GET /telegram/health` 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: GET /{agent_id}
`runtime/agents.py` declares `GET /{agent_id}` 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: PATCH /{agent_id}
`runtime/agents.py` declares `PATCH /{agent_id}` 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: POST /
`runtime/agents.py` declares `POST /` 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: POST /chatbot/build
`runtime/api.py` declares `POST /chatbot/build` 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: POST /city-seo/generate
`runtime/api.py` declares `POST /city-seo/generate` 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: POST /clear
`runtime/distillation.py` declares `POST /clear` 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: POST /consensus
`runtime/api.py` declares `POST /consensus` 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: POST /deploy/pull
`runtime/api.py` declares `POST /deploy/pull` 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: POST /digest/run
`runtime/api.py` declares `POST /digest/run` 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: POST /dlq/drain
`runtime/gmaos/api.py` declares `POST /dlq/drain` 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: POST /eaos/enqueue
`runtime/api.py` declares `POST /eaos/enqueue` 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: POST /events/call-ended
`agents/taylor/server.py` declares `POST /events/call-ended` 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: POST /execute
`runtime/api.py` declares `POST /execute` 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: POST /fire
`runtime/gmaos/api.py` declares `POST /fire` 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: POST /guard/run
`runtime/api.py` declares `POST /guard/run` 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: POST /newsletter/publish
`runtime/api.py` declares `POST /newsletter/publish` 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: POST /pod/push
`runtime/api.py` declares `POST /pod/push` 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: POST /preview
`runtime/distillation.py` declares `POST /preview` 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: POST /products/bootstrap
`runtime/api.py` declares `POST /products/bootstrap` 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: POST /retell/webhook
`agents/taylor/server.py` declares `POST /retell/webhook` 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: POST /run
`runtime/gmaos/api.py` declares `POST /run` 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: POST /run/single
`runtime/gmaos/api.py` declares `POST /run/single` 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: POST /social/distribute
`runtime/api.py` declares `POST /social/distribute` 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: POST /telegram/webhook
`runtime/api.py` declares `POST /telegram/webhook` 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: POST /tool/{tool_name}
`agents/taylor/server.py` declares `POST /tool/{tool_name}` 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: POST /twilio/sms
`agents/taylor/server.py` declares `POST /twilio/sms` 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: POST /twilio/voice
`agents/taylor/server.py` declares `POST /twilio/voice` 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: POST /vapi/webhook
`agents/taylor/server.py` declares `POST /vapi/webhook` 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: POST /video
`runtime/api.py` declares `POST /video` 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: POST /{agent_id}/execute
`runtime/agents.py` declares `POST /{agent_id}/execute` 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
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/a643e453-5822-4f2e-94d3-23ad6563560b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a643e453-5822-4f2e-94d3-23ad6563560b/

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.