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 | sh

First Scan

Navigate to your project directory and run:

azath scan

This scans all staged files. To scan the entire repository history:

azath scan --all

AI-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 login

This 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