castai-prod-checklist
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources, which constitutes a vulnerability surface for potential instruction injection.
- Ingestion points: Data is ingested from
kubectlcommand outputs and theapi.cast.aiAPI responses inSKILL.md. - Boundary markers: The skill does not employ specific delimiters or boundary markers to isolate data from instructions.
- Capability inventory: The skill has access to the cluster and external networks through
kubectl,helm, andcurl. - Sanitization: Data is processed structurally using
jq, but no content sanitization or verification is performed. - [COMMAND_EXECUTION]: Utilizes shell commands for managing and validating Kubernetes cluster state.
- Evidence: Inclusion of
kubectl,helm, andcurlcommands for agent validation and cluster rollback inSKILL.md. - [EXTERNAL_DOWNLOADS]: Fetches data from the official CAST AI API for configuration and reporting.
- Evidence:
curlcommands targetinghttps://api.cast.ai/v1/kubernetes/clusters/to retrieve cluster policies and savings data inSKILL.md.
Audit Metadata