resend
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Indirect Prompt Injection: The skill provides methods for an agent to ingest and process external data, specifically captured emails, which could contain instructions from untrusted sources.
- Ingestion points: The
GET /emailsandGET /emails/<id>endpoints described inSKILL.mdallow for reading email content programmatically. - Boundary markers: No specific delimiters or "ignore" instructions are recommended when the agent processes the retrieved email data.
- Capability inventory: The skill has access to
Bashfor runningnpxandcurlcommands. - Sanitization: The instructions do not include steps for sanitizing or validating the
htmlortextcontent of emails before the agent acts upon them. - Command Execution: The skill utilizes shell commands to manage the local emulator and interact with its API.
- Evidence: Uses
curlfor API requests andnpxto launch theemulateservice. - External Downloads: The skill relies on external software packages to provide the emulation environment.
- Evidence: References the installation and use of
@emulators/adapter-next,@emulators/resend, and theemulatepackage via NPM.
Audit Metadata