Overview
ZeroPath CLI provides command-line access to ZeroPath’s AI-powered security scanning platform. Upload and scan your code directly from your terminal with support for multiple output formats and CI/CD integration.Get the CLI
Download the latest release from our GitHub repository
What ZeroPath CLI Detects
The CLI scans for a comprehensive range of security vulnerabilities:- Authentication and authorization vulnerabilities
- Application logic flaws
- Dependency issues
- Security misconfigurations
- Command injection vulnerabilities
- File inclusion and path traversal attacks
- Secrets and hardcoded credentials
Quick Start
Core Commands
Authentication
Local Directory Scanning
Repository Scanning
CI/CD Integration
The CLI is designed for seamless CI/CD integration:Output Formats
ZeroPath CLI supports multiple output formats for different use cases:- SARIF: Standard format for static analysis results
- JSON: Machine-readable structured data
- Human-readable: Formatted output for terminal viewing
Getting API Credentials
To use the CLI, you’ll need API credentials from your ZeroPath account:- Sign in to ZeroPath Dashboard
- Navigate to API Settings
- Generate new API credentials (Client ID and Client Secret)
- Use these credentials with
zeropath auth
Next Steps
- Installation Guide - Set up the CLI on your system
- GitHub Repository - Source code and releases
- API Reference - Build custom integrations