temporam
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from inbound emails.
- Ingestion points: External data enters the agent context via the
GET /v3/emails/latestandGET /v3/emails/{id}endpoints mentioned inSKILL.md. - Boundary markers: The instructions do not define delimiters or provide specific warnings for the agent to ignore instructions contained within the email bodies.
- Capability inventory: The skill provides capabilities to send messages (
POST /v3/messages) and execute network requests viacurl, which could be exploited by a malicious email. - Sanitization: There is no description of content sanitization or validation for the inbound email bodies.
- [DATA_EXFILTRATION]: The skill enables the agent to send outbound emails, creating a path for data transfer.
- The
POST /v3/messagesendpoint allows sending text or HTML content to external recipients, which could be used to exfiltrate sensitive information from the agent's session. - [COMMAND_EXECUTION]: The skill instructions mention the use of shell commands for API interaction.
SKILL.mdsuggests using rawcurlcommands as an alternative to MCP tools, which involves the execution of shell-based network operations.
Audit Metadata