buildmymcpserver/apps/web/app/(dashboard)
Marco Sadjadi be02600759
All checks were successful
Deploy to Production / deploy (push) Successful in 1m20s
feat(security): block credentials from reaching the LLM via prompt secret scan
Prompts were sent to the model with no secret scan, so a pasted API key would leak to the LLM. Added findSecretInPrompt in @bmm/types (tight provider-key patterns: Anthropic/OpenAI/GitHub/AWS/Google/Slack/Stripe/JWT/private-key) shared by both sides. The web wizard blocks before sending with a clear message; the API preview and preview-stream endpoints reject with secret_in_prompt as the hard guarantee. Credential VALUES already never touched the model - they are entered in the separate encrypted step 2; this closes the remaining leak path where a user pastes a key into the prompt itself.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 19:52:16 +02:00
..
audit feat(web): real 3-step wizard, settings, audit, docs, marketing pages 2026-05-19 18:20:31 +02:00
dashboard feat(web): country-code picker, auth-aware header, dedupe new-server CTA 2026-05-21 23:41:19 +02:00
servers feat(security): block credentials from reaching the LLM via prompt secret scan 2026-05-31 19:52:16 +02:00
settings feat(account): self-service GDPR Art.17 erasure; Enterprise price -> Custom 2026-05-31 19:23:41 +02:00
layout.tsx feat(web): glow-pulse on primary CTAs + hero fills full first viewport 2026-05-27 12:20:25 +02:00