humanizer
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user-provided text to identify and remove AI writing patterns. An attacker could embed malicious instructions within the text to be humanized, attempting to hijack the agent's behavior.
- Ingestion points: The primary input text provided to the agent for editing (SKILL.md).
- Boundary markers: The skill does not define explicit delimiters or instructions to ignore embedded commands within the input text.
- Capability inventory: The skill is granted
Read,Write,Edit,Grep, andGlobtools, which allow it to read from and write to the local file system (SKILL.md). - Sanitization: No sanitization or validation of the input text is performed before processing.
Audit Metadata