AI Security Research & Open Source Tools
zero-day.ai is a platform dedicated to advancing AI security through cutting-edge research and open source tools. We focus on understanding, identifying, and mitigating vulnerabilities in AI systems.
Home of Gibson - the open source AI model hacking framework for security research.
Gibson provides comprehensive tools for:
- Adversarial attack generation
- Model vulnerability scanning
- Defense implementation
- Security benchmarking
Visit the Gibson repository for more information.
This site is built with Hugo using a custom terminal-themed design perfect for security research content.
/content/blog/- Blog posts and announcements/content/research/- In-depth security research papers/content/tools/- Documentation for tools and frameworks/static/- Static assets (CSS, images, fonts)/layouts/- Hugo template files/archetypes/- Content templates
- Hugo (v0.41.0 or higher)
- Git
# Clone the repository
git clone https://github.com/zero-day-ai/zero-day.ai
cd zero-day.ai
# Start the Hugo development server
hugo server -D
# View the site at http://localhost:1313# Create a new research post
hugo new research/my-research-post.md
# Create a new blog post
hugo new blog/my-blog-post.md# Build the static site
hugo
# Output will be in the public/ directoryMain configuration is in theme.toml. Key settings:
- Site title and subtitle
- Author information
- Social media links
- Terminal prompt customization
We welcome contributions to both the website and the Gibson framework. Please see our contributing guidelines (coming soon).
The website content is licensed under Creative Commons Attribution 4.0. The Gibson framework is licensed under the MIT License.
- GitHub: github.com/zero-day-ai
- Website: zero-day.ai
Advancing AI security through open research and collaboration