Hardpoint CLI
Hardpoint is a security scanner for developer environments in the AI era. It detects threats that traditional security tools miss.Installation
Commands
| Command | Description |
|---|---|
scan | Run security scans on your environment |
fix | Auto-fix certain security findings |
baseline | Manage suppression baselines (list, add, prune) |
version | Print version information |
Global Flags
| Flag | Description |
|---|---|
--config | Config file path (default: $HOME/.hardpoint.yaml) |
-o, --output | Output format: terminal, json, sarif |
-v, --verbose | Enable verbose output |
-q, --quiet | Only output findings |
--no-color | Disable colored output |
Quick Start
Exit Codes
| Code | Meaning |
|---|---|
0 | No critical findings |
1 | Critical findings detected |