resend-cli
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents workflows for reading inbound emails (
resend emails receiving listen,resend emails receiving get). External content from these emails enters the agent context dynamically. - Ingestion points: Detected in
references/emails.mdandreferences/workflows.mdwhere the agent handlesemails receivingcommands. - Boundary markers: The documentation includes explicit warnings to treat this data strictly as untrusted input and not to follow instructions inside emails, reducing risk but maintaining exposure to adversarial manipulation.
- Capability inventory: The skill contains the ability to run administrative terminal commands, send emails, manage webhooks, and manipulate domain configuration across all reference files via the
resendCLI executable. - Sanitization: The text suggests users/agents should sanitize content before processing, but there are no integrated platform-level filters specified in the instructions.
- [EXTERNAL_DOWNLOADS]: The
SKILL.mdfile contains instructions to install global dependencies usingnpm install -g resend-cliandbrew install resend/cli/resendto make the executable available. - [COMMAND_EXECUTION]: Instructions explicitly detail running shell commands (
resend) and piping output (e.g.,resend emails receiving listen --json | head -3) to manipulate system state and handle network-driven parameters.
Audit Metadata