From security-auditor
Use when the user wants to view registered machines and their metadata.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin security-auditorThis skill uses the workspace's default tool permissions.
Display all registered machines in the fleet with optional detailed views and live connectivity checks.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
Display all registered machines in the fleet with optional detailed views and live connectivity checks.
--detailed — full profile metadata--status — live SSH connectivity check (may take time)--json — raw JSON output for scriptingResolve the data directory:
DATA_DIR="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/security-auditor/data"
REPO_BASE="$DATA_DIR"
export REPO_BASE
Invoke the list script:
cd /home/daniel/repos/github/my-repos/Claude-Security-Auditor-Plugin
bash scripts/list-machines.sh [machine_name] [--detailed|--status|--json]
Format output as a table (default) or pass through JSON/detailed formats as-is.
If --status is requested, note that connectivity checks add time; show a spinner or progress indicator.
--detailed adds root_access status, last audit timestamp, audit report count--status shows real-time SSH connectivity (reachable/unreachable)