claude-project-migrate
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a local Python script,
scripts/migrate.py, designed to manage project files and Claude configuration data. It performs operations such as directory moves (shutil.move) and file copying (shutil.copytree). - [DATA_EXPOSURE]: The script interacts with
~/.claude/projects/to maintain continuity of Claude Code's project-specific data. This access is restricted to the local filesystem and is necessary for the migration process.
Audit Metadata