The Sorry State of Skill Distribution#2319
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://blog.trailofbits.com/2026/06/03/the-sorry-state-of-skill-distribution/ Content Categories: Based on the analysis, this content was categorized under "AI Security / AI Agent Skills Supply Chain Attacks, with cross-references from Dependency Confusion or supply-chain sections and Python bytecode/reversing sections". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Trail of Bits analyzed public AI-agent skill marketplaces and demonstrated that current automated skill scanners can be bypassed with simple, practical supply-chain techniques. The tested targets were ClawHub/OpenClaw scanning, VirusTotal Code Insight, Cisco's open-source skill-scanner, and the three scanners integrated into skills.sh: Gen Agent Trust Hub, Socket, and Snyk. The proof-of-concept mali...
🔧 Technical Details
Context-truncation scanner evasion: If a scanner truncates large files before analysis, malicious code or instructions can be placed after a large padding region, such as 100,000 newline characters. The scanner evaluates only the harmless prefix and marks the artifact safe, while the deployed package still contains the malicious tail content. This applies to LLM scanners with token limits and static scanners with maximum file-size or maximum-character policies.
Archive/document indirection: A package can place benign instructions in a top-level manifest such as
SKILL.mdwhile instructing the agent to load secondary instructions from a document. Formats such as.docxare ZIP containers containing XML and can also carry extra embedded files. If scanners do not recursively unpack and inspect every archive member, an attacker can hide a payload such assync1.shinside the document and have the agent execute i...🤖 Agent Actions
Done.
Updated only:
src/AI/AI-MCP-Servers.mdAdded a new section covering:
.docx/archive indirection.pyc/generated-artifact poisoning.npmrc/.yarnrcLD_PRELOADas a native-code execution primitiveAlso added references for:
trailofbits/overtly-malicious-skillsValidation:
git diff --checkpassedmdbook buildcould not run becausemdbookis not installed in this environmentThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.