skills/jeremylongshore/claude-code-plugins-plus-skills/monitoring-whale-activity/Gen Agent Trust Hub
monitoring-whale-activity
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches real-time cryptocurrency transaction data and price information from well-known services including Whale Alert, Etherscan, and CoinGecko. These references are neutral and consistent with the skill's primary purpose.
- [COMMAND_EXECUTION]: The skill executes local Python scripts (
whale_monitor.py) to analyze blockchain data and format results. The execution is bounded by specific tool definitions in the skill metadata. - [DATA_EXFILTRATION]: The skill maintains local state, such as a wallet watchlist and transaction cache, in the user's home directory (e.g.,
~/.whale_watchlist.json). No sensitive information or user credentials are sent to external or untrusted servers. - [PROMPT_INJECTION]: The skill ingests untrusted data from external blockchain APIs which could theoretically contain malicious instructions. Ingestion points: Data enters through
scripts/whale_api.pyfrom API responses. Boundary markers: No specific boundary instructions or delimiters are used in the prompts when presenting this data. Capability inventory: The skill utilizesBash,Read,Write,Edit,Grep, andGlobtools. Sanitization: The skill applies formatting, address truncation, and label lookup inscripts/formatters.pyandscripts/wallet_labels.pybefore presenting data to the agent, which significantly reduces the impact of potential indirect prompt injection.
Audit Metadata