migrate
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a robust migration process with multiple safety layers, including a preview mechanism (
--dry-run) and mandatory user confirmation viaAskUserQuestionbefore performing any write operations. - [SAFE]: Data integrity is prioritized through an automated backup system that preserves legacy configuration files (using
.bakextensions) before any changes are made to the environment. - [SAFE]: The skill follows structured data best practices by using
jqfor JSON generation and enforcing schema validation after file writes to prevent configuration corruption. - [SAFE]: Command execution is limited to standard local file management tasks (moving files, updating
.gitignoreviased, andjqoperations) with no evidence of network activity, credential harvesting, or privilege escalation.
Audit Metadata