data-go-mcp-servers
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches an installation script for the 'uv' package manager from astral.sh, which is a well-known service in the Python ecosystem.
- [REMOTE_CODE_EXECUTION]: Instructs the user to install the 'uv' tool by piping a remote script to the shell (curl | sh). This is the standard, documented method for installing this specific tool.
- [COMMAND_EXECUTION]: Provides instructions for standard development workflows, such as cloning a GitHub repository and running local setup scripts via the 'uv' tool.
- [SAFE]: No malicious obfuscation, sensitive data exfiltration, or hardcoded credentials were detected. The skill properly advises the use of environment variables for API key management.
Audit Metadata