Web application auditing
Natural-language prompts for auditing web application code with HiAUDIT.
Natural-language prompts for auditing web application code with HiAUDIT.
HiAUDIT analyzes web application code across 11 languages and 12 frameworks. As with smart contracts, you drive it through natural-language prompts in your IDE chat.
| What you want | What to type in chat |
|---|---|
| Scan application code | ”Run a security scan on this Express app” |
| Check for injections | ”Check this Flask app for injection vulnerabilities” |
| Taint analysis | ”Run taint analysis on this Spring Boot project” |
| OWASP Top 10 check | ”What’s the OWASP Top 10 posture score?” |
| Find hardcoded secrets | ”Find hardcoded secrets in this Node.js project” |