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.

WissamTahiri/HanaFlow

https://github.com/WissamTahiri/HanaFlow · scanned 2026-06-16 00:58 UTC (2 months, 1 week ago)

138 raw signals (0 security + 138 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 136 actionable findings from 1 signal source. 2 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 54.5/100 with 100.0% coverage. It contains 1800 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 138 findings — concentrated in api (68), frontend (29), quality (26). Risk profile is high: 3 critical, 54 high, 30 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 110 of 136 actionable findings. 138 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 _archive/Back-End/server.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
_archive/Back-End/server.js:41
critical System graph security Secrets conf 1.00 Possible secret in hanaflow-next/e2e/helpers/user.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
hanaflow-next/e2e/helpers/user.ts:20
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/promo-codes/${id} (hanaflow-next/src/app/admin/promo-codes/page.tsx:103)
`hanaflow-next/src/app/admin/promo-codes/page.tsx:103` calls `DELETE /api/admin/promo-codes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/testimonials/${id} (hanaflow-next/src/app/admin/testimonials/page.tsx:124)
`hanaflow-next/src/app/admin/testimonials/page.tsx:124` calls `DELETE /api/admin/testimonials/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/testimonials/<p>` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/users/${data.id} (hanaflow-next/src/app/admin/users/[id]/page.tsx:153)
`hanaflow-next/src/app/admin/users/[id]/page.tsx:153` calls `DELETE /api/admin/users/${data.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<p>` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/admin/users/${id} (hanaflow-next/src/app/admin/users/page.tsx:101)
`hanaflow-next/src/app/admin/users/page.tsx:101` calls `DELETE /api/admin/users/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<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/admin/analytics (hanaflow-next/src/app/admin/page.tsx:94)
`hanaflow-next/src/app/admin/page.tsx:94` calls `GET /api/admin/analytics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/analytics` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/audit-log?${params} (hanaflow-next/src/app/admin/audit-log/page.tsx:54)
`hanaflow-next/src/app/admin/audit-log/page.tsx:54` calls `GET /api/admin/audit-log?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/audit-log` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/feedback?status=${filter}&page=${page} (hanaflow-next/src/app/admin/feedback/page.tsx:45)
`hanaflow-next/src/app/admin/feedback/page.tsx:45` calls `GET /api/admin/feedback?status=${filter}&page=${page}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/feedback` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/nps (hanaflow-next/src/app/admin/nps/page.tsx:32)
`hanaflow-next/src/app/admin/nps/page.tsx:32` calls `GET /api/admin/nps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/nps` 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/admin/promo-codes (hanaflow-next/src/app/admin/promo-codes/page.tsx:36)
`hanaflow-next/src/app/admin/promo-codes/page.tsx:36` calls `GET /api/admin/promo-codes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/settings (hanaflow-next/src/app/admin/settings/page.tsx:65)
`hanaflow-next/src/app/admin/settings/page.tsx:65` calls `GET /api/admin/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/settings` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/testimonials (hanaflow-next/src/app/admin/testimonials/page.tsx:47)
`hanaflow-next/src/app/admin/testimonials/page.tsx:47` calls `GET /api/admin/testimonials` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/testimonials` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/users/${id} (hanaflow-next/src/app/admin/users/[id]/page.tsx:47)
`hanaflow-next/src/app/admin/users/[id]/page.tsx:47` calls `GET /api/admin/users/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<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/admin/users/export (hanaflow-next/src/app/admin/users/page.tsx:166)
`hanaflow-next/src/app/admin/users/page.tsx:166` calls `GET /api/admin/users/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/export` 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/admin/users?${params} (hanaflow-next/src/app/admin/users/page.tsx:54)
`hanaflow-next/src/app/admin/users/page.tsx:54` calls `GET /api/admin/users?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth/2fa/backup-codes (hanaflow-next/src/components/TwoFactorSection.tsx:24)
`hanaflow-next/src/components/TwoFactorSection.tsx:24` calls `GET /api/auth/2fa/backup-codes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/backup-codes` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/certificates (hanaflow-next/src/app/certificats/page.tsx:48)
`hanaflow-next/src/app/certificats/page.tsx:48` calls `GET /api/certificates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/certificates` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/certificates (hanaflow-next/src/app/stats/page.tsx:72)
`hanaflow-next/src/app/stats/page.tsx:72` calls `GET /api/certificates` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/certificates` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/gamification (hanaflow-next/src/context/GamificationContext.tsx:100)
`hanaflow-next/src/context/GamificationContext.tsx:100` calls `GET /api/gamification` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gamification` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/nps/should-show (hanaflow-next/src/components/NPSPrompt.tsx:57)
`hanaflow-next/src/components/NPSPrompt.tsx:57` calls `GET /api/nps/should-show` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nps/should-show` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/progress (hanaflow-next/src/hooks/useProgress.ts:24)
`hanaflow-next/src/hooks/useProgress.ts:24` calls `GET /api/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/progress` 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/quiz/attempts?limit=8 (hanaflow-next/src/components/QuizHistorySection.tsx:46)
`hanaflow-next/src/components/QuizHistorySection.tsx:46` calls `GET /api/quiz/attempts?limit=8` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/quiz/attempts` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/testimonials (hanaflow-next/src/components/TestimonialsSection.tsx:34)
`hanaflow-next/src/components/TestimonialsSection.tsx:34` calls `GET /api/testimonials` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/testimonials` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.pwnedpasswords.com/range/${prefix} (hanaflow-next/src/lib/passwordBreach.ts:30)
`hanaflow-next/src/lib/passwordBreach.ts:30` calls `GET https://api.pwnedpasswords.com/range/${prefix}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.pwnedpasswords.com/range/<p>` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/feedback/${id} (hanaflow-next/src/app/admin/feedback/page.tsx:62)
`hanaflow-next/src/app/admin/feedback/page.tsx:62` calls `PATCH /api/admin/feedback/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/feedback/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/promo-codes/${id} (hanaflow-next/src/app/admin/promo-codes/page.tsx:82)
`hanaflow-next/src/app/admin/promo-codes/page.tsx:82` calls `PATCH /api/admin/promo-codes/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes/<p>` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/settings (hanaflow-next/src/app/admin/settings/page.tsx:107)
`hanaflow-next/src/app/admin/settings/page.tsx:107` calls `PATCH /api/admin/settings` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/settings` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/testimonials/${t.id} (hanaflow-next/src/app/admin/testimonials/page.tsx:134)
`hanaflow-next/src/app/admin/testimonials/page.tsx:134` calls `PATCH /api/admin/testimonials/${t.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/testimonials/<p>` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/users/${data.id} (hanaflow-next/src/app/admin/users/[id]/page.tsx:68)
`hanaflow-next/src/app/admin/users/[id]/page.tsx:68` calls `PATCH /api/admin/users/${data.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<p>` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/users/${id} (hanaflow-next/src/app/admin/users/page.tsx:76)
`hanaflow-next/src/app/admin/users/page.tsx:76` calls `PATCH /api/admin/users/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/promo-codes (hanaflow-next/src/app/admin/promo-codes/page.tsx:62)
`hanaflow-next/src/app/admin/promo-codes/page.tsx:62` calls `POST /api/admin/promo-codes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/promo-codes` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/users/${data.id}/impersonate (hanaflow-next/src/app/admin/users/[id]/page.tsx:104)
`hanaflow-next/src/app/admin/users/[id]/page.tsx:104` calls `POST /api/admin/users/${data.id}/impersonate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<p>/impersonate` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/users/${data.id}/revoke-sessions (hanaflow-next/src/app/admin/users/[id]/page.tsx:132)
`hanaflow-next/src/app/admin/users/[id]/page.tsx:132` calls `POST /api/admin/users/${data.id}/revoke-sessions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/<p>/revoke-sessions` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/users/bulk (hanaflow-next/src/app/admin/users/page.tsx:144)
`hanaflow-next/src/app/admin/users/page.tsx:144` calls `POST /api/admin/users/bulk` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/users/bulk` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/backup-codes (hanaflow-next/src/components/TwoFactorSection.tsx:121)
`hanaflow-next/src/components/TwoFactorSection.tsx:121` calls `POST /api/auth/2fa/backup-codes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/backup-codes` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/disable (hanaflow-next/src/components/TwoFactorSection.tsx:99)
`hanaflow-next/src/components/TwoFactorSection.tsx:99` calls `POST /api/auth/2fa/disable` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/disable` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/enroll (hanaflow-next/src/components/TwoFactorSection.tsx:53)
`hanaflow-next/src/components/TwoFactorSection.tsx:53` calls `POST /api/auth/2fa/enroll` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/enroll` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/2fa/verify-enroll (hanaflow-next/src/components/TwoFactorSection.tsx:74)
`hanaflow-next/src/components/TwoFactorSection.tsx:74` calls `POST /api/auth/2fa/verify-enroll` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/2fa/verify-enroll` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/forgot-password (hanaflow-next/src/app/forgot-password/page.tsx:17)
`hanaflow-next/src/app/forgot-password/page.tsx:17` calls `POST /api/auth/forgot-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/forgot-password` 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/auth/resend-verification (hanaflow-next/src/components/EmailVerificationBanner.tsx:29)
`hanaflow-next/src/components/EmailVerificationBanner.tsx:29` calls `POST /api/auth/resend-verification` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/resend-verification` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/reset-password (hanaflow-next/src/app/reset-password/page.tsx:25)
`hanaflow-next/src/app/reset-password/page.tsx:25` calls `POST /api/auth/reset-password` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/reset-password` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/verify-email (hanaflow-next/src/app/verify-email/page.tsx:18)
`hanaflow-next/src/app/verify-email/page.tsx:18` calls `POST /api/auth/verify-email` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/verify-email` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/certificates/issue (hanaflow-next/src/components/CertificateDownloadButton.tsx:45)
`hanaflow-next/src/components/CertificateDownloadButton.tsx:45` calls `POST /api/certificates/issue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/certificates/issue` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/cv/optimize (hanaflow-next/src/app/cv-builder/page.tsx:184)
`hanaflow-next/src/app/cv-builder/page.tsx:184` calls `POST /api/cv/optimize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/cv/optimize` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/feedback (hanaflow-next/src/app/contact/page.tsx:34)
`hanaflow-next/src/app/contact/page.tsx:34` calls `POST /api/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/feedback` 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/feedback (hanaflow-next/src/app/ecoles/DemoRequestForm.tsx:22)
`hanaflow-next/src/app/ecoles/DemoRequestForm.tsx:22` calls `POST /api/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/feedback` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/feedback (hanaflow-next/src/components/FeedbackWidget.tsx:45)
`hanaflow-next/src/components/FeedbackWidget.tsx:45` calls `POST /api/feedback` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/feedback` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/gamification/migrate (hanaflow-next/src/context/GamificationContext.tsx:109)
`hanaflow-next/src/context/GamificationContext.tsx:109` calls `POST /api/gamification/migrate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gamification/migrate` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/interview/grade (hanaflow-next/src/app/entretien/page.tsx:153)
`hanaflow-next/src/app/entretien/page.tsx:153` calls `POST /api/interview/grade` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/interview/grade` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/interview/start (hanaflow-next/src/app/entretien/page.tsx:120)
`hanaflow-next/src/app/entretien/page.tsx:120` calls `POST /api/interview/start` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/interview/start` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/nps (hanaflow-next/src/components/NPSPrompt.tsx:97)
`hanaflow-next/src/components/NPSPrompt.tsx:97` calls `POST /api/nps` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/nps` 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/progress (hanaflow-next/src/hooks/useProgress.ts:43)
`hanaflow-next/src/hooks/useProgress.ts:43` calls `POST /api/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/progress` 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/promo/redeem (hanaflow-next/src/app/profil/page.tsx:82)
`hanaflow-next/src/app/profil/page.tsx:82` calls `POST /api/promo/redeem` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/promo/redeem` 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/roadmap/generate (hanaflow-next/src/app/roadmap/page.tsx:84)
`hanaflow-next/src/app/roadmap/page.tsx:84` calls `POST /api/roadmap/generate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/roadmap/generate` 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/tutor/chat (hanaflow-next/src/components/TutorChat.tsx:137)
`hanaflow-next/src/components/TutorChat.tsx:137` calls `POST /api/tutor/chat` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tutor/chat` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — _archive/Front-End/src/pages/CertificationHCM.jsx:176
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — _archive/Front-End/src/pages/CertificationPP.jsx:176
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — hanaflow-next/src/components/JsonLd.tsx:30
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — hanaflow-next/src/components/ThemeScript.tsx:15
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — hanaflow-next/src/components/TutorChat.tsx:18
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 — _archive/Front-End/src/context/AuthContext.jsx:7
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — _archive/Front-End/src/context/SubscriptionContext.jsx:17
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 — hanaflow-next/src/app/admin/feedback/page.tsx:62
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — hanaflow-next/src/app/admin/promo-codes/page.tsx:62
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — hanaflow-next/src/app/admin/settings/page.tsx:107
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 — hanaflow-next/src/app/admin/testimonials/page.tsx:103
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 — hanaflow-next/src/app/cv-builder/page.tsx:184
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — hanaflow-next/src/app/verify-email/page.tsx:18
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 — hanaflow-next/src/components/CertificateDownloadButton.tsx:45
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 — hanaflow-next/src/components/FeedbackWidget.tsx:45
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 — hanaflow-next/src/context/AuthContext.tsx:25
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 — hanaflow-next/src/context/GamificationContext.tsx:109
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 cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
peter-evans/create-pull-request@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/sap-cert-watch.yml:57 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/sap-cert-watch.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in _archive/Front-End/src/pages/CertificationHCM.jsx:176
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
_archive/Front-End/src/pages/CertificationHCM.jsx:176 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in _archive/Front-End/src/pages/CertificationPP.jsx:176
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
_archive/Front-End/src/pages/CertificationPP.jsx:176 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in hanaflow-next/src/components/JsonLd.tsx:30
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
hanaflow-next/src/components/JsonLd.tsx:30 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in hanaflow-next/src/components/ThemeScript.tsx:15
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
hanaflow-next/src/components/ThemeScript.tsx:15 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in _archive/Front-End/src/context/AuthContext.jsx:43
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
_archive/Front-End/src/context/AuthContext.jsx:43 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in hanaflow-next/package.json:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
hanaflow-next/package.json:19 Node child process
medium System graph cicd CI/CD security conf 1.00 Install-time lifecycle script performs network/shell-sensitive actions
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
hanaflow-next/package.json CI/CD securitySupply chainNpm
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 83 placeholder/mock markers across 27 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 Tests conf 1.00 Very low test-to-source ratio
16 test file(s) for 281 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 19 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ADMIN_EMAILS`, `ALLOWED_ORIGINS`, `CI`, `E2E_BASE_URL`, `GEMINI_API_KEY`, `GEMINI_MODEL`, `GROQ_API_KEY`, `GROQ_MODEL` + 11 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 16 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 cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/cache@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 3 locations
.github/workflows/ci.yml:102, 120 (2 hits)
.github/workflows/sap-cert-watch.yml:49
CI/CD securitySupply chainGithub actions
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 `hf_admin_backup` in hanaflow-next/src/context/AuthContext.tsx:71
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
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 — _archive/Back-End/db/migrate.js:13
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 — _archive/Back-End/server.js:169
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 — hanaflow-next/src/lib/email.ts:22
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 — hanaflow-next/src/lib/totpCrypto.ts:22
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 /
`_archive/Back-End/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 /me
`_archive/Back-End/routes/auth.js` declares `GET /me` 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 /profile
`_archive/Back-End/routes/auth.js` declares `PATCH /profile` 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 /:module
`_archive/Back-End/routes/progress.js` declares `POST /:module` 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 /downgrade
`_archive/Back-End/routes/auth.js` declares `POST /downgrade` 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 /event
`_archive/Back-End/routes/gamification.js` declares `POST /event` 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 /login
`_archive/Back-End/routes/auth.js` declares `POST /login` 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 /logout
`_archive/Back-End/routes/auth.js` declares `POST /logout` 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 /refresh
`_archive/Back-End/routes/auth.js` declares `POST /refresh` 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 /register
`_archive/Back-End/routes/auth.js` declares `POST /register` 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 /upgrade
`_archive/Back-End/routes/auth.js` declares `POST /upgrade` 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: USE /auth
`_archive/Back-End/server.js` declares `USE /auth` 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: USE /gamification
`_archive/Back-End/server.js` declares `USE /gamification` 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: USE /progress
`_archive/Back-End/server.js` declares `USE /progress` 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/02bb9c30-9ceb-4057-aacf-23e674db75cd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/02bb9c30-9ceb-4057-aacf-23e674db75cd/

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.