<?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: harotalo</title>
    <description>The latest articles on DEV Community by harotalo (@hotsa104).</description>
    <link>https://dev.to/hotsa104</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%2F3979609%2Fffc70130-d7a9-4264-a965-bd30d04c3001.png</url>
      <title>DEV Community: harotalo</title>
      <link>https://dev.to/hotsa104</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hotsa104"/>
    <language>en</language>
    <item>
      <title>When Package Managers Can't Help: Defending AI Agent Skills Against Supply Chain Attacks</title>
      <dc:creator>harotalo</dc:creator>
      <pubDate>Thu, 11 Jun 2026 13:49:26 +0000</pubDate>
      <link>https://dev.to/hotsa104/when-package-managers-cant-help-defending-ai-agent-skills-against-supply-chain-attacks-4681</link>
      <guid>https://dev.to/hotsa104/when-package-managers-cant-help-defending-ai-agent-skills-against-supply-chain-attacks-4681</guid>
      <description>&lt;h2&gt;
  
  
  A real-world implementation of static + LLM-based scanning for Claude Code / Cursor skill layers
&lt;/h2&gt;

&lt;p&gt;npm's supply chain defenses have matured fast. By 2026, pnpm ships with automatic 1-day release age cooldown (default ON), and npm v12 will block install scripts by default. The battle for package-layer security is being won.&lt;br&gt;
But the attack surface moved. And the new frontier is invisible to traditional security.&lt;br&gt;
When you run npx some-skills add frontend-design, you're importing a skill — a SKILL.md file that Claude Code will immediately parse and follow as instructions. This layer:&lt;/p&gt;

&lt;p&gt;Bypasses package managers entirely (no cooldown, no signature check)&lt;br&gt;
Evades EDR (it's just Markdown text)&lt;br&gt;
Reaches the highest-trust environment: developer's local machine with all credentials loaded&lt;/p&gt;

&lt;p&gt;And it's already compromised. ClawHub (an AI skill marketplace) was found to contain 341 malicious skills out of 2,857 (11.9%) in Feb 2026.&lt;br&gt;
This article documents why existing defenses fail, what I built to solve it (skill-firewall), and the surprising UX lessons learned along the way — from symlink traps to why "warning the agent" beats "alerting the user."&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>security</category>
    </item>
  </channel>
</rss>
