doctor
Audited by Socket on Mar 2, 2026
1 alert found:
AnomalyThis 'doctor' skill is a maintenance utility that performs filesystem checks, compares installed plugin versions with npm, detects legacy hooks/scripts, and offers automated cleanup actions. There is no evidence of credential harvesting, obfuscated payloads, or remote execution of arbitrary binaries. The main risks are operational/destructive: unguarded rm -rf and rm -f operations against user directories, direct writing of externally fetched AGENTS.md without verification, and some hardcoded paths that may ignore CODEX_HOME. These behaviors are consistent with a repair tool but require strong user confirmation, backups, and content validation before performing automated fixes. Recommend marking as suspicious/needs-review until the auto-fix steps implement safer practices (backups, per-item confirmation, content verification/pinning of fetched files, respecting CODEX_HOME consistently).