resend-cli
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides installation commands for the Resend CLI targeting official vendor resources (resend.com and npmjs.org), which are standard and expected for this tool.
- [COMMAND_EXECUTION]: The skill provides an extensive command set for the
resendCLI. It includes a specific 'Agent Protocol' designed to ensure commands are executed safely in non-interactive environments by using flags like--quiet,--json, and--yesfor destructive actions. - [CREDENTIALS_UNSAFE]: Authentication is handled correctly through the
RESEND_API_KEYenvironment variable or the--api-keyflag. The skill specifically warns against relying on interactive logins and provides instructions for managing multiple profiles securely. - [REMOTE_CODE_EXECUTION]: The skill documents the use of
esbuildfor bundling React Email templates (.tsx) into HTML. This is an intended primary feature of the Resend CLI and is performed locally during the email preparation process.
Audit Metadata