simple-human-writing-style
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
betterpromptpackage from the official repository of the vendor, BetterPromptme, which is used to execute the writing tasks. - [COMMAND_EXECUTION]: The skill invokes the
betterpromptcommand-line interface to discover model capabilities and to generate simplified text from user inputs. - [INDIRECT_PROMPT_INJECTION]: The skill defines an attack surface by ingesting external text inputs into the writing workflow.
- Ingestion points:
Content,purpose, andextra_notesinput variables defined inSKILL.md. - Boundary markers: No specific delimiters are identified to isolate the processed content.
- Capability inventory: Executes the
betterprompt generateshell command. - Sanitization: User inputs are interpolated into the command parameters without explicit validation or escaping.
Audit Metadata