CoinGecko

Security checks across malware telemetry and agentic risk

Overview

This is a small, read-only CoinGecko lookup skill that sends user-entered crypto queries to CoinGecko and shows no hidden local access or destructive behavior.

Install only if you are comfortable running local Python scripts that contact CoinGecko. Do not enter sensitive private identifiers, and treat returned crypto market data as informational rather than financial advice.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Lp3

Medium
Category
MCP Least Privilege
Confidence
88% confidence
Finding
The skill invokes external CoinGecko API calls but does not declare any permissions, creating a mismatch between documented behavior and the platform's security model. Undeclared network access reduces transparency, weakens reviewability, and can allow a seemingly simple skill to exfiltrate prompts or metadata if the implementation changes or is replaced later.

VirusTotal

62/62 vendors flagged this skill as clean.

View on VirusTotal