migrate
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs standard file system operations to manage plugin state. This includes using
lsfor version detection,mkdirandcpfor creating timestamped backups of the~/.claude/.context/directory, andrmdirfor cleaning up legacy directories. - [COMMAND_EXECUTION]: Executes migration logic via local scripts and inline commands. Specifically, it uses
uv run pythonto execute an internal synchronization script andpython3 -cto programmatically verify hook configurations in the localsettings.jsonfile. All actions are scoped to the plugin's own directories and configuration files.
Audit Metadata