skill-security-analyzerlisted
Install: claude install-skill freitasp1/claude-code-skills
# Skill Security Analyzer
Analyze Claude skills for security risks, vulnerabilities, and safety concerns before deployment.
## When to Use This Skill
Use this skill whenever security analysis of a Claude skill is requested, including:
- "Analyze the security of this skill"
- "What are the security risks in my [skill-name]?"
- "Review this skill for vulnerabilities"
- "Is this skill safe to deploy?"
- "Check this skill for security issues"
- "Audit this skill before I use it"
## Analysis Process
Security analysis follows a systematic workflow:
1. **Extract skill contents** - If provided as a .skill file, extract and examine all components
2. **Review skill metadata** - Analyze name, description, and stated purpose
3. **Examine SKILL.md** - Review instructions and identify potential risks
4. **Inspect bundled resources** - Analyze scripts, references, and assets for security issues
5. **Cross-reference patterns** - Check against known security patterns (see references/security_patterns.md)
6. **Generate findings** - Compile severity-rated list of identified risks
7. **Create output** - Provide executive summary, findings list, and security checklist
## Output Format
Provide three components in this order:
### 1. Executive Summary (2-3 sentences)
Brief overall assessment with key takeaway. Examples:
- "This skill has CRITICAL security risks including undisclosed network access and potential data exfiltration. Do not deploy without major modifications."
- "This skill dem