list-china-today-macro-news
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION] (LOW): The script
scripts/fetch_china_macro_news.pyinitiates network requests towallstreetcn.comand36kr.com. These domains are not on the trusted whitelist, though they are necessary for the skill's primary function. No sensitive local file access or credential harvesting was detected. - [PROMPT_INJECTION] (LOW): The skill is vulnerable to Indirect Prompt Injection (Category 8). Evidence Chain: 1. Ingestion points: External news content is fetched in
fetch_china_macro_news.pyviafetch_wallstreetcn,fetch_36kr, andfetch_url_content. 2. Boundary markers: None. The content is passed directly to the AI for summarization without delimiters or warnings to ignore instructions within the data. 3. Capability inventory: The skill usesrequestsfor network access and writes report files to thereports/directory. 4. Sanitization: Thefetch_url_contentfunction removes HTML structural tags (script, style) but does not filter the text content for malicious prompt instructions.
Audit Metadata