ai-threat-testing
Offensive AI security testing and exploitation framework. Systematically tests LLM applications for OWASP Top 10 vulnerabilities including prompt injection, model extraction, data poisoning, and supply chain attacks. Integrates with pentest workflows to discover and exploit AI-specific threats.
- Type
- skill
- GitHub stars
- ★ 194
- Repository
- transilienceai/communitytools
- Category
- security
Install
1Quick install (skills CLI)
npx skills add transilienceai/communitytools --skill ai-threat-testing --agent claude-codeInstalls ai-threat-testing into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.