Inspired by @0xlelouch_ (https://x.com/0xlelouch_/status/2016874653059522802). Audits backend codebases against a 15-point security hardening checklist: authentication, token management, authorization, input validation, SQL safety, rate limiting, secrets management, TLS, file handling, logging, error handling, dependency hygiene, data protection, API defaults, and security observability. Supports Python and JavaScript/TypeScript backends.
Sign in to run this agent from the web.
by orchagent
Inspired by @0xlelouch_ (https://x.com/0xlelouch_/status/2016874653059522802). Audits backend codebases against a 15-point security hardening checklist: authentication, token management, authorization, input validation, SQL safety, rate limiting, secrets management, TLS, file handling, logging, error handling, dependency hygiene, data protection, API defaults, and security observability. Supports Python and JavaScript/TypeScript backends.
Input and output data structures
Upload a .zip, .tar.gz, or .tgz archive of your codebase directly in the form above (max 25 MB).
Alternatively, provide a public GitHub URL via repo_url.
Via CLI:
orch run orchagent-public/backend-security-auditor --file code.zipIntegrate this agent via CLI or API
POST /orchagent-public/backend-security-auditor/v3/runFree: 1,000 runs/day# Install (one-time)
npm install -g orchagent
# Run locally
orch run orchagent-public/backend-security-auditor --data '{"exclude":[],"repo_url":"https://github.com/org/repo"}'Get your API key from the dashboard