bump-deps
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local shell script
scripts/run-taze.shto interface with thetazeCLI. It also runsnito install dependencies andtazedirectly to apply updates. - [EXTERNAL_DOWNLOADS]: The skill instructions guide the user to install the
tazeCLI tool from the npm registry if it is not already available.tazeandniare well-known utility tools in the JavaScript ecosystem. - [DATA_EXPOSURE]: The skill reads project configuration files including
package.jsonandpnpm-workspace.yamlto identify dependencies and monorepo structures. - [INDIRECT_PROMPT_INJECTION]: The skill processes package names and version strings from the project's
package.json. - Ingestion points: Reads dependency names and versions from
package.jsonusingtazeoutput. - Boundary markers: None identified for the parsed output.
- Capability inventory: Can execute shell commands via
scripts/run-taze.sh,taze, andni; can modifypackage.jsonusing theEdittool. - Sanitization: The
scripts/run-taze.shscript uses unquoted variables ($include_flag) which could lead to command injection if malicious package names containing shell metacharacters are processed, although the risk is minimized by the agent's role as an intermediary.
Audit Metadata