From security-auditor
Use when the user wants to update an existing machine's profile or metadata.
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-auditor:edit-machineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update an existing machine profile — change description, SSH address, privilege level, or type classification without re-running the full registration.
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>/Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin security-auditor