KeygraphHQ/shannon โ€” GitHub Repository Preview
Security & Pentesting โ˜… 33.7k TypeScript

KeygraphHQ/shannon

by @KeygraphHQ ยท

33.7k Stars
3.4k Forks
21 Issues
TypeScript Language

Shannon Lite is an autonomous, white-box AI pentester for web applications and APIs. It analyzes your source code, identifies attack vectors, and executes real exploits to prove vulnerabilities before they reach production. Combines static code analysis with AI-driven exploit generation for automated security testing. Built for DevSecOps teams who want to shift security left with intelligent, automated penetration testing.

KeygraphHQ
@KeygraphHQ Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/KeygraphHQ/shannon.git

Quick Start Example

bash
# Install Shannon
npm install -g @keygraph/shannon

# Run against your application
shannon scan --target ./my-app \
  --mode whitebox \
  --output report.html

# API testing
shannon api --openapi spec.yaml \
  --base-url https://api.example.com

Tags

#ai-pentesting#security-automation#appsec#devsecops#vulnerability-scanner

Related Projects