migrate
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several shell commands and scripts to automate the migration process.
- It uses
grep,xargs, andsedto perform bulk text replacements across the codebase inSKILL.md. - It executes
npx tsc,npx svelte-check, andnpx vitestto verify the integrity of the migration. - The provided scripts
scripts/build-manifest.shandscripts/replace-imports.shuserg(ripgrep) andperlto identify files and perform in-place edits. These are standard developer operations for large-scale refactoring and do not target sensitive system files or execute untrusted remote code.
Audit Metadata