email-copywriter
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Potential for indirect prompt injection through external data ingestion. The skill analyzes existing email content which could contain malicious instructions intended to manipulate the agent's output or behavior.
- Ingestion points: The skill reads content from the
references/examples/emails/directory for analysis. - Boundary markers: No delimiters or specific instructions to ignore embedded commands within analyzed data are provided.
- Capability inventory: The agent possesses
Bashexecution capabilities and file system access viaRead,Write,Glob, andGreptools. - Sanitization: There is no documented validation or sanitization of the input data before it is processed by the analysis scripts.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute local Python scripts, specificallyscripts/content/analyze_emails.pyandscripts/content/write_email.py. While these scripts are part of the skill's intended functionality, executing local code based on potentially untrusted input (the analyzed emails) carries an inherent risk.
Audit Metadata