What problem does it solve? It finds exploitable security weaknesses in your codebase before attackers do, covering injection, XSS, SSRF, broken authentication, multi-tenant isolation failures, hardcoded secrets, and AI/LLM integration risks across 15 audit dimensions. ## Core Features & Use Cases - 15-dimension security assessment: Covers OWASP Top 10 2021, OWASP LLM Top 10, dependency CVEs, infrastructure misconfigurations (Docker, K8s, Terraform, CI/CD), and MCP tool-invocation security. - Confidence-filtered findings: Uses a 3-tier confidence model so only HIGH-confidence findings appear in the main report, with MEDIUM findings in a Needs Verification section and LOW noise excluded. - Framework-aware analysis: Adapts checks for Next.js, NestJS, Express, FastAPI, Django, Flask, PHP/Yii2, and more, with dual scoring for static posture and runtime exploitability. - Use Case: Before a release, run a full audit of your NestJS API to verify every endpoint has authentication, no secrets are committed in git history, and no SQL injection sinks are reachable from user input. ## Quick Start Ask the assistant to run a security audit on your project, for example: run zuvo:security-audit full on this repository and report all HIGH and CRITICAL findings.