Book an Appointment

Securing Agent Skills

How to vet, harden and govern packaged capabilities for AI agents – instructions plus executable code in the SKILL.md format – before deployment and across their lifecycle.

Last updated: July 2026 · Valeri Milke, ISO 27001 & ISO 42001 Lead Auditor

3stages of progressive disclosure when loading skills
~100tokens at startup — name and description only
2required frontmatter fields: "name" and "description"
4vetting approaches: review, sandboxing, allowlisting, signing

Agent Skills are an open format for giving AI agents new capabilities: a skill is a directory containing a SKILL.md file with metadata and instructions, which can additionally bundle scripts, reference documents and templates. Originally developed by Anthropic and released as an open standard, the format is now supported by a wide range of agent products – from Claude Code and GitHub Copilot to Gemini CLI and OpenAI Codex. But this also means: whoever installs a skill installs instructions and executable code written by someone else – with the same consequences as any software installation, plus a new attack surface: natural-language instructions that directly steer the agent's behavior. This article puts the risks into perspective and shows what vetting and governance of Agent Skills can look like.

The Essentials at a Glance

Six topic blocks — tap to expand.

Vetting approaches at a glance

Four approaches before a skill makes it into use — tap a tab.

Before approval
  • A complete review of all files in a skill: SKILL.md, referenced Markdown files, scripts and resources.
  • Looking for adversarial instructions (ignore security rules, hide actions), network access, hardcoded credentials, unexpected redirect targets and exfiltration patterns.
SKILL.mdscriptsresourcesadversarial instructionshardcoded credentialsredirect targetsexfiltration patterns

Standards & Sources

The content on this page is based on the following publicly available guides and studies.

Anthropic (Claude Platform Docs) · 2026

Agent Skills

Primary source on architecture, SKILL.md structure, progressive disclosure, runtime environments and security considerations for Agent Skills.

Anthropic (Claude Platform Docs) · 2026

Skills for enterprise

Governance guide with risk-tier assessment, an eight-step review checklist, a lifecycle model, checksum/signature recommendations and skill-registry requirements.

agentskills.io (offener Standard, initiiert von Anthropic) · 2026

Agent Skills Specification

Format specification: required and optional frontmatter fields (including the experimental "allowed-tools"), directory structure and progressive-disclosure stages.

OWASP GenAI Security Project · 2025

LLM01:2025 Prompt Injection

Defines direct and indirect prompt injection as well as countermeasures such as privilege control, human approvals and segregation of external content.

OWASP GenAI Security Project · 2025

OWASP Top 10 for Agentic Applications 2026

Risk catalog for agentic applications (ASI01–ASI10); source of the "Least Agency" governance principle.

Red Hat Developer · 2026

Agent Skills: Explore security threats and controls

Practice-oriented threat and control catalog for Agent Skills, including sandboxing in containers, malware/secret scanning and restrictive file permissions.

Adopting Agent Skills securely?

If you are deploying skills in your organization or want to build an approval process for them, we are happy to support you – from skill reviews to governance. Get in touch for an initial consultation.