Connect OX CLI with VibeSec
Last updated
When you already have VibeSec in a supported IDE, you can use the IDE's authentication to run an OX CLI scan without configuring the CLI separately. After the scan completes, the CLI continues using its configured authentication method.
VibeSec authentication is supported for the following IDE integrations:
Claude Code
Cursor
Visual Studio Code with GitHub Copilot
Make sure that:
The OX CLI is installed.
A supported OX IDE integration is installed and authenticated.
VibeSec is enabled in the IDE.
Note
The OX IDE integration must already be authenticated. If no valid authentication token is available, the scan fails.
Run the following command:
ox-cli scan --use-vibesec-authThe CLI automatically searches for authentication credentials stored by supported IDE integrations in the following order:
Claude Code
Cursor
Visual Studio Code with GitHub Copilot
The first valid authentication token and its associated OX API endpoint are used for the current scan.
This authentication applies only to the current scan. Your configured CLI authentication method, such as OAuth or an API key, remains unchanged.
Last updated
