stock-market-hotspot-discovery
Fail
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
scripts/get_data.pycontains a hardcoded API key assigned to theEM_API_KEYvariable, which is used for authentication with the East Money API. - [EXTERNAL_DOWNLOADS]: The skill fetches data from
https://ai-saas.eastmoney.com/proxy/app-robo-advisor-api/assistant/hotspot-discovery. East Money is a well-known financial information service provider. - [DATA_EXFILTRATION]: The script
scripts/get_data.pyreceives data from a remote API and writes it to the local file system at{cwd}/miaoxiang/stock_market_hotspot_discovery/. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it ingests data from an external third-party API and processes it without sanitization.
- Ingestion points: External data enters the system through the
_http_call_hotspot_discoveryfunction inscripts/get_data.pywhich calls the East Money API. - Boundary markers: The skill does not implement delimiters or 'ignore' instructions to isolate the untrusted API response from the agent's logic.
- Capability inventory: The script performs file system writes (
pathlib.Path.write_text) and network operations viaurllib. - Sanitization: There is no evidence of sanitization, filtering, or validation of the content received from the API before it is written to files or displayed.
Recommendations
- AI detected serious security threats
Audit Metadata