chinese-lottery-predict
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (MEDIUM): The skill ingests content from external lottery websites and search engine snippets which are attacker-controllable sources.
- Ingestion points: The
fetch_lottery_datafunction inSKILL.mdretrieves data fromzhcw.comand500.com, whileduckduckgo_searchretrieves snippets from search results. - Boundary markers: Absent. There are no clear delimiters or instructions to the agent to ignore malicious commands embedded in the scraped text.
- Capability inventory: The skill uses Python and the
requestslibrary to fetch data and processes it to generate reports. While it primarily extracts numbers, the inclusion of search snippets in the reasoning context is a risk. - Sanitization: Number extraction uses regex
r'(\d{2})', but search snippets are processed as raw text without sanitization. - External Downloads (MEDIUM): The skill is distributed via an unverified third-party GitHub repository, which could be compromised or contain malicious updates.
- Evidence:
README.mddirects users to install vianpx skills add Konata9/chinese-lottery-predict-skillsorgit clonefrom the same user. - Network Operations (LOW): The skill performs network requests to multiple domains that are not on the standard whitelist for AI skills.
- Evidence: Python implementation in
SKILL.mdmakes GET requests tozhcw.com,500.com, andduckduckgo.comwith custom headers.
Audit Metadata