capacitor-plugin-migrations
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard migration procedures for Capacitor plugins, matching its stated purpose.
- [EXTERNAL_DOWNLOADS]: Fetches and executes official migration scripts from the
@capacitornpm scope usingnpx(e.g.,@capacitor/plugin-migration-v7-to-v8@latest). - [EXTERNAL_DOWNLOADS]: References well-known external resources including Gradle distributions from
services.gradle.organd official repository assets fromgithub.com/ionic-team. - [COMMAND_EXECUTION]: Instructs the agent to run standard development lifecycle commands such as
npm installandnpx cap syncto synchronize project states after updates. - [COMMAND_EXECUTION]: Uses
npxto run the migration tools, which is the standard distribution and execution method for Capacitor's official migration utilities.
Audit Metadata