deco-site-deployment
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
kubectlto interact with Kubernetes clusters andcurlto trigger redeployments via API endpoints. The use of these tools is aligned with the skill's stated purpose of managing site deployments. - [CREDENTIALS_UNSAFE]: The skill explicitly instructs the user not to hardcode the
ADMIN_API_KEYand provides a shell template to verify that the key is provided via an environment variable (ADMIN_API_KEY), which is a recommended practice for handling secrets in automation scripts.
Audit Metadata