goldrush-mcp-skill
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxto execute the@covalenthq/goldrush-mcp-serverpackage. This is the official and standard way to run an MCP server from Covalent. - [EXTERNAL_DOWNLOADS]: Downloads the official
@covalenthq/goldrush-mcp-serverpackage from the standard npm registry usingnpx. - [CREDENTIALS_UNSAFE]: Follows security best practices by instructing the user to manage the
GOLDRUSH_API_KEYviauxc author environment variables rather than hardcoding. It uses a secret injection pattern{{secret}}which is a standard safe practice for this toolset. - [REMOTE_CODE_EXECUTION]: While it executes a remote package via
npx, the package is from a well-known service (Covalent) and the execution method is the intended use case for Model Context Protocol (MCP) servers.
Audit Metadata