Uriel is a fast and developer-friendly CLI tool that leverages Llama 3 to scan and analyze API endpoints for potential security flaws. It combines traditional API testing with the power of AI to give you actionable insights and prevent vulnerabilities before they become a threat.
Built in Go — Powered by AI
- Scan any REST API endpoint
- Llama 3-powered vulnerability analysis using Ollama
- Detects common security issues:
- Missing auth headers
- Insecure HTTP methods
- Open endpoints
- Rate limiting & more
- AI-generated suggestions to fix the flaws
- Clean CLI experience with
cobra
git clone https://github.com/Ethics03/Uriel.git
cd Uriel
go build -o uriel