cn-last30days
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from social media platforms (Xiaohongshu, Douyin, WeChat) which serves as a vector for indirect prompt injection.
- Ingestion points: The
scripts/cn_last30days.pyscript fetches post titles, descriptions, and comments from external social media platforms via the RedFox API. Additionally,SKILL.mdspecifies usingWebSearchto gather further data. - Boundary markers: The instructions do not define explicit boundary markers or XML-style delimiters to separate untrusted social media content from system instructions when presented to the agent for analysis.
- Capability inventory: The skill has access to
Bash,WebSearch, andWritetools, which could be abused if the agent follows malicious instructions embedded in the processed social media data. - Sanitization: While the Python script performs basic HTML entity escaping for report generation, the raw text content is passed to the agent's context for summarization and analysis without robust filtering for instructional patterns.
Audit Metadata