Getting Started
Azath is an AI-powered secret scanner that blocks credentials before they enter your commit history — with a web dashboard for team visibility.
Quick Start
Install the CLI using our install script (macOS/Linux):
curl -sSL https://azath.sh/install.sh | shFirst Scan
Navigate to your project directory and run:
azath scanThis scans all staged files. To scan the entire repository history:
azath scan --allAI-Powered Scanning
Azath includes AI semantic detection that understands context, variable entropy, and intent to catch secrets that regex patterns miss.
# Enable AI-powered semantic analysis azath scan -ai # AI deep scan of entire repository azath scan-all --ai
◈ Neural Containment Protocol
AI mode analyzes variable names, entropy, and semantic context to detect novel secret formats and reduce false positives. Ideal for CI/CD pipelines and deep security audits.
Connect to the Web Dashboard
Authenticate the CLI to sync findings to your team dashboard, manage CLI tokens, and access Pro features.
azath auth loginThis opens a browser-based login flow. After authenticating, a CLI token is stored securely and appears in your dashboard under Profile → CLI Tokens.
Next Steps
Installation
All install options and system requirements
CLI Authentication
Connect the CLI to your account and manage tokens
AI Scanning
Deep semantic analysis and neural detection
Web Dashboard
Team visibility, findings management, and analytics
Pre-commit Hooks
Block secrets before they reach git
CI/CD Integration
Automate scanning in your pipeline