godaddy-cli
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: The skill defines an interface for the legitimate GoDaddy CLI. All described behaviors, including environment management, application deployment, and API discovery, are consistent with the official GoDaddy Developer Platform's intended usage and the author's identity.
- [COMMAND_EXECUTION]: The skill utilizes the
godaddyCLI binary to perform developer operations such asapplication init,deploy, andapi call. These operations are standard for a developer-oriented tool and do not involve arbitrary or dangerous shell command execution outside of the tool's defined scope. - [CREDENTIALS_UNSAFE]: The skill implements secure authentication practices by instructing the agent to use the
godaddy auth logincommand. This flow utilizes OAuth 2.0 with PKCE and stores tokens in the operating system's keychain rather than using hardcoded secrets or environment variables.
Audit Metadata