Learn how to use Ordo to secure your AI-generated code
Run Ordo directly without installation:
Ordo uses pattern matching and static analysis to detect common security vulnerabilities in your codebase. It scans JavaScript, TypeScript, Python, and other common languages.
When a vulnerability is detected, Ordo suggests a fix that you can accept with a simple TAB key press, or dismiss if you want to handle it manually.
ordo scanMain commandScans your current directory for security vulnerabilities
ordo watchReal-timeContinuously monitors your codebase for vulnerabilities as you code
ordo authSetupAuthenticate with Ordo to unlock Pro features and save scan history
Run a scan
Review findings
Ordo shows you each vulnerability with an explanation and suggested fix
Accept or skip fixes
Press TAB to accept a fix, or ESC to skip
Deploy with confidence
Your code is now more secure and ready for production
Ordo offers 5 free scans per month. Pro plans with unlimited scans and advanced features are available for teams and professionals.
Currently JavaScript, TypeScript, Python, and common web frameworks like Next.js, React, Express, and FastAPI. More languages coming soon.
No. Ordo runs entirely locally on your machine. Your code never leaves your computer. Only anonymized scan metadata is sent to track usage limits.
Yes! Ordo can be integrated into your CI/CD pipeline. Pro plans include API access for automated scanning in GitHub Actions, GitLab CI, and other CI systems.