OSE AUDITOR

CLI Reference

Install, authenticate, and use the OSE Auditor CLI to perform security audits from your terminal.

The OSE CLI brings OSE Auditor directly into your terminal, making it easy to scan projects, integrate with development workflows, and automate security reviews.

To view all available commands at any time, run:

Terminal window
ose --help

Authentication

Authenticate once to securely connect the CLI to your OSE account.

CommandDescription
ose signupCreate a new OSE account.
ose loginSign in to an existing account.
ose logoutSign out of the current account.
ose whoamiDisplay your current account and available credits.

Example:

Terminal window
ose login
ose whoami

Running a Security Audit

Audit an entire project from the command line.

Terminal window
ose audit ./my-project

Export the results to a JSON file:

Terminal window
ose audit ./my-project --output report.json

Common Options

OptionDescription
--output, -oSave the audit report to a JSON file.
--debug, -dDisplay additional diagnostic output.

Purchasing Credits

Purchase additional credits directly from the CLI.

Terminal window
ose buy

Once payment is completed, your credit balance is updated automatically.


MCP Integration

Configure OSE Auditor for supported AI coding assistants.

Terminal window
ose mcp setup

OSE automatically detects supported environments and configures the integration for your authenticated account.

For more information, see the MCP Integration guide.


Typical Workflow

A common development workflow looks like this:

Terminal window
ose login
ose audit .
ose whoami

Many developers integrate OSE into pull requests, CI/CD pipelines, and release validation to identify vulnerabilities before software reaches production.


Troubleshooting

IssueResolution
ose command not foundVerify that the CLI is installed and available in your system’s PATH.
Authentication failedRun ose login and verify your account credentials.
No projects detectedEnsure you’re running the command from a supported project directory.
MCP integration unavailableRun ose mcp setup and restart your editor or AI assistant.

Need Enterprise Integration?

Organizations looking to integrate OSE into large-scale development environments, automated pipelines, or internal platforms can contact our sales team to discuss Enterprise deployment options.