FixTheVuln

OWASP Agentic Skills Top 10 (AST10)

By FixTheVuln Team Peer-reviewed security content Sources: CISA, NVD, OWASP

Test Your Knowledge

Security+ Practice Quiz CISSP Practice Quiz
← Back to Home

Key Takeaways

Securing the Skills Your Agent Installs

AI coding agents install skills the way browsers install extensions: from a registry, on a one-line command, often without review. The difference is what a skill gets when it loads. On most platforms today it inherits the agent's filesystem access, its shell, and its credentials, and it starts running before anyone has read what it says.

The OWASP Agentic Skills Top 10 (AST10) catalogues the ten risks in that layer. It exists because this stopped being hypothetical: the ClawHub registry became the first AI agent registry to be systematically poisoned at scale, and at peak infection five of the seven most-downloaded skills on it were confirmed malware.

Treat it as current best thinking rather than a settled standard. AST10 is an OWASP Incubator project in active development. Its v1 whitepaper was released for public review in August 2026 and v1.0 is targeted for Q4 2026, so risk titles and ratings can still move before release.

Each of the ten risks below has its own page with attack detail, the incident evidence the project cites, and a mitigation checklist.

AST01: Malicious Skills Critical AST02: Supply Chain Compromise Critical AST03: Over-Privileged Skills High AST04: Insecure Metadata High AST05: Untrusted External Instructions High AST06: Weak Isolation High AST07: Update Drift Medium AST08: Poor Scanning Medium AST09: No Governance Medium AST10: Cross-Platform Reuse Medium

How AST10 Relates to the LLM Top 10

These are different layers of the same stack. The AST10 project maps each risk to OWASP AISVS v1.0 and to the Cloud Security Alliance's MAESTRO 7-layer threat model for agentic systems, with an indirect NIST AI RMF crosswalk (NIST's first agent-specific deliverables are not expected until late 2026).

Question Covered by
What can the model be tricked into saying or doing?LLM01: Prompt Injection
What is the agent as a whole allowed to do?LLM03: Excessive Agency
What is each installed skill allowed to do?AST03: Over-Privileged Skills
Where did the skill come from, and is it what it claims?AST01, AST04
Can what the skill points at change after review?AST05: Untrusted External Instructions
What contains the damage when a skill turns hostile?AST06: Weak Isolation

If you are securing an agent deployment, the LLM Top 10 and AST10 are both in scope. The OWASP LLM Top 10 (2026 edition) →

AST10 Summary

ID Risk Severity Primary Defense
AST01Malicious SkillsCriticalSignature verification, install-time behavioral scanning
AST02Supply Chain CompromiseCriticalHash pinning, provenance, treat repo config as code
AST03Over-Privileged SkillsHighPermission manifests, per-skill scoped credentials
AST04Insecure MetadataHighSafe parsers, schema validation, publish-time analysis
AST05Untrusted External InstructionsHighHash-pin fetched docs, allowlist domains, audit chains
AST06Weak IsolationHighContainer isolation by default, syscall confinement
AST07Update DriftMediumContent-hash pinning, signature checks on update
AST08Poor ScanningMediumScan the prose layer, sandbox detonation
AST09No GovernanceMediumCentral inventory, approval workflow, audit logging
AST10Cross-Platform ReuseMediumRe-validate on port, normalize security metadata

Severity ratings are the AST10 project's own, as published in its risk index.