eks-to-agentcore
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the @aws/agentcore CLI from npm and the bedrock-agentcore library from PyPI. These are official vendor packages provided by AWS for AgentCore development.
- [COMMAND_EXECUTION]: The instructions involve the use of standard DevOps tools such as kubectl for EKS management and the agentcore CLI for scaffolding and deploying agent workloads. These commands are necessary for the stated migration purpose.
- [DATA_EXFILTRATION]: The skill describes secure secret management using the agentcore CLI's credential features rather than hardcoding sensitive information. It also explicitly notes that environment variable values are not captured during cluster scans.
- [SAFE]: The skill adheres to security best practices by encouraging least-privilege scoping for cluster discovery and maintaining parallel deployments during the cutover phase to ensure service availability.
Audit Metadata