skill-security-auditor

Scan AI agent skill packages for security risks and produce PASS, WARN, or FAIL findings.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill skill-security-auditor-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-security-auditor
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/skills/skill-security-auditor
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill skill-security-auditor-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you safely evaluate AI agent skills before installation by spotting malicious code, prompt injection, unsafe file access, and risky dependencies.

Core Features & Use Cases

  • Security auditing: Reviews skill directories or git repositories for code execution, exfiltration, privilege escalation, and boundary violations.
  • Prompt and document scanning: Checks SKILL.md and reference markdown for hidden instructions, safety bypasses, and suspicious directives.
  • Practical use cases: Use it to gate third-party skills, review plugin packages before install, and generate a PASS, WARN, or FAIL decision with remediation guidance.

Quick Start

Ask the Skill to audit a skill directory or repository for security risks and return a clear verdict with the most important findings.

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 risks before install?

To scan AI agent skills for security risks, audit local skill directories or git repositories to detect command execution, prompt injection, and credential access. This generates a PASS, WARN, or FAIL verdict with remediation guidance to gate third-party plugins safely.

What is static analysis for prompt injection in skill packages?

Static analysis for prompt injection is a scanning mechanism that reviews SKILL.md and reference markdown files for hidden instructions and safety bypasses. It identifies suspicious directives without executing code, preventing malicious boundary violations during skill installation.

Can I use this to audit a git repository for unsafe dependencies?

Yes, you can audit a git repository for unsafe dependencies. The scanner evaluates skill packages for supply-chain issues, unsafe deserialization, and exfiltration risks, returning a clear PASS, WARN, or FAIL decision based on the repository's boundary-violating files.

What's the best way to detect exfiltration and privilege escalation in markdown instructions?

The best way to detect exfiltration and privilege escalation in markdown instructions is to perform static document scanning on SKILL.md files. This process catches hidden directives and safety bypasses, producing actionable findings before the skill package is installed.

Does the security audit check for supply-chain vulnerabilities and code execution?

Yes, the security audit checks for supply-chain vulnerabilities and code execution. It statically scans skill directories and repositories to identify risky dependencies and command execution paths, yielding a FAIL or WARN status if boundary violations are found.