edgeone-pages-deploy
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
edgeoneCLI tool via the npm package manager. This is the official tool for interacting with the Tencent EdgeOne service. - [COMMAND_EXECUTION]: The skill uses shell commands to check the CLI version, verify user identity, and perform deployments. All commands are directly related to the skill's stated purpose of managing project hosting.
- [CREDENTIALS_UNSAFE]: The skill manages authentication tokens for deployment. It includes specific instructions to save these tokens to a local directory (
.edgeone/.token) and automatically appends this path to.gitignoreto prevent accidental exposure in source control.
Audit Metadata