Gitleaks — Scans for hardcoded secrets, API keys, tokens, and credentials that should never be in source code.
Trivy — Industry-standard vulnerability scanner that checks your dependencies against the National Vulnerability Database and GitHub Advisory DB. Finds known CVEs in your packages with exact fix versions. Also detects infrastructure misconfigurations in Dockerfiles, Kubernetes manifests, and Terraform files.
Bandit — Python-focused security linter that detects common vulnerabilities like shell injection, unsafe deserialization, and hardcoded passwords.
ESLint — JavaScript and TypeScript code quality analyzer that catches bugs, anti-patterns, and potential security issues.
Semgrep — Pattern-based static analysis with 2,000+ community rules covering security, correctness, and best practices across 30+ languages.
flake8 — Python code quality checker that catches style issues, unused imports, and common programming errors.
Hyrex — HostileReview Hyrex Pattern Engine. Our proprietary rule database built from patterns discovered across thousands of previous AI-powered scans. These rules don't exist in any open-source tool. This is the most powerful tool used in the free scan because it contains more rules than all the others combined.
Intelligent Synthesis — AI-powered analysis that groups raw tool findings by root cause, explains real-world impact, and provides actionable fix guidance. Turns noisy tool output into a clear security report.
Why upgrade to the full scan?
Every tool above uses pattern matching — they can only find what they already have a rule for. Our full scan is fundamentally different. 100+ adversarial AI agents read and reason about every line of your code in its entirety — not surface scanning, not regex matching. They trace data flows across files, think like attackers, and find business logic flaws, authentication bypasses, privilege escalation chains, race conditions, and cross-file attack paths that no pattern matcher can detect.
When issues are found, the full scan generates a complete fix workflow — every vulnerability mapped to its exact file and line number with step-by-step remediation you can hand directly to your AI coding assistant (Cursor, Copilot, Claude Code) or follow yourself. No context confusion, no guessing which file to edit. Paste the workflow and your AI knows exactly what to fix, where to fix it, and how to verify the fix is correct. Or download patched files as a ZIP and drop them into your project.
Our scans are 100% — every line, every file, every path. In head-to-head tests on the same codebase, our AI agents consistently find 5-10x more critical issues than all open-source tools combined, and scan far deeper than even most commercial security platforms.
Try the full scan →