AI-Powered Security, Reliability & Bug-Fixing Engine
voria is a next-generation CLI tool that combines advanced AI code analysis with automated security pentesting and production reliability audits. Whether you're fixing a logic bug, generating a pull request, or performing a full security audit, voria handles the heavy lifting with precision and speed.
- β‘ Streaming Output - Real-time LLM response streaming (token-by-token) for instant feedback.
- π‘οΈ Full Security Scan (
voria scan) - Run 25+ security audits (SQLi, XSS, SSRF, etc.) in parallel. - ποΈ Watch Mode (
voria watch) - Continuous codebase monitoring with automatic security re-validation. - π₯ Performance Benchmarking (
voria benchmark) - Real-world HTTP load testing with p95/p99 latency analysis. - ποΈ CI/CD Integration (
voria ci) - Export SARIF reports directly to GitHub Security dashboard. - π οΈ Auto-Fix (
voria fix --auto) - AI generation and automatic patch application in one command. - π· Premium Blue Theme - Professional, high-contrast CLI interface with rich formatting.
- ποΈ Hybrid Architecture - Blazing fast Rust CLI paired with a flexible Python AI engine.
npm install -g @voria/clivoria --initFollow the interactive wizard to configure your LLM provider (OpenAI, Claude, Gemini, Modal, DeepSeek, Kimi, MiniMax, or SiliconFlow), set your security budget, and select your test framework.
voria is now a first-class security tool. It analyzes your code and infrastructure to find and optionally fix vulnerabilities.
voria scan allPerforms a deep audit of your entire project, reporting on SQL Injection, Cross-Site Scripting, Insecure Direct Object References, and more.
Compare two branches or commits to ensure no new vulnerabilities were introduced.
voria diff main feature-brKeep voria running while you code. It will detect file changes and instantly re-run relevant security checks.
voria watch sql_injection,xssEnsure your production code can handle the heat.
voria benchmark https://api.myapp.com --requests 1000 --concurrency 50Generates professional reports with latency distribution (Min, Max, P50, P95, P99) and status code counts.
voria test cpu_stress
voria test mem_stress
voria test network_latencyThe core voria engine for automated issue resolution.
voria fix 123 ansh/voria --autoFetches issue #123, analyzes the code, generates a patch, applies it, and verified the fix.
voria plan "Implement JWT authentication in the auth module"| Command | Action |
|---|---|
voria --init |
Interactive configuration wizard |
voria scan <cat> |
Run full security audit (e.g., all, owasp, logic) |
voria test <id> |
Run a specific test case (e.g., sql_injection, deadlock) |
voria fix <id> |
AI-power fix for a GitHub issue |
voria fix --auto |
Generate and apply fix immediately |
voria watch |
Monitor files and re-run tests on change |
voria benchmark |
High-performance HTTP load testing |
voria diff <a..b> |
Compare security posture between refs |
voria ci |
Generate SARIF report for CI pipelines |
voria --graph |
Visualize security health distribution |
License: MIT | Version: 0.0.5
Want to contribute? β Contributor Guide
Curious how it works? β Architecture Guide