skill-security-auditor

Scan AI agent skill code, prompts, and dependencies for security risks.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill skill-security-auditor-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-security-auditor
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/skill-security-auditor
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill skill-security-auditor-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

AI agent skills can run with broad access and perform actions in system and network contexts. This Skill provides a pre-install security audit that scans skill content for risky patterns, returns a PASS/WARN/FAIL verdict, and offers actionable remediation guidance.

Core Features & Use Cases

  • Scans code, prompts, and dependencies for security risks before installation.
  • Generates a structured audit report with findings, severity, and suggested fixes.
  • Supports local skill paths or repository URLs and JSON output for automation.

Quick Start

Run the auditor on a local skill directory to generate a security verdict and remediation guidance.

Frequently Asked Questions about skill-security-auditor

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

FAQPage Schema
How do I audit AI agent skills for security vulnerabilities before installation?

You can audit AI agent skills by scanning code, prompts, and dependencies for risky patterns like prompt injection and data exfiltration. The auditor returns a PASS, WARN, or FAIL verdict with actionable remediation guidance to ensure safe installation.

What security risks should I check for before installing AI skills?

Before installing AI skills, check for code execution, prompt injection, data exfiltration, credential access, and file system abuse. The auditor validates these patterns and provides a structured report with severity levels and suggested fixes.

Can I scan a remote repository URL for skill security risks?

Yes, the security auditor supports both local skill directories and remote repository URLs. You can scan remote sources directly and output the findings in JSON format for automation pipelines.

How do I generate a JSON security report for an AI skill?

To generate a JSON security report, run the auditor on a local skill path or repository URL and enable JSON output. The report includes findings, severity ratings, and remediation guidance in a structured format for automation.

Does the security auditor support strict mode for vulnerability scanning?

Yes, the auditor includes a strict mode option for vulnerability scanning. This enforces tighter validation on risky patterns in code and prompts, providing a more conservative PASS or FAIL verdict.

When should I run a pre-install security audit on agent skills?

Run a pre-install security audit whenever integrating new AI agent skills that require system or network access. This prevents risky code execution, credential access, and data exfiltration patterns from compromising your environment.