Back to skill

Security audit

crypto-gas-fee-optimizer

Security checks across malware telemetry and agentic risk

Overview

This skill is a read-only gas-fee checker that contacts disclosed public price and blockchain RPC services and does not handle wallets, keys, or transactions.

Install this only if you are comfortable with the script making live requests to publicnode.com and CoinGecko when you run it. It does not need wallet secrets and should not be given private keys, seed phrases, or transaction-signing authority.

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
94% confidence
Finding
The skill declares only `allowed-tools: Bash` but its documented behavior requires outbound network access to public RPC endpoints and CoinGecko. This permission/capability mismatch is a real security issue because it can cause reviewers and enforcement systems to underestimate what the skill does, reducing transparency and potentially allowing unintended data egress or unreviewed remote interactions.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.