From security-auditor
Use when the user wants to update an existing machine's profile or metadata.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin security-auditorThis skill uses the workspace's default tool permissions.
Update an existing machine profile — change description, SSH address, privilege level, or type classification without re-running the full registration.
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.
Update an existing machine profile — change description, SSH address, privilege level, or type classification without re-running the full registration.
Resolve 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 edit mode:
cd /home/daniel/repos/github/my-repos/Claude-Security-Auditor-Plugin
bash scripts/add-machine.sh --edit <machine_name>
The script re-prompts for each field, pre-filling current values. User selects which to change.
Updated profile is written back to claude-profile.json, user-responses.json, and readable-profile.md.
${CLAUDE_USER_DATA}/security-auditor/data/machines/<machine-name>/