humanizer
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process user-provided text for rewriting. This creates a surface where malicious instructions could be embedded in the data provided to the agent. However, the agent's task is strictly defined as editing/rewriting, which reduces the likelihood of the agent accidentally following instructions contained within the data.
- Ingestion points: The skill processes arbitrary text provided by the user (as described in README.md and SKILL.md).
- Boundary markers: There are no explicit delimiters or specific instructions to ignore embedded commands within the input text.
- Capability inventory: The skill allows the use of
Read,Write,Edit,Grep,Glob, andAskUserQuestiontools (SKILL.md), which grants the agent file system access. - Sanitization: The instructions do not include methods for sanitizing or validating the input text before processing.
Audit Metadata