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 uvx command to fetch and execute the awslabs.aws-network-mcp-server@latest package. 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
Risk Level
SAFE
Analyzed
Mar 6, 2026, 12:31 AM