humanizer
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and transform user-provided text using file-system tools, which creates an attack surface for indirect prompt injection.
- Ingestion points: The skill processes untrusted data provided by the user via prompts or by reading project files through the
Readtool as part of its humanization task. - Boundary markers: There are no explicit delimiters (such as XML tags) or instructions for the agent to ignore or isolate commands embedded within the text being humanized in
SKILL.md. - Capability inventory: The skill utilizes powerful tools including
Read,Write,Edit,Grep, andGlobto modify local files. - Sanitization: No input validation or sanitization mechanisms are defined in the prompt to prevent the agent from executing instructions that may be hidden in the input text.
Audit Metadata