node-deps
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution] (SAFE): The skill executes the
tazeCLI tool and suggests running package manager commands (npm, pnpm, yarn). These actions are consistent with the skill's stated purpose of updating project dependencies. - [External Downloads] (LOW): The skill prompts the user to install the
tazepackage globally via npm. Whiletazeis a well-known community tool, installing global packages introduces a dependency on external registries and package authors. - [Indirect Prompt Injection] (LOW): The skill parses output from external command execution (
taze). - Ingestion points: Taze output (package names and versions) is processed in
SKILL.md(Step 3). - Boundary markers: Absent; the instructions rely on the agent's ability to interpret the tabular output format.
- Capability inventory: Command execution of
tazewith write permissions and suggestion ofnpm installinSKILL.mdandrun-taze.sh. - Sanitization: Absent; the skill does not explicitly sanitize package names or versions before processing them.
Audit Metadata