Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Halberd : Multi-Cloud Agentic Attack Tool
| Date | Stars |
|---|---|
| 2026-07-31 | 342 |
| 2026-08-05 | 342 |
| 2026-08-06 | 342 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Halberd: Multi-Cloud Agentic Attack Tool <p align="center"> <img src="assets/halberd_logo_banner.jpg" alt="Halberd Logo" width="100%" align="center"/> </p> <p align="center"> <strong>Validate your multi-cloud defenses through realistic attack emulation</strong> </p> <p align="center"> <a href="#-quick-start">🚀 Get Started</a> • <a href="#-what-is-halberd">📖 About</a> • <a href="#-key-features">✨ Features</a> • <a href="#-getting-started-guide">📚 Guide</a> • <a href="#-documentation--resources">📋 Docs</a> • <a href="#-contributing">🤝 Contributing</a> </p> <p align="center"> <img src="https://img.shields.io/badge/version-3.0.0-blue.svg" alt="Version"> <img src="https://img.shields.io/badge/license-GPL--3.0-green.svg" alt="License"> <img src="https://img.shields.io/badge/clouds-5-orange.svg" alt="Cloud Platforms"> <img src="https://img.shields.io/badge/techniques-120+-red.svg" alt="Attack Techniques"> </p> <p align="center"> <img src="https://github.com/openrec0n/Halberd-Media-Assets/blob/main/Media/Halberd_3_0_preview.gif" width="100%" align="center" alt="Halberd Preview"/> </p> --- ## 🚀 Quick Start Get Halberd running in under 60 seconds. Choose the installation method that works best for you. ### Option 1: Docker (Recommended) The fastest way to get started. One command and you're ready: ```bash docker run -d --name halberd -p 8050:8050 ghcr.io/vectra-ai-research/halberd:main ``` Then open your browser to `http://localhost:8050` and you're ready to go! **Using Docker Compose?** ```bash git clone https://github.com/vectra-ai-research/Halberd.git cd Halberd docker compose up -d ``` > 📖 **Need more details?** Check out our [Docker Deployment Guide](https://github.com/vectra-ai-research/Halberd/wiki/Deployment-Guide#docker-deployment) ### Option 2: Manual Setup Perfect for development or custom configurations. **Prerequisites:** - Python 3.8.x - 3.13.x **Steps:** 1. **Clone the repository** ```bash git clone https://github.com/vectra-ai-research/Halberd.git cd Halberd ``` 2. **Set up Python virtual environment** ```bash python3 -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt ``` 3. **Optional: Install Azure CLI** (Required for Azure testing) ```bash # Linux/macOS curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash # macOS with Homebrew brew install azure-cli # Windows - Download from Microsoft documentation ``` [Microsoft Azure CLI install doc](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli) 4. **Launch Halberd** ```bash python run.py ``` 5. **Access the web interface** Navigate to `http://127.0.0.1:8050` in your browser. **✅ Success!** You should see the Halberd web interface. If you see the dashboard, you're all set! --- ## 📖 What is Halberd? Halberd is an open-source, multi-cloud attack emulation tool built for cybersecurity professionals who need to validate their cloud security defenses. Testing cloud security across multiple platforms is complex, time-consuming, and often requires deep expertise in each cloud provider's unique attack surfaces. **Halberd solves this by providing:** - **Unified Multi-Cloud Testing**: Test Azure, AWS, GCP, Entra ID, and M365 from a single interface - **120+ Attack Techniques**: Pre-built techniques mapped to MITRE ATT&CK and Azure TRM frameworks - **AI-Powered Intelligence**: Claude-powered attack agent that helps discover and execute attack paths - **Web-Based Interface**: No CLI expertise required—everything runs in your browser - **Automation & Orchestration**: Create playbooks, schedule attacks, and generate comprehensive reports Whether you're conducting red team exercises, validating security controls, or training your security team, Halberd makes cloud security testing accessible, repeatable, and actionable. --- ## ✨ Key Features ### 🌐 Multi-Cloud C
Excerpt of 15,236 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
Not classified yet. Classification runs as part of npm run ingest.