skill-security-auditor

Audit AI agent skills for security vulnerabilities using static analysis.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/amanhsn/flyerbuild --skill skill-security-auditor-amanhsn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-security-auditor
Source: https://github.com/amanhsn/flyerbuild/tree/main/.cursor/skills/skill-security-auditor
Command: npx skills add https://github.com/amanhsn/flyerbuild --skill skill-security-auditor-amanhsn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as a crucial security gate, scanning AI agent skills for potential vulnerabilities and malicious code before they are installed or run.

Core Features & Use Cases

  • Vulnerability Scanning: Detects dangerous code patterns, prompt injection risks, and dependency supply chain issues.
  • Clear Verdicts: Provides a PASS/WARN/FAIL verdict with detailed findings and remediation guidance.
  • Use Case: Before installing a new skill from an unknown source, run this auditor to ensure it doesn't contain malware, won't exfiltrate your data, or hijack the AI's behavior.

Quick Start

Use the skill-security-auditor to audit the local skill directory located at '/path/to/skill-name/'.

Frequently Asked Questions about skill-security-auditor

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

FAQPage Schema
How do I scan for prompt injection and malware in AI agent skills?

To scan for prompt injection and malware, audit the skill's local directory. The static analyzer checks Python, Bash, and Markdown files for command injection, code execution, and dependency risks, returning a PASS/WARN/FAIL verdict.

What is static analysis for AI agent vulnerabilities?

Static analysis for AI agent vulnerabilities detects dangerous code patterns and malicious payloads before execution. It scans file system boundaries, verifies dependency risks, and identifies obfuscation techniques without running the code.

How do I detect dependency supply chain risks in an AI skill?

Detect dependency supply chain risks by running a security audit on the skill directory. The vulnerability scanner evaluates package dependencies to identify potential threats and issues a clear verdict with detailed findings.

Does the security auditor detect obfuscation techniques in skill files?

Yes, the security auditor detects obfuscation techniques. During static analysis, it scans the skill's files to uncover hidden malicious code, ensuring that obfuscated payloads cannot bypass the security gate.

What are the limitations of static analysis for AI skill security?

Static analysis limitations include an inability to catch runtime or dynamic execution exploits. It focuses on scanning file system boundaries, code patterns, and dependencies, meaning it may miss complex logic flaws that only trigger during active execution.