read-web-article-translator
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a legitimate workflow for translating external web content into Chinese and saving the output locally.
- [PROMPT_INJECTION]: The skill processes untrusted data from external websites, which presents a surface for indirect prompt injection. Because this is the primary intended function of the skill, it is classified as safe, though the architectural surface exists.
- Ingestion points: Article content fetched from external URLs via
mcp__web_reader__webReader(SKILL.md). - Boundary markers: The instructions do not specify delimiters to isolate external content or warnings to ignore embedded instructions.
- Capability inventory: The skill is capable of reading from network URLs and writing Markdown files to the local file system.
- Sanitization: No explicit sanitization or filtering of external content is described.
Audit Metadata