The first security scanner built for AI-generated code.
Guardiant detects vulnerabilities unique to Cursor, Copilot, Claude Code, and v0.dev. The ones traditional scanners were never designed to find.
Traditional scanners find CVEs. We find structural flaws.
AI coding assistants introduce predictable vulnerability patterns. Guardiant was built to detect them.
| Vulnerability Pattern | Legacy Scanners | Guardiant |
|---|---|---|
| Symmetric CRUD (IDOR) | No | Yes |
| Missing Row Level Security | No | Yes |
| Client-side authority checks | No | Yes |
| Auth/authz conflation chains | No | Yes |
| Over-permissive defaults | No | Yes |
| BaaS direct database bypass | No | Yes |
| Trust boundary inversions | No | Yes |
5-phase engine. 8 specialized agents.
Recon maps the attack surface. The agent swarm analyzes in parallel. Three research frameworks find what others miss.
Recon
Discover endpoints, tech stack, auth mechanisms, exposed configs.
Agent Swarm
8 specialized agents analyze different vulnerability classes in parallel.
CVC Analysis
Chain related findings into compound vulnerability attack paths.
TIEF Detection
Find trust inversions where code trusts the wrong boundary.
The 8 Agents
Copy a prompt. Paste into your coding agent.
Works with Cursor, GitHub Copilot, Claude Code, Windsurf, and any coding agent that accepts natural language instructions.
Clone https://github.com/paarthbhatt/Guardiant into a temporary directory, install dependencies with pnpm, build the project, then run a full security scan against the current working directory using: pnpm cli scan <current-directory> --type directory. Show me the complete scan results.
Clone https://github.com/paarthbhatt/Guardiant, install with pnpm, build it, then scan https://example.com by running: pnpm cli scan https://example.com. Report all findings grouped by severity.
Clone https://github.com/paarthbhatt/Guardiant, install with pnpm, build it, then run: pnpm cli scan <current-directory> --type directory --agents auth,injection,baas,race_condition. Show remediation steps for each finding.
Running in 3 commands.
Open source. MIT licensed.
Guardiant is free to use, modify, and distribute. Star the repo if you find it useful.