xhs-explosive-content-suite
Fail
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill relies on an external API (
https://onetotenvip.com/skill/cozeSkill/getXhsCozeSkillData) to retrieve Xiaohongshu trend data. The accompanying Python scriptfetch_xhs_trends.pyexplicitly disables SSL/TLS certificate verification by settingssl.CERT_NONEandcheck_hostname = False. This creates a critical vulnerability where an attacker could perform a Man-in-the-Middle (MitM) attack to view or modify the data exchanged. - [COMMAND_EXECUTION]: The skill instructions require the agent to execute a local Python script
scripts/fetch_xhs_trends.pyvia the command line. This script contains non-standard network logic, including a manual implementation of a TLS handshake designed to omit the Server Name Indication (SNI) extension. This technique is typically used to bypass network monitoring or regional filters. - [DATA_EXFILTRATION]: User-provided keywords, search terms, and a source identifier ('小红书爆款标题创作-GitHub') are transmitted to the external domain
onetotenvip.com. This domain is not a recognized service provider or a trusted vendor. - [PROMPT_INJECTION]: The skill contains 'Highest Priority' and 'Absolute Execution' instructions within
references/core_workflow.md. These directives are designed to override the agent's default decision-making process and force adherence to specific behavioral and formatting constraints, which is a common pattern for steering or bypassing standard agent safeguards.
Recommendations
- AI detected serious security threats
Audit Metadata