Dotset CLI
Dotset is a unified CLI that bundles all three Dotset Labs security tools — Hardpoint, Tollgate, and Deadfall — into a single command-line interface.Installation
Commands
| Command | Description |
|---|---|
init | Initialize Dotset in the current project |
doctor | Run diagnostics to verify installation |
status | Show installation and configuration status |
run | Run all security tools together (main orchestration) |
scan | Run Hardpoint security scan |
wrap | Wrap an MCP server with Tollgate proxy |
trap | Inject a Deadfall honeypot trap |
Global Options
Quick Start
Two Modes of Operation
Unified Mode (Recommended)
Usedotset run to orchestrate all three tools together:
- Runs a Hardpoint security scan (pre-flight check)
- Optionally starts Deadfall honeypot server
- Wraps your MCP server with Tollgate proxy
Individual Commands
Use individual commands when you need fine-grained control:Exit Codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Error or security issues found |