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, and sed to perform bulk text replacements across the codebase in SKILL.md.
  • It executes npx tsc, npx svelte-check, and npx vitest to verify the integrity of the migration.
  • The provided scripts scripts/build-manifest.sh and scripts/replace-imports.sh use rg (ripgrep) and perl to 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
Risk Level
SAFE
Analyzed
Mar 20, 2026, 10:13 AM