Vigil v1.0.0 — Initial Release
The Security Agency That Never Sleeps
AI-powered security operations platform with 6 scanners, 20 autonomous agents, incident response, compliance tracking, and an MCP server — all in a single Express.js process with 6 npm dependencies.
Highlights
- 6 Scanners — Nmap, Nuclei (9000+ templates), Trivy, Nikto, OpenSSL, DNS/WHOIS
- 20 AI Agents — Autonomous security campaigns with scheduling
- BYOK AI — Claude CLI or Codex CLI passthrough, zero AI cost
- MCP Server — 25+ tools, 3 resources, 4 prompts for Claude Desktop/Code/Cursor
- Incident Response — Full lifecycle with playbooks (ransomware, phishing, data breach, DDoS)
- Compliance — SOC 2, ISO 27001, NIST 800-53, PCI-DSS, HIPAA
- 30 Dashboard Views — Vanilla JS frontend, Vigil Dark glass theme
- Minimal Footprint — Express.js + Socket.IO, 6 npm deps, works without a database
Quick Start
git clone https://github.com/vigil-agency/vigil.git
cd vigil && cp .env.example .env && npm install && npm start
# → http://localhost:4100 (admin / admin)Or with Docker:
docker compose up -dLinks
- Website: https://vigil.agency
- Docs: CLAUDE.md
- Contributing: CONTRIBUTING.md