<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mustafa Salim Erek</title>
    <description>The latest articles on DEV Community by Mustafa Salim Erek (@mustafa_salimerek_c95e3e).</description>
    <link>https://dev.to/mustafa_salimerek_c95e3e</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4005470%2Fc1e27672-a5b3-4c04-b4d4-20b8290adfbc.png</url>
      <title>DEV Community: Mustafa Salim Erek</title>
      <link>https://dev.to/mustafa_salimerek_c95e3e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mustafa_salimerek_c95e3e"/>
    <language>en</language>
    <item>
      <title>Catch the boring launch-killers — leaked keys, missing privacy policy, AI-disclosure — from inside Claude Code</title>
      <dc:creator>Mustafa Salim Erek</dc:creator>
      <pubDate>Sat, 27 Jun 2026 14:15:36 +0000</pubDate>
      <link>https://dev.to/mustafa_salimerek_c95e3e/catch-the-boring-launch-killers-leaked-keys-missing-privacy-policy-ai-disclosure-from-inside-49ji</link>
      <guid>https://dev.to/mustafa_salimerek_c95e3e/catch-the-boring-launch-killers-leaked-keys-missing-privacy-policy-ai-disclosure-from-inside-49ji</guid>
      <description>&lt;p&gt;Every time I'm about to ship something, the same boring things bite me. Not the features — the unglamorous stuff: a key that ended up in a frontend bundle, an app with an AI chat and no disclosure, a landing page with no privacy policy two days before an EU launch.&lt;/p&gt;

&lt;p&gt;None of it is hard. It's just easy to forget, and the cost of forgetting is real: an App Store rejection, a GDPR complaint, a leaked credential someone finds in your main.js.&lt;/p&gt;

&lt;p&gt;So I made myself a checklist. Then I got tired of running it by hand and built it into the tool I already live in — my AI coding agent. This post is that checklist (useful on its own), plus how I wired it into Claude Code with MCP.&lt;/p&gt;

&lt;h2&gt;
  
  
  The boring stuff that actually gets you
&lt;/h2&gt;

&lt;p&gt;Secrets in your frontend — bundlers inline that "just for now" API key; grep your deployed main.[hash].js for sk-, AKIA, sk_live_.&lt;br&gt;
Exposed .env / .git — a lot of deploys serve /.env or /.git/config with a 200.&lt;br&gt;
Security headers — missing CSP, X-Frame-Options, HSTS, X-Content-Type-Options.&lt;br&gt;
Privacy policy &amp;amp; terms — stores require them; GDPR effectively does too.&lt;br&gt;
AI disclosure — EU AI Act Art. 50, CA SB 243, Apple 5.1.2 if your app talks with AI.&lt;br&gt;
Trackers &amp;amp; cookie consent — a pixel with no consent path is the classic miss.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I put it in my AI coding tool — MCP lets AI clients (Claude Code, Codex, Gemini CLI, Cursor) call external tools, so "scan my app" becomes something you can just say.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  60-second setup
&lt;/h2&gt;

&lt;p&gt;claude mcp add --transport http launchtrust &lt;a href="https://mcp.launchtrust.co/mcp" rel="noopener noreferrer"&gt;https://mcp.launchtrust.co/mcp&lt;/a&gt;&lt;br&gt;
(+ Codex config.toml and Gemini settings.json snippets) → then: "scan &lt;a href="https://my-app.com" rel="noopener noreferrer"&gt;https://my-app.com&lt;/a&gt; for compliance and security."&lt;/p&gt;

&lt;h2&gt;
  
  
  What a scan looks like
&lt;/h2&gt;

&lt;p&gt;LaunchTrust free quick scan — &lt;a href="https://my-app.com" rel="noopener noreferrer"&gt;https://my-app.com&lt;/a&gt; (HTTP 200)&lt;br&gt;
3 gap(s) · 1 detected · 9 not detected&lt;br&gt;
  • [high]   Privacy policy — none found&lt;br&gt;
  • [medium] Security headers — missing CSP, X-Frame-Options&lt;br&gt;
  • [medium] AI interaction disclosure — none found&lt;/p&gt;

&lt;h2&gt;
  
  
  Two principles — it never invents findings (every result traces to the page; never claims "compliant"); it's a compliance aid, not legal advice.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Try it / tell me what's missing — feedback ask + open-source link.
&lt;/h2&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
