agent-mail
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx @useclawlink/clito download and execute the ClawLink command-line interface from the NPM registry. This is a standard delivery mechanism for the vendor's provided tooling. - [COMMAND_EXECUTION]: The skill instructs the agent to run various shell commands via the
npxutility to manage authentication and execute service actions such aslogin,connect, andrun. - [PROMPT_INJECTION]: The skill ingests untrusted data from an external source (emails) through actions such as
agent_mail_get_message. This creates an indirect prompt injection surface where malicious email content could attempt to influence the agent's actions. - Ingestion points:
SKILL.md(viaagent_mail_get_messageandagent_mail_list_messagesactions). - Boundary markers: None specified in the instructions for isolating external email content.
- Capability inventory:
SKILL.md(shell command execution vianpx, email sending viaagent_mail_send_email). - Sanitization: None mentioned in the skill instructions.
Audit Metadata