skill-security-auditor

Scan Python and Bash scripts and SKILL.md files for security vulnerabilities.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill skill-security-auditor-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-security-auditor
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-advanced-skills/skill-security-auditor
Command: npx skills add https://github.com/4lerman/text_evaluator --skill skill-security-auditor-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill identifies and mitigates security risks in AI agent skills before they are installed, ensuring safe deployment.

Core Features & Use Cases

  • Security Scanning: Performs static analysis on skill directories and repositories for malicious patterns and code execution risks.
  • Vulnerability Detection: Identifies known vulnerabilities in dependencies, typosquatting, and other security issues.
  • Prompt Injection Detection: Checks for and mitigates risks related to prompt injection in SKILL.md files.
  • Use Case: Before installing a skill, use this tool to scan for any security vulnerabilities and ensure the skill is safe for deployment.

Quick Start

Run the skill_security_auditor.py script to audit the local skill directory.

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 security vulnerabilities before deployment?

To scan AI agent skills for security vulnerabilities before deployment, run a Python static analysis script on the skill directory to detect malicious patterns, command injection, and network exfiltration. This process checks scripts and SKILL.md files to ensure safe installation.

What is security auditing for AI agent skills and when do I need it?

Security auditing for AI agent skills is the process of detecting malicious patterns and code execution risks in skill directories before installation. You need it before deploying any new skill to prevent command injection, network exfiltration, and prompt injection attacks.

Can I detect prompt injection risks in SKILL.md files?

Yes, you can detect prompt injection risks in SKILL.md files by running a security audit on the skill directory. The auditing process specifically checks SKILL.md files for prompt injection vulnerabilities and mitigates these risks before deployment.

Does security auditing work with both Python and Bash scripts?

Yes, security auditing works with both Python and Bash scripts to detect command injection and code execution vulnerabilities. The scanner requires Python for execution to analyze script files for malicious patterns and network exfiltration risks.

How do I check dependencies for known vulnerabilities in AI skills?

To check dependencies for known vulnerabilities in AI skills, run a dependency analysis during the security audit. This identifies known vulnerabilities, typosquatting, and other security issues in the skill's dependencies before you install it.

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

Static analysis for AI skill security scanning requires Python to run and focuses on detecting known malicious patterns, command injection, and code execution risks in Python and Bash scripts. It may not catch dynamically generated threats or zero-day vulnerabilities.