Live Site: https://arcanum-sec.github.io/ai-sec-resources/
A comprehensive collection of AI/LLM security resources including labs, competitions, bug bounties, and security tools for learning and practicing AI security concepts.
The Arcanum AI Security Resources Hub serves as a centralized platform for AI security professionals, researchers, and enthusiasts to discover and access various resources for learning about and testing AI/LLM security vulnerabilities.
Interactive training environments and challenges covering:
- Prompt injection techniques
- Jailbreaking methodologies
- Indirect prompt injection
- Data exfiltration attacks
- Cross-user data leakage
- Authentication bypass methods
- RAG system vulnerabilities
- And much more...
Competitive platforms for testing AI security skills:
- HackAPrompt 2.0 - World's largest AI red-teaming competition
- Pangea AI Escape Room - Interactive escape room challenges
- RedTeam Arena - Community-driven LLM red-teaming
- Gray Swan AI Arena - AI safety and alignment competitions
- LLM Hacker Challenge - Progressive difficulty challenges by All About AI
Official vulnerability disclosure programs:
- Anthropic Bug Bounty - Claude AI system vulnerabilities
- OpenAI Bug Bounty - ChatGPT & GPT API security issues
- Google Gemini Bug Bounty - Gemini AI model vulnerabilities
- 0din.ai GenAI Bug Bounty - Mozilla's generative AI security program
Essential tools for AI security testing:
- P4RS3LT0NGV3 (Original & Extended) - Prompt injection payload generators
- PyRIT - Microsoft's Python Risk Identification Tool
- Garak - NVIDIA's comprehensive LLM vulnerability scanner
- Promptfoo - LLM testing and red teaming framework
- Spikeé - Arcanum's AI security analysis platform
- PyRIT-Ship - Burp Suite extension for AI vulnerability testing
Research papers, taxonomies, and documentation:
- Arcanum Prompt Injection Taxonomy - Comprehensive classification system for prompt injection attacks
- AI Pentest Questionnaire - Structured penetration testing assessment guide for AI systems
- AI Security Ecosystem - Enterprise AI deployment mapping for comprehensive pentesting scope identification
- Visit the live site: AI Security Resources Hub
- Browse through the different categories using the tab navigation
- Click on any resource to access the tool, lab, or competition
- Start with beginner-level resources and progress to advanced challenges
To run this project locally:
# Clone the repository
git clone https://github.com/Arcanum-Sec/ai-sec-resources.git
# Navigate to the project directory
cd ai-sec-resources
# Serve the files using any web server
# For example, using Python's built-in server:
python -m http.server 8080
# Or using Node.js serve:
npx serve .ai-security-labs-pages/
├── index.html # Main application file with all content
├── README.md # This file
└── .git/ # Git repository data
- Responsive Design - Works on desktop, tablet, and mobile devices
- Tab Navigation - Organized content across Labs, Competitions, Bug Bounties, and Tools
- Search-Friendly - Easy to find specific resources
- Visual Status Indicators - Live status indicators for each resource
- External Links - Direct access to all platforms and tools
- Progressive Difficulty - Resources organized by skill level
We welcome contributions to expand and improve the resource collection! To contribute:
- Fork the repository
- Add new resources to the appropriate section in
index.html - Update the stats counters if adding new items
- Test your changes locally
- Submit a pull request with a clear description
When adding new resources, please ensure:
- Accurate descriptions and feature lists
- Working links to the actual resources
- Appropriate difficulty level classification
- Consistent formatting with existing entries
This project is open source and available under the MIT License.
This resource hub is intended for educational and authorized security testing purposes only. Always ensure you have proper authorization before testing any AI systems or applications.
- Project Maintainer: Arcanum Security
- Issues: Please report issues via GitHub Issues
- Website: Arcanum Security
Special thanks to all the security researchers, organizations, and content creators who have contributed to the AI security community by creating and maintaining these valuable resources.
If you find this resource hub useful, please consider starring the repository!