resend
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
@membranehq/clipackage globally via npm. This is a standard installation of the official vendor-provided tool for interacting with the Membrane platform. - [COMMAND_EXECUTION]: The skill utilizes several shell commands via the
membraneCLI to manage the lifecycle of the Resend integration, includingmembrane loginfor authentication,membrane connectfor service linking, andmembrane action runfor executing API requests. These commands are part of the intended functionality for a CLI-based agent skill. - [DATA_EXFILTRATION]: The skill follows security best practices by delegating credential management to the Membrane platform. It explicitly instructs the agent to never ask the user for API keys or tokens, instead using server-side managed connections which reduces the risk of credential exposure in the agent's context.
Audit Metadata