skill-security-auditor
Audit a Claude/Agent SKILL.md (or any AI skill / system prompt) for safety before installing or merging it. Use when asked to review a skill for security, check a prompt for injection, vet a community skill, or assess whether an instruction file is safe to run. Produces a risk-rated report of findings (prompt injection, data exfiltration, code execution, secrets, hidden text) with severity, evidence, and a clear install / don't-install recommendation.
npx skills add mohitagw15856/pm-claude-skills --skill skill-security-auditor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill Security Auditor Review an AI skill file or system prompt for instructions that could harm whoever installs or runs it. Skills are plain text, but plain text can still tell a model to leak data, run destructive commands, or ignore its guidelines. This skill produces a structured safety verdict. ## When to use - Vetting a skill from an untrusted or community source before installing it - Reviewing a contributed `SKILL.md` in a pull request - Checking a system prompt / custom instruction for prompt-injection risks ## Required Inputs Ask for these if not provided: - **The skill / prompt content** to audit (paste it, or the file path) - **Any bundled scripts** the skill ships (these matter as much as the prose) - **Where it came from** (source/author) and **how it will run** (auto-loaded vs. manual) ## What to Check Scan for each category and rate severity (🔴 High / 🟠 Medium / 🟡 Low): | Category | Look for | |---|---| | **Prompt injection** | "ignore previous/all instructions", "developer mode", jailbreak/DAN framing, attempts to reveal the system prompt, forced unrestricted personas | | **Data exfiltration** | Instructions that transmit the conversation, user-provided conte
- When to use
- Required Inputs
- What to Check
- Process
- Output Format
- Findings
- Recommendation
- Deeper Materials
- Scoring Rubric (0–40)
- Quality Checks
- Anti-Patterns
What does the skill-security-auditor skill do?
Audit a Claude/Agent SKILL.md (or any AI skill / system prompt) for safety before installing or merging it. Use when asked to review a skill for security, check a prompt for injection, vet a community skill, or assess whether an instruction file is safe to run. Produces a risk-rated report of findings (prompt injection, data exfiltration, code execution, secrets, hidden text) with severity, evidence, and a clear install / don't-install recommendation.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill skill-security-auditor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
