aws-network-ops
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the
uvxcommand to fetch and execute theawslabs.aws-network-mcp-server@latestpackage. This is an official utility provided by the AWS Labs organization, which is a well-known and trusted source. - [COMMAND_EXECUTION]: The tool is initialized using
uvx, a standard tool for running Python-based applications. This execution is confined to launching the specified MCP server. - [CREDENTIALS_UNSAFE]: While the skill requires AWS authentication (
AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY), it correctly directs the user to provide these via environment variables or profiles. No hardcoded credentials or secrets are present in the skill code. - [SAFE]: All available tools are explicitly defined as read-only (Describe, Get, List operations). This design prevents the skill from making any changes to the cloud environment, significantly reducing the risk of misuse.
Audit Metadata