apollo-multi-env-setup
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified during the analysis of the skill's instructions or code templates.
- [CREDENTIALS_UNSAFE]: The skill correctly uses placeholders like 'your-prod-api-key' and shell variable interpolation (e.g., '${APOLLO_API_KEY}') in its templates. This ensures that no actual secrets are hardcoded in the skill itself while guiding the user toward secure secret management.
- [COMMAND_EXECUTION]: The use of 'kubectl' and 'curl' is restricted to the skill's primary purpose of deploying Kubernetes manifests and performing health checks. These capabilities are clearly declared in the metadata 'allowed-tools' section.
- [DATA_EXFILTRATION]: Network requests are limited to environment-specific health checks (e.g., to 'staging.example.com'). There are no signs of unauthorized data transmission or exfiltration of sensitive files.
- [PROMPT_INJECTION]: The skill contains no instructions designed to override the agent's system prompt, bypass safety constraints, or leak internal instructions.
Audit Metadata