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.

Robindesairs/robin-des-airs

https://github.com/Robindesairs/robin-des-airs · scanned 2026-06-15 23:53 UTC (2 months, 3 weeks ago)

269 raw signals (1 security + 268 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 269 actionable findings from 2 signal sources. 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.9/100 with 88.9% coverage. It contains 3334 nodes across 25 cross-layer flows, written primarily in mixed languages. Engine surfaced 268 findings — concentrated in api (79), quality (74), security (55). Risk profile is high: 0 critical, 65 high, 99 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 259 of 269 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph api Wiring conf 1.00 Dangling fetch: DELETE https://api.airtable.com/v0/${cfg.base}/${cfg.table}/${r.id} (netlify/functions/crm-delete-dossier.js:67)
`netlify/functions/crm-delete-dossier.js:67` calls `DELETE https://api.airtable.com/v0/${cfg.base}/${cfg.table}/${r.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.airtable.com/v0/<p>/<p>/<p>` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/compta (robin-dossiers/src/app/compta/page.tsx:54)
`robin-dossiers/src/app/compta/page.tsx:54` calls `GET /api/compta` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta` 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/compta (robin-dossiers/src/app/saisie-paiement/page.tsx:72)
`robin-dossiers/src/app/saisie-paiement/page.tsx:72` calls `GET /api/compta` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta` 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 /api/compta/resolve-token?token=${encodeURIComponent(token)} (robin-dossiers/src/app/saisie-paiement/page.tsx:44)
`robin-dossiers/src/app/saisie-paiement/page.tsx:44` calls `GET /api/compta/resolve-token?token=${encodeURIComponent(token)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta/resolve-token` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dossiers (robin-dossiers/src/app/page.tsx:122)
`robin-dossiers/src/app/page.tsx:122` calls `GET /api/dossiers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers` 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/dossiers/${encodeURIComponent(id)} (robin-dossiers/src/app/dossiers/[id]/page.tsx:56)
`robin-dossiers/src/app/dossiers/[id]/page.tsx:56` calls `GET /api/dossiers/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers/<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/dossiers/${encodeURIComponent(id)} (robin-dossiers/src/app/page.tsx:155)
`robin-dossiers/src/app/page.tsx:155` calls `GET /api/dossiers/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers/<p>` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/dossiers/${encodeURIComponent(id)} (robin-dossiers/src/app/page.tsx:199)
`robin-dossiers/src/app/page.tsx:199` calls `GET /api/dossiers/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers/<p>` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${BOT_PORT}/health (railway/test-load.js:72)
`railway/test-load.js:72` calls `GET http://127.0.0.1:${BOT_PORT}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${BOT_PORT}/health (railway/test-load.js:89)
`railway/test-load.js:89` calls `GET http://127.0.0.1:${BOT_PORT}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${BOT_PORT}/health (railway/test-sim-20.js:105)
`railway/test-sim-20.js:105` calls `GET http://127.0.0.1:${BOT_PORT}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${BOT_PORT}/health (railway/test-sim-20.js:85)
`railway/test-sim-20.js:85` calls `GET http://127.0.0.1:${BOT_PORT}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${BOT}/health (railway/test-robustness.js:42)
`railway/test-robustness.js:42` calls `GET http://127.0.0.1:${BOT}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${BOT}/health (railway/test-robustness.js:95)
`railway/test-robustness.js:95` calls `GET http://127.0.0.1:${BOT}/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/health` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.airtable.com/v0/${baseId}/${tableId}?${params} (netlify/functions/legal-daily.js:70)
`netlify/functions/legal-daily.js:70` calls `GET https://api.airtable.com/v0/${baseId}/${tableId}?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.airtable.com/v0/<p>/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.airtable.com/v0/${baseId}/${tableId}?${params} (netlify/functions/morning-report.js:112)
`netlify/functions/morning-report.js:112` calls `GET https://api.airtable.com/v0/${baseId}/${tableId}?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.airtable.com/v0/<p>/<p>` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.airtable.com/v0/${BASE}/${table}?${p} (netlify/functions/bureau-daily.js:73)
`netlify/functions/bureau-daily.js:73` calls `GET https://api.airtable.com/v0/${BASE}/${table}?${p}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.airtable.com/v0/<p>/<p>` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://robindesairs.eu/api/bot-state (railway/server.js:144)
`railway/server.js:144` calls `GET https://robindesairs.eu/api/bot-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/robindesairs.eu/api/bot-state` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://robindesairs.eu/api/flight-info?flight=${encodeURIComponent(v)}&date=${encodeURIComponent(ymd)} (railway/server.js:477)
`railway/server.js:477` calls `GET https://robindesairs.eu/api/flight-info?flight=${encodeURIComponent(v)}&date=${encodeURIComponent(ymd)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/robindesairs.eu/api/f…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dossiers/${encodeURIComponent(id)} (robin-dossiers/src/app/dossiers/[id]/page.tsx:74)
`robin-dossiers/src/app/dossiers/[id]/page.tsx:74` calls `PATCH /api/dossiers/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/dossiers/${encodeURIComponent(id)} (robin-dossiers/src/app/page.tsx:173)
`robin-dossiers/src/app/page.tsx:173` calls `PATCH /api/dossiers/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers/<p>` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH https://api.airtable.com/v0/${cfg.base}/${cfg.table} (netlify/functions/submit-mandat.js:214)
`netlify/functions/submit-mandat.js:214` calls `PATCH https://api.airtable.com/v0/${cfg.base}/${cfg.table}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.airtable.com/v0/<p>/<p>` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /.netlify/functions/ad-launch (assets/radar-live.js:2105)
`assets/radar-live.js:2105` calls `POST /.netlify/functions/ad-launch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/.netlify/functions/ad-launch` 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 /.netlify/functions/ad-stop (assets/radar-live.js:2198)
`assets/radar-live.js:2198` calls `POST /.netlify/functions/ad-stop` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/.netlify/functions/ad-stop` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/compta (robin-dossiers/src/app/compta/page.tsx:113)
`robin-dossiers/src/app/compta/page.tsx:113` calls `POST /api/compta` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta` 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/compta (robin-dossiers/src/app/compta/page.tsx:144)
`robin-dossiers/src/app/compta/page.tsx:144` calls `POST /api/compta` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta` 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/compta (robin-dossiers/src/app/compta/page.tsx:172)
`robin-dossiers/src/app/compta/page.tsx:172` calls `POST /api/compta` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta` 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/compta/instructions (robin-dossiers/src/app/saisie-paiement/page.tsx:127)
`robin-dossiers/src/app/saisie-paiement/page.tsx:127` calls `POST /api/compta/instructions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta/instructions` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/compta/link (robin-dossiers/src/app/compta/page.tsx:198)
`robin-dossiers/src/app/compta/page.tsx:198` calls `POST /api/compta/link` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/compta/link` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/dossiers (robin-dossiers/src/app/page.tsx:613)
`robin-dossiers/src/app/page.tsx:613` calls `POST /api/dossiers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers` 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/dossiers/${encodeURIComponent(id)}/evenement (robin-dossiers/src/app/page.tsx:191)
`robin-dossiers/src/app/page.tsx:191` calls `POST /api/dossiers/${encodeURIComponent(id)}/evenement` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/dossiers/<p>/evenement` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${BOT_PORT}/api/wati-webhook?s=${SECRET} (railway/test-load.js:54)
`railway/test-load.js:54` calls `POST http://127.0.0.1:${BOT_PORT}/api/wati-webhook?s=${SECRET}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/api/wati-webhook` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${BOT_PORT}/api/wati-webhook?s=${SECRET} (railway/test-sim-20.js:53)
`railway/test-sim-20.js:53` calls `POST http://127.0.0.1:${BOT_PORT}/api/wati-webhook?s=${SECRET}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/api/wati-webhook` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${BOT}/api/wati-webhook?s=${SECRET} (railway/test-robustness.js:35)
`railway/test-robustness.js:35` calls `POST http://127.0.0.1:${BOT}/api/wati-webhook?s=${SECRET}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/api/wati-webhook` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://${AMADEUS_HOST}/v1/security/oauth2/token (netlify/functions/airport-search.js:90)
`netlify/functions/airport-search.js:90` calls `POST https://${AMADEUS_HOST}/v1/security/oauth2/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>/v1/security/oauth2/token` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.airtable.com/v0/${BASE}/${T_AGENCES} (netlify/functions/sofia-prospect.js:195)
`netlify/functions/sofia-prospect.js:195` calls `POST https://api.airtable.com/v0/${BASE}/${T_AGENCES}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.airtable.com/v0/<p>/<p>` If this points at an externa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.airtable.com/v0/${BASE}/${T_DOSSIERS} (netlify/functions/lead-hunter.js:178)
`netlify/functions/lead-hunter.js:178` calls `POST https://api.airtable.com/v0/${BASE}/${T_DOSSIERS}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.airtable.com/v0/<p>/<p>` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (netlify/functions/analyze-flight.js:118)
`netlify/functions/analyze-flight.js:118` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (railway/lib/extract-eticket.js:191)
`railway/lib/extract-eticket.js:191` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (netlify/functions/lib/radar-enquete.js:489)
`netlify/functions/lib/radar-enquete.js:489` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (netlify/functions/lib/robin-ai-responder.js:59)
`netlify/functions/lib/robin-ai-responder.js:59` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (netlify/functions/whatsapp-gemini-fallback.js:37)
`netlify/functions/whatsapp-gemini-fallback.js:37` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (netlify/functions/whatsapp-webhook.js:544)
`netlify/functions/whatsapp-webhook.js:544` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (netlify/functions/whatsapp-webhook.js:601)
`netlify/functions/whatsapp-webhook.js:601` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (railway/lib/extract-eticket.js:171)
`railway/lib/extract-eticket.js:171` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (railway/server.js:1002)
`railway/server.js:1002` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (railway/server.js:619)
`railway/server.js:619` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (railway/server.js:752)
`railway/server.js:752` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.openai.com/v1/chat/completions (railway/server.js:794)
`railway/server.js:794` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/chat/completions` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (netlify/functions/lib/airline-auto-submit.js:267)
`netlify/functions/lib/airline-auto-submit.js:267` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (netlify/functions/lib/owner-notify.js:40)
`netlify/functions/lib/owner-notify.js:40` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (netlify/functions/lib/radar-report-email.js:93)
`netlify/functions/lib/radar-report-email.js:93` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (netlify/functions/submit-mandat.js:413)
`netlify/functions/submit-mandat.js:413` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (netlify/functions/submit-partner-agreement.js:94)
`netlify/functions/submit-partner-agreement.js:94` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.telegram.org/bot${token}/sendMessage (netlify/functions/lib/robin-notify.js:16)
`netlify/functions/lib/robin-notify.js:16` calls `POST https://api.telegram.org/bot${token}/sendMessage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.telegram.org/bot/<p>/sendmessage` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.telegram.org/bot${token}/sendMessage (netlify/functions/telegram-notify.js:74)
`netlify/functions/telegram-notify.js:74` calls `POST https://api.telegram.org/bot${token}/sendMessage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.telegram.org/bot/<p>/sendmessage` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://content.airtable.com/v0/${c.base}/${rec.id}/${field}/uploadAttachment (netlify/functions/lib/airtable-attach.js:83)
`netlify/functions/lib/airtable-attach.js:83` calls `POST https://content.airtable.com/v0/${c.base}/${rec.id}/${field}/uploadAttachment` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/content.airtable.com/v0/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://content.airtable.com/v0/${cfg.base}/${rec.id}/${field}/uploadAttachment (netlify/functions/submit-mandat.js:277)
`netlify/functions/submit-mandat.js:277` calls `POST https://content.airtable.com/v0/${cfg.base}/${rec.id}/${field}/uploadAttachment` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/content.airtable.com/v0/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://robindesairs.eu/api/bot-state (railway/server.js:132)
`railway/server.js:132` calls `POST https://robindesairs.eu/api/bot-state` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/robindesairs.eu/api/bot-state` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://robindesairs.eu/api/dossier-store (railway/server.js:574)
`railway/server.js:574` calls `POST https://robindesairs.eu/api/dossier-store` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/robindesairs.eu/api/dossier-store` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://robindesairs.eu/api/owner-alert (railway/lib/owner-notify.js:14)
`railway/lib/owner-notify.js:14` calls `POST https://robindesairs.eu/api/owner-alert` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/robindesairs.eu/api/owner-alert` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://robindesairs.eu/api/piece-store (railway/server.js:1022)
`railway/server.js:1022` calls `POST https://robindesairs.eu/api/piece-store` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/robindesairs.eu/api/piece-store` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph security auth conf 1.00 Flask mutation route `cron_mandat_reminders` without `@login_required` — scripts/relances_mandat.py:174
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
scripts/relances_mandat.py:174 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `webhook_mandat_signed` without `@login_required` — scripts/relances_mandat.py:181
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
scripts/relances_mandat.py:181 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `webhook` without `@login_required` — scripts/whatsapp_bot.py:1854
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
scripts/whatsapp_bot.py:1854 securityAuth flask unauth route
medium Security checks quality maintenance conf 0.70 Foundry mined blueprint gap alignment: Robindesairs/robin-des-airs
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — assets/agence-portal.js:27
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 — assets/bureau-gate.js:89
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — assets/index-page.js:1490
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 — assets/radar-gate.js:106
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 — assets/radar-live.js:1035
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 — assets/radar-veille-server.js: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 — netlify/functions/ad-breakdown.js:66
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 — netlify/functions/ad-launch.js:357
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 — netlify/functions/ad-stats.js:24
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 — netlify/functions/ad-stop.js:48
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 — netlify/functions/ad-target.js:28
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 — netlify/functions/ad-watch.js:129
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 — netlify/functions/agent-chat.js:83
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 — netlify/functions/airport-search.js:43
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 — netlify/functions/analyze-flight.js:118
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/bureau-daily.js:73
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 — netlify/functions/bureau-stats.js:50
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/crm-delete-dossier.js:67
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/facebook-scheduled.js:52
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/instagram-stats.js:54
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/legal-daily.js: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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/lib/agency-airtable.js:247
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 — netlify/functions/lib/airtable-attach.js:68
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/lib/airtable-robin.js:150
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/lib/meta-resolve.js:21
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 — netlify/functions/lib/radar-enquete.js:431
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 — netlify/functions/lib/radar-report-email.js:93
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 — netlify/functions/meta-stats.js:52
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/morning-report.js:112
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 — netlify/functions/radar.js:1090
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 — netlify/functions/sofia-prospect.js:164
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/submit-mandat.js:94
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — netlify/functions/whatsapp-webhook.js:544
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 — netlify/functions/yousign-init.js:89
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — robin-dossiers/src/app/page.tsx:173
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 — robin-dossiers/src/app/saisie-paiement/page.tsx:44
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/upload-ad-images.js:108
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/services/geminiService.ts:51
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/services/monitoringService.ts:37
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — src/services/visionService.ts:44
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. 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 security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/aerodatabox-webhook.js:22
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/aerodatabox-webhook.js:22 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/agent-chat.js:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/agent-chat.js:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/airtable-webhook.js:35
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/airtable-webhook.js:35 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/bureau-stats.js:30
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/bureau-stats.js:30 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/collect-proofs.js:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/collect-proofs.js:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/depot-upload.js:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/depot-upload.js:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/facebook-scheduled.js:22
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/facebook-scheduled.js:22 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/instagram-stats.js:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/instagram-stats.js:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/mandat-verify.js:11
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/mandat-verify.js:11 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/meta-stats.js:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/meta-stats.js:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/piece-store.js:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/piece-store.js:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/radar-enquete.js:17
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/radar-enquete.js:17 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/radar-today.js:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/radar-today.js:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/telegram-notify.js:64
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/telegram-notify.js:64 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in netlify/functions/wati-agency-webhook.js:18
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
netlify/functions/wati-agency-webhook.js:18 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in scrape.js:45
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
scrape.js:45 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in src/server.ts:15
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
src/server.ts:15 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/agence-currency.js:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/agence-currency.js:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/agence-i18n.js:455
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/agence-i18n.js:455 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/agence-portal.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/agence-portal.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/bureau-gate.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/bureau-gate.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/feedback-modal.js:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/feedback-modal.js:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/index-page.js:437
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/index-page.js:437 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/palette-robin.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/palette-robin.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/radar-gate.js:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/radar-gate.js:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/radar-live.js:346
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/radar-live.js:346 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/radar-scan-scheduler.js:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/radar-scan-scheduler.js:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/robin-locale-toolbar.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/robin-locale-toolbar.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in autorisation.html:1070
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
autorisation.html:1070 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in bureau.html:703
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
bureau.html:703 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in crm/index.html:1136
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
crm/index.html:1136 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in depot-en-ligne.html:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
depot-en-ligne.html:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dossier.html:742
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dossier.html:742 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in espace-agence.html:619
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
espace-agence.html:619 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in generateur-pub-stories.html:553
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
generateur-pub-stories.html:553 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in i18n.js:978
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
i18n.js:978 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in live-campagnes.html:146
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
live-campagnes.html:146 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mandat-en.html:974
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mandat-en.html:974 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in mandat.html:1070
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
mandat.html:1070 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in navigation-interne.html:96
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
navigation-interne.html:96 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/index.html:418
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/index.html:418 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in radar-direct.html:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
radar-direct.html:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in radar-v3.html:139
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
radar-v3.html:139 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scan-airport-v8.html:96
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scan-airport-v8.html:96 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/build-navigation-interne.mjs:272
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/build-navigation-interne.mjs:272 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/patch-radar-table-ui.py:8
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/patch-radar-table-ui.py:8 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/views/dashboard.html:139
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/views/dashboard.html:139 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in statistiques.html:172
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
statistiques.html:172 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in verification-fonctions.html:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
verification-fonctions.html:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/chef.js:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/chef.js:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/imessage-radar-poller.js:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/imessage-radar-poller.js:30 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/build-espace-agence.py:10
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/mark_reviewed.py:116
`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 76 placeholder/mock markers across 20 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
20 test file(s) for 275 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 240 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AERODATABOX_RAPIDAPI_HOST`, `AERODATABOX_RAPIDAPI_KEY`, `AERODATABOX_WEBHOOK_SECRET`, `AGENCY_ACCOUNTS`, `AGENCY_AIRTABLE_ADDRESS_PLACEHOLDER`, `AGENCY_AUTH_SECRET`, `AGENCY_CLIENT_NET_EUR`, `AGENCY_GMD_PER_EUR` + 232 more. Add them (with a placeh…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 456 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 frontend Frontend quality conf 1.00 Icon-only button without accessible name — assets/radar-live.js:2044
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — robin-dossiers/src/app/page.tsx:631
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/whatsapp_bot.py:test_flow, scripts/whatsapp_bot.py:test 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.
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/add-quick-answer.py:main, scripts/add-date-modified-visible.py:main, scripts/add-faq-schema.py:main 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…
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 `rda_hub_last_scan_v1` in assets/radar-scan-scheduler.js:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tooOld` in railway/server.js:939
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `whatsapp_copy` in netlify/functions/submit-mandat.js:773
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-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: already_has_byline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/add-date-modified-visible.py:54
low System graph software Dead code conf 1.00 Possibly dead Python function: annuler_pour_telephone
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/relances_mandat.py:91
low System graph software Dead code conf 1.00 Possibly dead Python function: ask_scan_next_passenger
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/whatsapp_bot.py:764
low System graph software Dead code conf 1.00 Possibly dead Python function: configure_flask_app
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/relances_mandat.py:33
low System graph software Dead code conf 1.00 Possibly dead Python function: enregistrer_apres_recap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/relances_mandat.py:61
low System graph software Dead code conf 1.00 Possibly dead Python function: register_mandat_routes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/relances_mandat.py:165
low System graph software Dead code conf 1.00 Possibly dead Python function: repl_box
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/normalize_blog.py:409
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/whatsapp_bot.py:788
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 — assets/feedback-modal.js:172
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — netlify/functions/ad-watch.js:111
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 — netlify/functions/aerodatabox-webhook.js:57
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 — netlify/functions/crm-status-notify.js:135
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 — netlify/functions/daily-radar-snapshot-background.js:241
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 — netlify/functions/flight-info.js:60
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 — netlify/functions/instagram-dm-webhook.js: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 — netlify/functions/instagram-publisher.js:113
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — netlify/functions/lib/agency-accounts.js:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — netlify/functions/lib/callmebot.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — netlify/functions/radar-monitor.js:363
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 — netlify/functions/radar-ticker-refresh.js:84
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 — netlify/functions/radar-veille-cron.js:153
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 — netlify/functions/submit-mandat.js:172
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — netlify/functions/whatsapp-gemini-fallback.js:49
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 — netlify/functions/whatsapp-webhook.js:196
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 — railway/server.js:103
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 — railway/test-extract-eticket.js:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — railway/test-extract-live.js:27
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — railway/test-load.js:73
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 — railway/test-robustness.js:96
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 — railway/test-scenarios-100.js:135
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 — railway/test-sim-20.js:108
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/agent-meteo-radar.js:24
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/build-en-home.js:207
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/build-mandat-articles.js:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/capture-preuves-vol.js:95
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/chef.js:167
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/fetch-vols-radar.js:20
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/imessage-radar-poller.js:76
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/meta-create-templates.js:168
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/prospection-agences.js: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 — scripts/scraper-agences-cameroun.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/upload-ad-images.js:130
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/wire-en-i18n.js:281
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 — src/components/FeedbackModal.tsx:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/runCertification.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/scripts/build-blog.ts:318
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 — src/scripts/build-sitemap.ts:34
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 — src/scripts/notify-indexnow.ts:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/seedAfricanHubs.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — src/server.ts:42
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 — test-agency-prospector.js:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test-bot-v8.js:190
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 — test-bureau-routines.js:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test-ce261-verdict.js:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test-ig-prospector.js:11
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test-legal-pipeline.js:29
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — test-mandat-guards.js:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — whatsapp-af718-prospects.js:98
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: ANY /
`scripts/whatsapp_bot.py` declares `ANY /` 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 /check_abandoned
`scripts/whatsapp_bot.py` declares `ANY /check_abandoned` 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 /conversations
`scripts/whatsapp_bot.py` declares `ANY /conversations` 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 /cron/mandat-reminders
`scripts/relances_mandat.py` declares `ANY /cron/mandat-reminders` 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 /dossier_status/<phone>
`scripts/whatsapp_bot.py` declares `ANY /dossier_status/<phone>` 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 /reset/<phone>
`scripts/whatsapp_bot.py` declares `ANY /reset/<phone>` 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 /test
`scripts/whatsapp_bot.py` declares `ANY /test` 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 /test_flow/<phone>
`scripts/whatsapp_bot.py` declares `ANY /test_flow/<phone>` 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 /webhook
`scripts/whatsapp_bot.py` declares `ANY /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: ANY /webhook/mandat-signed
`scripts/relances_mandat.py` declares `ANY /webhook/mandat-signed` 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 /
`railway/server.js` 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 /api/dossier
`railway/server.js` declares `GET /api/dossier` 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/leads-a-rappeler
`railway/server.js` declares `GET /api/leads-a-rappeler` 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/recent-conversations
`railway/server.js` declares `GET /api/recent-conversations` 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/wati-webhook
`railway/server.js` declares `GET /api/wati-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 /api/mandat-signed
`railway/server.js` declares `POST /api/mandat-signed` 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 /api/wati-webhook
`railway/server.js` declares `POST /api/wati-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 quality Complexity conf 1.00 Very large file: assets/agence-portal.js (1484 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: assets/index-page.js (1932 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: assets/radar-live.js (2569 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: i18n.js (1221 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: netlify/functions/radar.js (1400 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: netlify/functions/whatsapp-webhook.js (1393 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: railway/server.js (2586 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/generate_de_es_blog_batch.py (984 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/whatsapp_bot.py (2624 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/27ab7515-080a-430a-807e-a2316b833ba0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/27ab7515-080a-430a-807e-a2316b833ba0/

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.