resend
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill enables interaction with the official Resend API. All network communication is directed to
api.resend.com, and the skill uses standard authentication resolvers provided by the Zapier SDK to handle API keys securely. - [SAFE]: The skill provides explicit instructions to the AI agent on how to check for the presence of credentials in the environment without leaking their values into the transcript, demonstrating a high regard for sensitive data protection.
- [COMMAND_EXECUTION]: The loader script
cli.jsutilizesspawnSyncto execute internal script files within the skill package. This is a controlled dispatch mechanism that does not expose the system to arbitrary command injection from external inputs. - [SAFE]: Input and output data are strictly validated using Zod schemas. Furthermore, the skill includes specialized logic to handle segment and contact name collisions, instructing the agent to seek user clarification for ambiguous matches rather than performing potentially destructive actions on the wrong resource.
Audit Metadata