humanizer
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it ingests untrusted text from users or files to perform its humanization task.
- Ingestion points: Input text provided via
$ARGUMENTSand file content accessed through the--fileflag inSKILL.md. - Boundary markers: The instructions lack delimiters (e.g., XML tags or triple quotes) or "ignore embedded instructions" warnings for the text being processed.
- Capability inventory: The skill utilizes
Read,Write,Edit,Grep, andGlobtools, which could be misused if the agent obeys instructions embedded within the text it is tasked to humanize. - Sanitization: No sanitization or validation of the input text is performed before it is added to the agent's context.
Audit Metadata