Crypto charting with USD pricing (1s)

Security checks across malware telemetry and agentic risk

Overview

This skill is a disclosed Bitquery crypto charting integration that uses a required API key and WebSocket connection as expected, with no evidence of hidden persistence or unrelated data access.

Install only if you intend to connect to Bitquery and are comfortable providing a Bitquery API key. Use a dedicated or revocable key if possible, avoid logging full WebSocket URLs, run in an isolated environment for shared or production systems, and rotate the key if you suspect it was exposed.

SkillSpector

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

Lp3

Medium
Category
MCP Least Privilege
Confidence
98% confidence
Finding
The skill requires network access and reads a sensitive environment variable, but it does not declare corresponding permissions in metadata. This creates a transparency and policy-enforcement gap: installers and sandboxing systems may not be able to accurately assess or restrict what the skill can do before execution.

Env Variable Harvesting

High
Category
Data Exfiltration
Content
from gql.transport.websockets import WebsocketsTransport

async def main():
    token = os.environ["BITQUERY_API_KEY"]
    url = f"wss://streaming.bitquery.io/graphql?token={token}"
    transport = WebsocketsTransport(
        url=url,
Confidence
94% confidence
Finding
os.environ["BITQUERY_API_KEY"]

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal