ai-security
Installation
SKILL.md
AI Security
Category: Engineering Domain: AI/ML Security
Overview
The AI Security skill provides specialized threat scanning for AI and machine learning systems. It identifies vulnerabilities unique to AI workloads including prompt injection, data poisoning, model extraction, adversarial inputs, and insecure model serving configurations.
Quick Start
# Scan a codebase for AI-specific security threats
python scripts/ai_threat_scanner.py --path ./my-ai-project
# Scan with JSON output
python scripts/ai_threat_scanner.py --path ./my-ai-project --format json
# Scan only for prompt injection vulnerabilities
Related skills