jinritoutiao-keyword-collector
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by ingesting and processing data from an external website (Jinri Toutiao). If the content on the target website is manipulated, it could provide malicious instructions to the agent.
- Ingestion points: Untrusted data enters the agent context via the
snapshottool when capturing elements fromhttps://www.toutiao.comas described inSKILL.md. - Boundary markers: The skill does not implement boundary markers or instructions to ignore embedded commands within the extracted suggestions.
- Capability inventory: The skill uses the
browsertool for navigation and theacttool for simulated user input on the target site (SKILL.md). - Sanitization: No sanitization, escaping, or validation of the extracted keyword text is performed before it is formatted for output.
- [SAFE]: The skill interacts exclusively with a well-known service (www.toutiao.com) using standard browser automation tools. There is no evidence of unauthorized data exfiltration, sensitive credential access, or malicious command execution.
Audit Metadata