Getting Started

Azath is an AI-powered secret scanner designed to block credentials before they enter your commit history.


Quick Start

Install the binary 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 will scan all staged files by default. To scan the entire repository history, use:

azath scan --all

AI-Powered Scanning

Azath includes AI semantic detection that understands context, variable entropy, and intent to catch secrets that regex patterns might miss.

# Enable AI-powered semantic analysis
azath scan -ai

# AI deep scan of entire repository
azath scan-all --ai

◈ Neural Containment Protocol

The AI mode analyzes variable names, entropy, and semantic context to detect novel secret formats and reduce false positives. Perfect for CI/CD pipelines and deep security audits.

Next Steps