market_test_price
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is classified as suspicious due to requesting overly broad permissions for its stated purpose. The `SKILL.md` file lists `bash_tool` and `create_file` in `allowed_tools`. While the core Python script `scripts/market_test_price.py` does not directly utilize these high-privilege tools (it uses standard Python libraries for HTTP requests), granting an AI agent arbitrary shell execution (`bash_tool`) and file creation (`create_file`) capabilities for a simple 'fetch token prices' skill introduces a significant attack surface for prompt injection or agent misuse, potentially leading to remote code execution or unauthorized file system modifications.
