skill-security-auditor

Scan skill code, dependencies, and filesystem access for security risks.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Scheune10-coding/my-claude-code-skills --skill skill-security-auditor-scheune10-coding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-security-auditor
Source: https://github.com/Scheune10-coding/my-claude-code-skills/tree/main/skill-security-auditor
Command: npx skills add https://github.com/Scheune10-coding/my-claude-code-skills --skill skill-security-auditor-scheune10-coding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Security audit and vulnerability scanner for AI agent skills before installation.

Core Features & Use Cases

  • Static scanning of Python and Bash scripts for dangerous patterns like os.system, eval, subprocess with shell, and potential data exfiltration.
  • Prompt-injection detection in SKILL.md and related markdown/reference files to catch instructions that bypass safety or alter behavior.
  • Dependency supply-chain checks and filesystem boundary verification with clear PASS/WARN/FAIL verdicts and actionable remediation guidance.

Quick Start

Run the auditor on a local skill directory to generate a security report.

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 AI agent skills for prompt-injection vulnerabilities before installation?

Scan Python and Bash scripts for dangerous patterns like os.system, eval, and subprocess with shell by running a static security audit on the local skill directory, which outputs a machine-readable report with critical, high, and info findings.

What is dependency supply-chain risk detection for AI skills?

Dependency supply-chain risk detection for AI skills is the process of scanning a skill's dependencies and filesystem access boundaries before installation to identify potential vulnerabilities and output a clear security verdict with actionable remediation steps.

Can I audit a git repository for security risks instead of a local skill directory?

Yes, you can audit a git repository for security risks because the scanner supports both local skill directories and git repositories, analyzing Python/Bash scripts, markdown content, and related assets for dangerous patterns and data exfiltration.

Does the security audit detect data exfiltration patterns in Python and Bash scripts?

Yes, the security audit detects potential data exfiltration by statically scanning Python and Bash scripts for dangerous patterns like os.system, eval, and subprocess with shell, generating a machine-readable report with critical findings.

What are the limitations of static scanning for prompt-injection in markdown files?

A limitation of static scanning for prompt-injection in markdown files is that it identifies suspicious instructions altering behavior or bypassing safety, but may require manual review to confirm contextual threats within the generated security report.