AgentReadyHomeAgent Listing
Home · AI Security Answers · Agentic AI threats & frameworks

What is the OWASP Agentic Skills Top 10 (AST01–AST10)?

Grounded & cited · AI agent security

What "agentic skills" are — and why they need their own Top 10

A skill is a reusable, named behavior package an agent loads to acquire a capability: a SKILL.md (often with YAML/JSON frontmatter) or skill.json bundle that ships instructions, workflow logic, declared permissions, and sometimes helper scripts. They are the units traded in skill registries (ClawHub and similar) and consumed by hosts like OpenClaw, Claude Code, Cursor, and VS Code.

The OWASP Agentic Skills Top 10 (AST10) is a distinct OWASP project — separate from both the LLM Top 10 and the Agentic AI Top 10 — that catalogs the ten most critical security risks of these skill packages. It is led by Ken Huang with co-leads Akram Sheriff, Aonan Guan, Bhavya Gupta, Fabio Cerullo, Hammad Atta, and Iftach Orr, was conceived at the OWASP Project Summit in Oslo, and is licensed CC BY-SA 4.0. Each risk is grounded in real Q1‑2026 incident evidence (ClawHub poisoning, Snyk audits, Check Point CVEs, SecurityScorecard/Bitdefender telemetry).

The layered model: where skills sit

Skills occupy the behavior/workflow layer, distinct from the model and the tools beneath them:

A skill is more dangerous than a single tool call because it is reusable, distributable, and trusted: it carries plain-language instructions the model follows, it sits *above* the tool layer (so it can orchestrate many tools), and it is shared across hosts. A poisoned skill therefore amplifies into every session and every downstream MCP tool it can reach.

AST01 — Malicious Skills

Skills that are intentionally malicious — injected into registries or published under impersonated identities — to steal credentials, exfiltrate data, or compromise the host. The ClawHavoc campaign deployed roughly 1,184 malicious skills across ClawHub (Jan–Feb 2026), targeting exchange API keys, wallet private keys, SSH keys, and browser passwords. Snyk's ToxicSkills audit scanned 3,984 skills and found 1,467 (36.82%) flawed, 534 (13.4%) critical, and 76+ confirmed live payloads. Severity: Critical.

AST02 — Supply Chain Compromise

Attackers compromise upstream dependencies, the registry, or developer accounts to inject malicious code into otherwise-legitimate skills. Check Point disclosed CVE‑2025‑59536 (CVSS 8.7) enabling silent RCE via repository configuration files in Claude Code projects, and CVE‑2026‑21852 (CVSS 5.3), a Medium‑severity API‑exfiltration issue — not an RCE. Severity: Critical.

AST03 — Over-Privileged Skills

Skills request far more permission than the task needs — broad file access, shell, network, identity-file writes — amplifying blast radius and enabling lateral movement and data theft. Snyk's "Leaky Skills" audit (Feb 5 2026) found 280+ skills openly leaking API keys and PII through over-permissioned file/network access. Severity: High.

AST04 — Insecure Metadata

Misleading, missing, or unverifiable metadata (author, declared permissions, risk level) hides a skill's true scope and enables typosquatting, brand impersonation, and social engineering. ClawHub hosted skills impersonating legitimate vendors (e.g. fake "Google" skills) to exploit brand trust. Severity: High.

AST05 — Unsafe Deserialization

Skills load untrusted YAML/JSON config (e.g. SKILL.md frontmatter) with dangerous tags or unsafe parser settings, allowing code injection at parse time — before the skill's logic even runs. (The project lead's blog informally labels this slot "Prompt Injection"; the canonical OWASP project page and README title it "Unsafe Deserialization," used here.) Severity: High.

AST06 — Weak Isolation

Skills run inside the agent host process or with unrestricted filesystem/shell access instead of a sandbox, so a compromised skill can escalate privilege and move laterally. SecurityScorecard found 135,000+ OpenClaw instances publicly exposed with no container isolation, of which 53,000+ correlated with prior breaches. Severity: High.

AST07 — Update Drift

Skills or their dependencies lag on security patches, leaving known-vulnerable versions in use; attackers exploit published CVEs faster than orgs update. CVE‑2026‑28363 ("ClawJacked," CVSS 9.9) enabled WebSocket brute-force hijacking of local OpenClaw instances before patches rolled out. Severity: Medium.

AST08 — Poor Scanning

Pattern/signature-based scanners miss behavioral and natural-language injection attacks, so malicious skills pass automated checks while encoding exfiltration logic in plain-language instructions. Snyk showed signature scanners miss the large majority of semantic-level attacks. Severity: Medium.

AST09 — No Governance

Organizations lack skill inventories, approval workflows, audit logging, and agentic-identity controls, so skill deployment and usage are invisible to security teams. Bitdefender telemetry showed employees running OpenClaw on corporate machines with zero SOC visibility. Severity: Medium.

AST10 — Cross-Platform Reuse

Malicious skills are ported across OpenClaw, Claude Code, Cursor, and VS Code with format-specific obfuscations, and the absence of standardized security properties prevents comparison or carry-over of scan results across platforms — so each platform re-trusts a skill from scratch. Severity: Medium.

How teams should vet, sign, and sandbox skills

Treat every skill as untrusted third-party code that *also* speaks to your model in natural language. A practical defense-in-depth posture:

The throughline: skills are a supply-chain and excessive-agency problem wearing a natural-language disguise. Sign provenance, pin versions, scan behavior (not just patterns), sandbox execution, and govern the inventory — and do it at the registry, the host, and the runtime, because a single trusted-but-poisoned skill reaches every session and every MCP tool beneath it.

Sources: OWASP Agentic Skills Top 10 project page and README (github.com/OWASP/www-project-agentic-skills-top-10); OWASP Top 10 for Agentic Applications 2026 (genai.owasp.org); kenhuangus.substack.com "From Oslo to Action."

Grounded in

How does your AI agent score?

Get a free, instant AI agent security readiness snapshot — mapped to NIST, OWASP & ISO — then unlock the full report with a prioritized, cited fix-list.

Get the AI Security & Compliance Brief
Grounded, practical guidance for securing AI agents — mapped to NIST, OWASP & ISO. Occasional, and you can unsubscribe anytime.

This AI-generated answer is for guidance only — not a certification, audit, or penetration test. Grounded in the NIST AI RMF, OWASP LLM Top 10, and ISO/IEC 42001 control text; verify applicability to your environment.