paulwei-crypto
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches live cryptocurrency market data from the Binance public API (fapi.binance.com). This is a well-known and expected source for a trading assistant, used to calculate moving averages and other financial indicators.
- [COMMAND_EXECUTION]: The included Python script
scripts/analyze.pyutilizes thesubprocessmodule to execute the systemcurlcommand. This execution is scoped specifically to retrieving market data from a trusted service and does not execute any instructions from the downloaded content. - [DATA_EXFILTRATION]: No sensitive data access or exfiltration patterns were detected. The only external communication is directed to the Binance API to request public ticker and candlestick data using standard market symbols.
- [PROMPT_INJECTION]: The skill's instructions are focused on providing structured financial analysis and do not contain any patterns attempting to override agent safety protocols or system prompts.
Audit Metadata