capacitor-uiscene-migrator
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes common development commands such as
npx cap migrate,npx cap sync ios, andnpm install. These are executed within the context of a Capacitor project to facilitate the migration process and are standard practices for this type of development task.\n- [DATA_EXPOSURE]: The skill performs local file system searches using therg(ripgrep) utility to identify specific code patterns liketmpWindowandTmpViewController. This scanning is limited to the user's project directory (ios/) and is used solely for identifying necessary migration steps.\n- [REMOTE_CODE_EXECUTION]: The commandnpx cap migrateinvolves fetching and executing a migration script from the NPM registry. As this is an official tool provided by the skill's authoring organization (Ionic), it is considered a legitimate and safe operation within the scope of the skill's functionality.\n- [PROMPT_INJECTION]: While the skill involves processing and responding to developer inputs at various decision points, it mitigates risk by requiring explicit confirmation before any file modifications are applied. It does not ingest untrusted data in a way that would bypass agent safety protocols.
Audit Metadata