vendure-cli
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation is purely instructional and describes the usage of a legitimate command-line interface for the Vendure ecommerce platform. The instructions follow standard developer practices for Node.js environments.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executevendureCLI commands. This is the intended primary purpose of the skill and is constrained to the context of a Vendure project (e.g., runningbuild,dev,migrate). - [INDIRECT_PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it reads and processes project-specific files (e.g.,
tsconfig.json,.env, and source code) and generates or transforms code (e.g.,add,codemod). However, this behavior is standard for a development CLI tool, and the instructions include safeguards such as enforcing non-interactive modes for agents.
Audit Metadata