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.

toddfishman/tures-demo

https://github.com/toddfishman/tures-demo · scanned 2026-06-16 00:38 UTC (2 months, 1 week ago)

131 raw signals (0 security + 131 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 128 actionable findings from 1 signal source. 3 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 57.3/100 with 100.0% coverage. It contains 642 nodes across 28 cross-layer flows, written primarily in mixed languages. Engine surfaced 131 findings — concentrated in security (80), api (28), quality (17). Risk profile is high: 4 critical, 2 high, 87 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

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

high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.deepgram.com/v1/listen?smart_format=true&model=nova-2&punctuate=true (engine/src/routes/voice.ts:23)
`engine/src/routes/voice.ts:23` calls `POST https://api.deepgram.com/v1/listen?smart_format=true&model=nova-2&punctuate=true` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.deepgram.com/v1/listen` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.deepgram.com/v1/speak?model=aura-asteria-en&encoding=mp3 (engine/src/routes/voice.ts:50)
`engine/src/routes/voice.ts:50` calls `POST https://api.deepgram.com/v1/speak?model=aura-asteria-en&encoding=mp3` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.deepgram.com/v1/speak` If this points at an…
Dangling fetchFetch
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — engine/src/vault/secretstore.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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — v5/assets/engine.js:34
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 — v6/assets/engine.js:34
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 — v7/assets/engine.js:34
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 — v8/assets/engine.js:34
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, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: engine/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v4/02-taste-engine.html:210
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v4/02-taste-engine.html:210 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v4/06-hiccup-handler.html:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v4/06-hiccup-handler.html:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v4/08-concierge.html:126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v4/08-concierge.html:126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/02-taste-engine.html:239
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/02-taste-engine.html:239 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/03-paste-trip.html:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/03-paste-trip.html:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/04-connections.html:254
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/04-connections.html:254 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/05-execution.html:240
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/05-execution.html:240 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/06-hiccup-handler.html:257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/06-hiccup-handler.html:257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/08-concierge.html:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/08-concierge.html:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/account.html:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/account.html:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/assets/menu.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/assets/menu.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/auth/login.html:145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/auth/login.html:145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/auth/signup.html:158
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/auth/signup.html:158 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/been.html:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/been.html:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/checkout.html:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/checkout.html:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/signup.html:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/signup.html:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v5/welcome.html:198
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v5/welcome.html:198 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/02-taste-engine.html:239
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/02-taste-engine.html:239 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/03-paste-trip.html:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/03-paste-trip.html:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/04-connections.html:254
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/04-connections.html:254 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/05-execution.html:240
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/05-execution.html:240 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/06-hiccup-handler.html:257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/06-hiccup-handler.html:257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/08-concierge.html:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/08-concierge.html:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/account.html:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/account.html:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/assets/menu.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/assets/menu.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/auth/login.html:145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/auth/login.html:145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/auth/signup.html:158
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/auth/signup.html:158 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/been.html:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/been.html:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/checkout.html:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/checkout.html:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/signup.html:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/signup.html:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v6/welcome.html:208
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v6/welcome.html:208 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/02-taste-engine.html:239
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/02-taste-engine.html:239 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/03-paste-trip.html:267
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/03-paste-trip.html:267 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/04-connections.html:254
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/04-connections.html:254 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/05-execution.html:240
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/05-execution.html:240 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/06-hiccup-handler.html:257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/06-hiccup-handler.html:257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/08-concierge.html:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/08-concierge.html:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/account.html:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/account.html:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/assets/menu.js:25
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/assets/menu.js:25 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/assets/voice.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/assets/voice.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/auth/login.html:145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/auth/login.html:145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/auth/signup.html:158
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/auth/signup.html:158 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/been.html:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/been.html:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/checkout.html:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/checkout.html:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/signup.html:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/signup.html:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v7/welcome.html:222
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v7/welcome.html:222 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/02-taste-engine.html:264
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/02-taste-engine.html:264 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/03-paste-trip.html:301
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/03-paste-trip.html:301 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/04-connections.html:270
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/04-connections.html:270 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/05-execution.html:256
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/05-execution.html:256 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/06-hiccup-handler.html:273
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/06-hiccup-handler.html:273 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/08-concierge.html:164
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/08-concierge.html:164 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/account.html:156
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/account.html:156 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/assets/menu.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/assets/menu.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/assets/voice.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/assets/voice.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/auth/login.html:160
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/auth/login.html:160 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/auth/signup.html:173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/auth/signup.html:173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/been.html:101
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/been.html:101 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/checkout.html:166
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/checkout.html:166 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/palette.html:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/palette.html:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/signup.html:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/signup.html:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/welcome.html:238
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/welcome.html:238 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v8/write.html:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v8/write.html:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in v5/admin.html:301
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
v5/admin.html:301 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in v6/admin.html:301
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
v6/admin.html:301 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in v7/admin.html:301
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
v7/admin.html:301 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in v8/admin.html:316
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
v8/admin.html:316 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v4/02-taste-engine.html:194
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v4/02-taste-engine.html:194 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v5/02-taste-engine.html:205
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v5/02-taste-engine.html:205 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v5/07-itinerary.html:156
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v5/07-itinerary.html:156 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v6/02-taste-engine.html:205
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v6/02-taste-engine.html:205 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v6/07-itinerary.html:156
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v6/07-itinerary.html:156 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v7/02-taste-engine.html:205
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v7/02-taste-engine.html:205 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v7/07-itinerary.html:156
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v7/07-itinerary.html:156 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v8/02-taste-engine.html:230
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v8/02-taste-engine.html:230 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in v8/07-itinerary.html:182
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
v8/07-itinerary.html:182 Insert adjacent html
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 34 placeholder/mock markers across 11 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
1 test file(s) for 72 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:22-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
engine/Dockerfile:2 containersPinned dependencies
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 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 — engine/test/smoke.ts:12
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 /auth/me
`engine/src/routes/auth.ts` declares `GET /auth/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: GET /places
`engine/src/routes/places.ts` declares `GET /places` 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 /travelers
`engine/src/routes/travelers.ts` declares `GET /travelers` 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 /waitlist/count
`engine/src/routes/waitlist.ts` declares `GET /waitlist/count` 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 /wallet/catalog
`engine/src/routes/wallet.ts` declares `GET /wallet/catalog` 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 /air/offer_requests?return_offers=true&supplier_timeout=10000
`engine/src/suppliers/duffel.ts` declares `POST /air/offer_requests?return_offers=true&supplier_timeout=10000` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth/login
`engine/src/routes/auth.ts` declares `POST /auth/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 /auth/signup
`engine/src/routes/auth.ts` declares `POST /auth/signup` 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 /billing/checkout
`engine/src/routes/billing.ts` declares `POST /billing/checkout` 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 /billing/save-card
`engine/src/routes/billing.ts` declares `POST /billing/save-card` 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 /billing/setup-intent
`engine/src/routes/billing.ts` declares `POST /billing/setup-intent` 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 /billing/webhook
`engine/src/routes/billing.ts` declares `POST /billing/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 /book
`engine/src/routes/book.ts` declares `POST /book` 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 /connections
`engine/src/routes/connections.ts` declares `POST /connections` 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 /converse
`engine/src/routes/converse.ts` declares `POST /converse` 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 /disruptions
`engine/src/routes/disruptions.ts` declares `POST /disruptions` 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 /parse
`engine/src/routes/parse.ts` declares `POST /parse` 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 /places
`engine/src/routes/places.ts` declares `POST /places` 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 /plan
`engine/src/routes/plan.ts` declares `POST /plan` 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 /prefs
`engine/src/routes/prefs.ts` declares `POST /prefs` 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 /profile
`engine/src/routes/profile.ts` declares `POST /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 /search
`engine/src/routes/search.ts` declares `POST /search` 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 /travelers
`engine/src/routes/travelers.ts` declares `POST /travelers` 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 /voice/speak
`engine/src/routes/voice.ts` declares `POST /voice/speak` 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 /voice/transcribe
`engine/src/routes/voice.ts` declares `POST /voice/transcribe` 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 /waitlist
`engine/src/routes/waitlist.ts` declares `POST /waitlist` 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/de5e2c0b-d602-44d7-99fa-aba6623ec360/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/de5e2c0b-d602-44d7-99fa-aba6623ec360/

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.