<?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: Nono “no”</title>
    <description>The latest articles on DEV Community by Nono “no” (@nono_no_b32de048c5e6022).</description>
    <link>https://dev.to/nono_no_b32de048c5e6022</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%2F4000085%2F0b9b0479-8c56-4b08-b6a9-ddfcb4b3d83f.jpg</url>
      <title>DEV Community: Nono “no”</title>
      <link>https://dev.to/nono_no_b32de048c5e6022</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nono_no_b32de048c5e6022"/>
    <language>en</language>
    <item>
      <title>Your AI agent can probably delete your database. I built a 60-second way to check (open source)</title>
      <dc:creator>Nono “no”</dc:creator>
      <pubDate>Wed, 24 Jun 2026 08:16:27 +0000</pubDate>
      <link>https://dev.to/nono_no_b32de048c5e6022/your-ai-agent-can-probably-delete-your-database-i-built-a-60-second-way-to-check-open-source-3g4j</link>
      <guid>https://dev.to/nono_no_b32de048c5e6022/your-ai-agent-can-probably-delete-your-database-i-built-a-60-second-way-to-check-open-source-3g4j</guid>
      <description>&lt;p&gt;MCP is becoming the USB-C of AI agents — one standard to plug an agent into GitHub, Slack, Postgres, Stripe, your internal tools. Great. But here's what almost nobody checks before flipping the switch:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is this agent actually allowed to do?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The official MCP roadmap now lists audit trails, auth hardening, and gateway patterns as open enterprise gaps. The community already says "read the code before you connect a server to a host with your credentials." But who actually does that, line by line, across a dozen tools?&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;MCPGuard&lt;/strong&gt; — a small open-source CLI that reads an agent's tool config and tells you, in plain terms:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;which tools it can call, grouped by what they actually do (read / write / delete / send / payment / admin)&lt;/li&gt;
&lt;li&gt;a risk score per tool and overall&lt;/li&gt;
&lt;li&gt;exposed secrets (API keys, tokens) — shown redacted&lt;/li&gt;
&lt;li&gt;missing auth and implicitly-trusted tools&lt;/li&gt;
&lt;li&gt;a recommended allow/ask/deny policy as ready-to-use YAML&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's a &lt;strong&gt;static analyzer&lt;/strong&gt;: it reads a config, it doesn't run your agent or sit in its traffic. Nothing to break, nothing to trust with your data. Install and scan in 60 seconds:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;pipx install git+https://github.com/sengchanhkano-prog/mcpguard.git&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;mcpguard scan my_config.json&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Repo (MIT): &lt;a href="https://github.com/sengchanhkano-prog/mcpguard" rel="noopener noreferrer"&gt;https://github.com/sengchanhkano-prog/mcpguard&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This is v1 and deliberately small.&lt;/strong&gt; It scans configs / tool definitions today; live MCP connection (tools/list) is next on the roadmap, timed around the new spec.&lt;/p&gt;

&lt;p&gt;I'd genuinely like feedback from people running agents in production:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is permission risk something you actually worry about, or a non-issue in practice?&lt;/li&gt;
&lt;li&gt;Would a &lt;em&gt;live&lt;/em&gt; scan (connect to a running MCP server, pull its real tools, score them) be useful to you?&lt;/li&gt;
&lt;li&gt;What tool would you want detection rules for first?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Roast it, tell me it's pointless, or tell me what would make it useful. Both help.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>security</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
