Comprehensive OWASP-based security checklist for AI systems with 65+ controls, 20+ test prompts, and interactive UI.
Run locally:
./launch.shOr manually:
python3 -m http.server 8000
# Open: http://localhost:8000/index.html- 65+ security checklist items across 6 categories
- 100+ security test prompts with bypass techniques
- 25 AI threat categories (T1-T25)
- Dark/light theme toggle
- Export progress (JSON, CSV, Markdown)
- Interactive UI with animations
- Dedicated prompts and standards pages
- NIST, ISO, and industry framework alignment
Security Testing (Defensive Only)
- Navigate to "Prompt Examples"
- Copy test prompts
- Test on authorized systems only
- Document findings
- Export progress reports
├── index.html # Main application
├── prompts.html # 100+ security testing prompts
├── standards.html # NIST, ISO, industry frameworks
├── launch.sh # Launch script
├── red_team_prompts.txt # Prompt collection
└── README.md # This file
See CONTRIBUTING.md for guidelines.
✅ Allowed: Testing your own systems, defensive research, authorized testing
❌ Prohibited: Unauthorized testing, malicious attacks