eks-mcp-server
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides standard shell commands for environment verification and troubleshooting.
- Evidence: Recommends
aws sts get-caller-identityto verify working AWS credentials. - Evidence: Provides a Python one-liner
python3 -c "import json; json.load(open('<path>'))"to allow users to validate their generated JSON configurations. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of development tools from well-known sources.
- Evidence: References the
uvpackage manager installation via its official script athttps://astral.sh/uv/install.sh. - [REMOTE_CODE_EXECUTION]: The provided configuration blocks utilize remote code execution patterns to load the MCP server components.
- Evidence: Uses
uvxto dynamically pull and executemcp-proxy-for-aws@latestandawslabs.eks-mcp-server@latest. These are official tools maintained by the AWS and AWS Labs organizations.
Audit Metadata