dotset scan
Run a Hardpoint security scan on your developer environment. This is a convenience wrapper around thehardpoint scan command.
Usage
Arguments
| Argument | Description |
|---|---|
scanners | Specific scanners to run (optional) |
ai— AI config files (.cursorrules, mcp.json, CLAUDE.md)shell— Shell configs (.bashrc, .zshrc)git— Git hooks and confignetwork— Exposed localhost servicessecrets— Hardcoded credentials
Options
| Option | Description |
|---|---|
-s, --severity <level> | Minimum severity: info, low, medium, high, critical |
-o, --output <format> | Output format: terminal, json, sarif |
--path <path> | Path to scan (default: current directory) |
--install | Auto-install Hardpoint if missing |
Examples
Example Output
Exit Codes
| Code | Meaning |
|---|---|
0 | No critical findings |
1 | Findings detected (check output for details) |
| Other | Scan error |
Auto-Install
If Hardpoint is not installed, you can use the--install flag:
dotset doctor --install to install all missing tools at once.
See Also
- Hardpoint CLI — Full Hardpoint documentation
- Scanners — Learn about each scanner
- dotset run — Run scan as part of full orchestration