capacitor-platforms
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent and user to execute standard development commands including
npm install,npx cap add,npx cap sync, andcargo update. These are necessary for the management of the Capacitor projects and the respective Electron and Tauri platforms. - [EXTERNAL_DOWNLOADS]: The skill references and installs several packages from public registries (NPM and Crates.io). These include
@capawesome/capacitor-electron,@capawesome/capacitor-tauri, and@capacitor/app. All packages are associated with the vendor 'capawesome-team' or the official Capacitor project, representing legitimate dependencies for the described task. - [COMMAND_EXECUTION]: The skill recommends adding a
postinstallscript to thepackage.jsonfile. This is a standard development practice in Node.js projects to ensure that sub-directory dependencies (such as the Electron project folder) are kept in sync with the main project dependencies.
Audit Metadata