Usage
Run vibetest locally to scan your app quickly and safely.
Basic command
vibetest -p 3000
Common flags
- -p: Frontend port to scan (required)
- --api-port: Separate API backend port
- --host: Host to bind (default: 127.0.0.1)
Authentication
vibetest supports automatic credential discovery (recommended) plus environment variables and config file options. See the Authentication guide for details.
Output
Reports are stored in vibetest-reports/ with timestamps and a summary. Open the latest report to
review discovered issues and reproduction steps.
Troubleshooting
- Ensure your app is running and accessible on the specified port.
- If scanning authenticated endpoints, set up credentials first (see Authentication).
- Use a test account with limited permissions when possible.
For full examples and advanced options, check the repository README or open an issue on GitHub.