porteden-email
Warn
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions provide commands to install the Porteden CLI from an external GitHub repository (
github.com/porteden/cli/cmd/porteden@latest) viago installand a Homebrew tap (porteden/tap/porteden). - [COMMAND_EXECUTION]: The skill uses the
portedenbinary to perform various email operations including listing, reading, and sending messages. - [DATA_EXPOSURE]: The skill accesses and manages sensitive email data across multiple providers. It utilizes an environment variable
PE_API_KEYfor authentication and stores credentials in the system keyring. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from email messages and threads, creating a surface for indirect prompt injection.
- Ingestion points: Email content is ingested into the agent context through the
porteden email messageandporteden email threadcommands as specified inSKILL.md. - Boundary markers: The skill does not implement boundary markers or instructions to the agent to ignore embedded commands within the email data.
- Capability inventory: The agent possesses extensive capabilities including
send,reply,forward,modify, anddelete, which could be abused if malicious instructions are present in processed emails. - Sanitization: There is no evidence of sanitization, filtering, or validation of the email content before it is processed by the agent.
Audit Metadata