makers-deploy
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Installs the official 'edgeone' CLI from the NPM registry using the command
npm install -g edgeone@latest. This is the standard distribution method for the vendor's command-line tools. - [COMMAND_EXECUTION]: Executes shell commands through the 'edgeone' CLI for environment verification, authentication checks, and project deployment operations.
- [SAFE]: The skill demonstrates safe secret management by instructing the agent to store authentication tokens in a local directory and ensuring they are added to '.gitignore' to prevent accidental credential leakage.
Audit Metadata