Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Orchestrates email operations using the
autarkCLI, which relies on a local configuration file (~/.autark/credentials.json) for authentication. This includes a genericrequestcommand allowing arbitrary POST/GET operations to the service's API. - [DATA_EXFILTRATION]: The core capability of sending emails establishes a potential channel for data transmission to external domains.
- [PROMPT_INJECTION]: A static analysis alert for 'policy bypass' was evaluated and determined to be a false positive; the instruction to 'override' refers to the stylistic feedback from an email linting tool rather than the agent's core safety constraints.
- [PROMPT_INJECTION]: Indirect Prompt Injection vulnerability surface detected: 1. Ingestion points: Reads incoming messages and thread details via
autark mail messageandautark mail thread(SKILL.md). 2. Boundary markers: The instructions do not prescribe the use of delimiters or 'ignore embedded instructions' prompts when handling email bodies. 3. Capability inventory: The agent is equipped to send emails and perform arbitrary API requests through theautark mailCLI. 4. Sanitization: No procedures are mentioned for escaping or validating untrusted content received via the email inbox.
Audit Metadata