UniDeploy is a production-readiness agent that runs entirely on your local machine to audit, secure, and fix vulnerabilities.
Option A: Install via Curl (Recommended)
Option B: Download macOS DMG installer
Run the authentication command to link your terminal session with your UniDeploy dashboard. This allows the CLI to post findings securely.
This will open your browser and prompt you to log in. Your credentials and tokens are stored locally at ~/.unideploy/auth.json.
| Command | Description |
|---|---|
| unideploy auth | Authenticate CLI with your unideploy.in account |
| unideploy whoami | Check current login status and active account info |
| unideploy logout | Log out and clear stored API tokens |
| unideploy "scan this project" | Audit the local project for security and deploy readiness |
| unideploy "scan for secrets" | Perform a deep scan for exposed API keys and credentials |
| unideploy "check RLS" | Verify Supabase RLS policies and identify exposure bugs |
| unideploy "check deploy readiness" | Run pre-deploy checks (CORS, CSP, helmet, vulnerable deps) |
| unideploy "fix the secrets issues" | Auto-fix detected security issues using agentic AI |