wewrite-rewrite
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
wewriteCLI tool to perform content scoring (wewrite score) and similarity analysis (wewrite similarity) against source documents as part of its quality gate process. - [EXTERNAL_DOWNLOADS]: Instructions include guidance to install the necessary
wewriteutility via theuvpackage manager or a local installation script if the tool is not already present in the system environment. - [PROMPT_INJECTION]: The skill processes user-supplied text which presents an ingestion surface for indirect prompt injection, though this is managed by the skill's specific transformation tasks.
- Ingestion points: User articles are saved to
source.mdwithin the task directory (SKILL.md). - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are specified.
- Capability inventory: The skill is authorized to use
Bashfor command execution, alongsideRead,Write,Edit, andGlobfor file operations (SKILL.md). - Sanitization: No content sanitization or filtering is mentioned in the instructions for the external article content.
Audit Metadata