hhxg-market
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches financial data in JSON format from
https://hhxg.top/static/data/. This communication is the primary function of the skill and targets the author's own domain. - [COMMAND_EXECUTION]: The skill includes a utility
gen_screenshots.pythat usessubprocess.runto execute other scripts within the package to generate documentation assets. The skill instructions also guide the agent to use theBashtool to run the data fetching scripts. - [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection by processing external data and passing it to the agent context.
- Ingestion points: Remote JSON data is retrieved via
urllib.requestinscripts/_common.py. - Boundary markers: No explicit delimiters or ignore-instructions are used when presenting external data to the agent.
- Capability inventory: The agent is granted
Bashaccess to run internal scripts. - Sanitization: The skill formats API responses into markdown tables and summaries without specific escaping for potential instructions embedded in the market data.
Audit Metadata