wewrite-write
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill retrieves and processes untrusted data from the web using
WebSearchandWebFetch, which creates a surface for indirect prompt injection attacks. Malicious instructions embedded in third-party websites could attempt to manipulate the agent's output or logic. - Ingestion points: External web content retrieved via search and fetch tools (documented in
SKILL.mdsections 3.2 and 4). - Boundary markers: The skill instructions do not specify the use of delimiters or 'ignore' instructions when passing retrieved data to the LLM for drafting.
- Capability inventory: The skill has the ability to read and write local configuration files, execute shell commands, and perform network requests.
- Sanitization: No technical sanitization or filtering of the fetched web content is performed within the skill's instructions.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executewewrite sources addwith arguments like--titleand--claimthat are populated with content directly from external web pages. This presents a command injection surface if the external content contains shell metacharacters and is not properly escaped before being executed in the shell. - [DATA_EXFILTRATION]: The skill initiates network requests to external domains via
WebSearchandWebFetchto gather information. While intended for research, these operations involve communicating with non-whitelisted servers.
Audit Metadata