action-creator
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes external email data.
- Ingestion points: The skill reads email bodies, subjects, and sender information via
context.emailAPI(e.g., intemplates/forward-bug-report.ts). - Boundary markers: The templates do not use delimiters or instructions to ignore embedded commands when passing email content to
context.callAgent. - Capability inventory: The generated scripts have access to powerful capabilities including
sendEmail,archiveEmail,fetchfor network requests, andcallAgentfor further AI processing. - Sanitization: No evidence of filtering, escaping, or validation of the ingested email content is present in the provided templates.
- [COMMAND_EXECUTION]: The primary purpose of the skill is to generate TypeScript files in
agent/custom_scripts/actions/which are executed by the agent platform. This dynamic code generation and execution is a high-privilege activity. - [DATA_EXFILTRATION]: The
ActionContextdocumented inSKILL.mdprovides afetchmethod, allowing generated scripts to make network requests to external domains. This capability could be used to transmit data retrieved from emails to external servers.
Audit Metadata