<?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: Shaiful Islam Shabuj</title>
    <description>The latest articles on DEV Community by Shaiful Islam Shabuj (@shaifulshabuj29).</description>
    <link>https://dev.to/shaifulshabuj29</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3638038%2Ff34ebf93-ad45-4cbc-b41e-cf72c2562c3b.png</url>
      <title>DEV Community: Shaiful Islam Shabuj</title>
      <link>https://dev.to/shaifulshabuj29</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shaifulshabuj29"/>
    <language>en</language>
    <item>
      <title>How I stopped worrying about Claude Code touching files it shouldn't</title>
      <dc:creator>Shaiful Islam Shabuj</dc:creator>
      <pubDate>Wed, 08 Apr 2026 01:03:15 +0000</pubDate>
      <link>https://dev.to/shaifulshabuj29/how-i-stopped-worrying-about-claude-code-touching-files-it-shouldnt-49a3</link>
      <guid>https://dev.to/shaifulshabuj29/how-i-stopped-worrying-about-claude-code-touching-files-it-shouldnt-49a3</guid>
      <description>&lt;p&gt;Claude Code is powerful. &lt;br&gt;
It can also silently write to your .env or run rm -rf.&lt;br&gt;
You find out after it happens.&lt;/p&gt;

&lt;p&gt;Waymark is an MCP server that intercepts&lt;br&gt;
every agent action before it executes...&lt;/p&gt;

&lt;p&gt;Waymark sits between an AI agent (Claude Desktop, Claude Code) and the filesystem. Every write_file, read_file, and bash call passes through Waymark before execution. Waymark:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Checks policy — blocks or queues the action if it violates waymark.config.json&lt;/li&gt;
&lt;li&gt;Logs to SQLite — records every action with full input, output, and policy decision&lt;/li&gt;
&lt;li&gt;Exposes a web UI — live dashboard at &lt;a href="http://localhost:3001" rel="noopener noreferrer"&gt;http://localhost:3001&lt;/a&gt; showing all actions&lt;/li&gt;
&lt;li&gt;Supports rollback — restores any overwritten file, or deletes any newly created file&lt;/li&gt;
&lt;li&gt;Approval flow — pending actions can be approved (executes the action) or rejected from the UI or Slack&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Setup: &lt;br&gt;
&lt;code&gt;cd your-project&lt;br&gt;
npx @way_marks/cli init&lt;br&gt;
npx @way_marks/cli start&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fye71p6w5ig8tqyt5lzct.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fye71p6w5ig8tqyt5lzct.png" alt="Waymarks dashboard" width="800" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What policies would you add to the default config? &lt;br&gt;
What files should be protected that aren't already?&lt;/p&gt;

&lt;p&gt;&lt;a href="//github.com/waymarks/waymark"&gt;github/waymarks&lt;/a&gt;&lt;br&gt;
&lt;a href="//npmjs.com/package/@way_marks/cli"&gt;npmjs/waymarks&lt;/a&gt;&lt;br&gt;
&lt;a href="//discord.com/channels/1072196207201501266/1491235633690312914"&gt;discord/waymarks&lt;/a&gt;&lt;/p&gt;

</description>
      <category>claude</category>
      <category>mcp</category>
      <category>claudecode</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
