Back to skill

Security audit

TronScan Token Scanner

Security checks for vulnerabilities and agentic risk

Overview

This is a disclosed TronScan helper for looking up TRON token, holder, and public wallet activity data, with no local executable payload or persistence.

Install only if you want an agent to query TronScan MCP for TRON token and wallet analytics. Be careful with wallet addresses: public-chain data can reveal balances, transfers, counterparties, and behavior patterns, so ask for address-level history or profiling only when that is intended.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • 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)

Vague Triggers

Medium
Category
Not specified by scanner
Confidence
92% confidence
Finding

The skill advertises triggers such as "how is this token", "USDT price", and "top holders," which are broad enough to overlap with common crypto questions and can cause the skill to activate when a narrower or safer skill would be more appropriate. Because this skill can query contract, holder, and address-linked token data, overbroad activation increases the chance of unnecessary data access and misleading tool selection.

Content

No source excerpt is available for this finding.

Missing User Warnings

Medium
Category
Not specified by scanner
Confidence
95% confidence
Finding

This section documents tools that retrieve account-specific token value history, balance flow, transfer counts, and TRX transfer records, but it does not warn that querying wallet addresses can expose sensitive financial behavior and holdings. In practice, an agent may fetch and summarize address activity without making the privacy implications clear to the user, enabling inadvertent surveillance or over-collection of personal financial data.

Content

No source excerpt is available for this finding.

Static analysis

No suspicious patterns detected.