auditing-skills

Scan AI agent skill directories for dangerous patterns and prompt-injection risks.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill auditing-skills-jbovet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auditing-skills
Source: https://github.com/jbovet/oxidized-agentic-audit/tree/main
Command: npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill auditing-skills-jbovet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans AI agent skill directories for dangerous bash patterns, prompt injection, supply chain risks, and SKILL.md structure violations to help security teams validate skills before deployment.

Core Features & Use Cases

  • Detect dangerous Bash patterns, prompt injection vectors, and misconfigurations in SKILL.md.
  • Validate frontmatter structure and ensure SKILL.md meets quality standards.
  • Provide actionable findings to guide remediation across skill collections or single skills.

Quick Start

Run oxidized-agentic-audit scan <path> to begin an automated security audit of a skill.

Frequently Asked Questions about auditing-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan AI agent skills for prompt injection and dangerous bash patterns?

You can scan AI agent skills for prompt injection and dangerous bash patterns by running an automated security audit on the skill directory to identify and report risks in SKILL.md files and associated scripts.

How do I validate SKILL.md frontmatter structure and security before deployment?

Validating SKILL.md frontmatter structure involves checking for misconfigurations and quality standard violations, while the security audit identifies supply chain risks and prompt injection vectors to ensure safe deployment.

Can I audit a collection of AI skills or do I need to scan them individually?

You can audit both single-skill directories and entire skill-collection directories, allowing you to validate multiple AI skills at once and generate actionable findings for remediation across the collection.

What external security tools can I integrate into an AI skill security audit?

The audit supports integration with available external security tools like shellcheck, gitleaks, and semgrep to supplement built-in scanners for bash patterns, frontmatter validation, and package installation checks.

How does the scoring and behavior configuration work for skill security audits?

Scoring and behavior are driven by a local configuration file that manages suppression rules and coordinates built-in scanners alongside external tools to produce actionable security findings.

Why are my AI agent skills flagged for supply chain risks during a security audit?

AI agent skills are flagged for supply chain risks when the audit detects dangerous package installation patterns or misconfigurations in the skill directory that could lead to insecure dependencies.