capacitor-app-upgrades
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses dynamic context injection (the !
commandsyntax) in SKILL.md to executenode -eandfindat load time. These commands are used exclusively to gather project metadata, such as Capacitor package versions and configuration paths, ensuring the agent starts with an accurate snapshot of the environment. - [DATA_EXPOSURE]: The skill reads the project's
package.jsonfile. This operation is limited to extracting version strings for official Capacitor dependencies and does not involve accessing sensitive user data, credentials, or environment variables. - [SAFE]: The skill includes an
allowed-toolsconfiguration that restricts the use of theBashtool to only the specific commands needed for its operation (node -eandfind), demonstrating adherence to the principle of least privilege.
Audit Metadata