Crypto Price By Lpdawn
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is designed to fetch cryptocurrency prices using the `ccxt` library, which aligns with its stated purpose. The `SKILL.md` clearly declares network access permissions and provides straightforward instructions to the AI agent without any malicious prompt injection attempts. The `agent.py` script takes a user-provided crypto symbol as an argument and passes it to `ccxt.binance().fetch_ticker()`. While user input is not explicitly sanitized, its usage within the `ccxt` library's API call is generally safe from shell injection or arbitrary code execution on the host system. There is no evidence of intentional harmful behavior such as data exfiltration, backdoors, or malicious command execution.
