Private beta
CLI
The Netallion AI Assurance CLI scans files, directories, and git history for secrets, PII, and AI hygiene issues directly from your terminal — with text, JSON, SARIF, and CSV output, a git pre-commit hook, and CI/CD exit-code integration.
The CLI is in private beta and not yet publicly distributed. Request early access →
What it does
netallion-scan scan [PATHS...]
Scan files or directories for secrets and PII. Defaults to the current directory; --stdin reads from standard input.
netallion-scan scan-git
Scan git history for secrets leaked in previous commits.
netallion-scan list-patterns
List the available detection patterns by category and severity.
netallion-scan hook install|uninstall|status
Manage the git pre-commit hook.
netallion-scan version
Print the CLI and detection-engine version.
CI/CD & pre-commit
The CLI returns a non-zero exit code on findings (with --exit-code) for pipeline gating, ships a git pre-commit hook, and emits SARIF for code-scanning dashboards. Setup instructions are provided with beta access.