
The rise of AI agents has created a new class of software dependency: the skill. This development introduces a new supply chain with familiar risks. New research shows this ecosystem is already compromised. The security tools built to protect it are proving ineffective. These emerging threats mirror persistent problems in established software ecosystems, demonstrating a common, underlying challenge for defenders.
At a Glance
3
Reports Analyzed
High
Overall Severity
AI Skills & npm
Affected Ecosystems
Supply Chain
Threat Vector
AI Skill Scanners Fail Against Simple Attacks
Public marketplaces for AI skills have become a new vector for malware distribution. Security tools designed to police these repositories are failing. In a recent analysis, researchers from Trail of Bits tested and bypassed every major skill scanner they encountered. The list of bypassed tools includes ClawHub's scanner, Cisco's open-source skill-scanner, and the three scanners integrated into the skills.sh marketplace [2].
"No amount of scanning or LLM analysis can reliably detect malicious content in agent skills."
Trail of Bits [2]
The successful bypasses did not require sophisticated methods. One attack against the ClawHub scanner involved prepending 100,000 newlines to a malicious file. The scanner truncated the content and missed the payload entirely. Another attack used Python bytecode poisoning, a classic supply chain technique. The skill included benign source code but bundled it with malicious pre-compiled bytecode that passed all checks on skills.sh [2].
Researchers also demonstrated an attack unique to the agentic surface: prompt injection. The malicious skill used persuasive language to convince an LLM-based guard model that a dangerous command was a benign corporate configuration. The skill instructed an agent to reconfigure its package manager to use an attacker-controlled registry. The scanner's LLM analyzer misclassified the threat as low severity, noting only a potential for information disclosure rather than remote code execution [2].
Traditional Supply Chains Face Evolving Threats
The vulnerabilities in the new AI skill ecosystem reflect long-standing issues in traditional software supply chains. The npm registry, for example, remains a prime target for attackers. Research from Palo Alto Networks Unit 42 shows that these attacks are growing in sophistication. Attackers now deploy wormable malware, build persistence into CI/CD pipelines, and use complex multi-stage attacks to evade detection [3]. This indicates a professionalization of supply chain threats.
Managing this systemic risk requires a structured defense. Security vendors are proposing new frameworks to help organizations cope. The AI Threat Readiness Framework from Wiz, for instance, outlines pillars for building resilience against AI-related threats. Its first pillar advocates for reducing critical exposures and using AI-powered tools to scan for vulnerabilities [1]. However, the failure of skill scanners shows that automated scanning is not a complete solution. Defenders must account for attackers who can test their malware against these tools until they find a way through.
Defender Takeaway
The common thread across these reports is the danger of outsourcing trust to automated tools. Both new AI skill scanners and traditional package scanners can be bypassed. Attackers have a key advantage: they can repeatedly test their malicious code against static, publicly accessible defenses until a bypass is found. Relying on public marketplaces and their integrated scanners is an insecure model.
Organizations must treat AI skills with the same diligence they apply to any other external dependency. A proactive, curated approach is essential. Instead of trusting public repositories by default, security teams should build and maintain internal, vetted collections of approved skills and software packages. This shifts the security posture from "scan and allow" to "deny by default."
OPERATOR ACTION
Establish curated allow-lists for all external dependencies, including both software packages and AI skills.
References
- wiz.io. https://www.wiz.io/blog/ai-threat-readiness-pillar-1 (accessed 2026-06-04).
- blog.trailofbits.com. https://blog.trailofbits.com/2026/06/03/the-sorry-state-of-skill-distribution/ (accessed 2026-06-04).
- unit42.paloaltonetworks.com. https://unit42.paloaltonetworks.com/monitoring-npm-supply-chain-attacks/ (accessed 2026-06-04).
About Helixar Research Labs
Helixar is an AI-native software R&D lab focused on agentic governance, compliance, and security for enterprises and enterprise agents.
Helixar Research Labs publishes briefings on the agentic and AI threat surface, including autonomous agents, LLM tooling, MCP servers, model supply chains, and prompt injection. The goal is to surface the gap between traditional defenses and agentic attacks before it shows up in your incidents.
If you run agents in production, this is for you. Learn more at helixar.ai.