email-verification
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill utilizes external dependencies
caffeineai-email-verificationandcaffeineai-email. These are vendor-owned resources originating from the skill author's infrastructure, following standard modular design patterns.\n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection vulnerability surface where untrusted user input is ingested and processed into a downstream capability.\n - Ingestion points: The
registerUserfunction inmain.moacceptsemailandnameparameters from external callers.\n - Boundary markers: There are no markers or delimiters isolating the user-provided
namestring from the fixed HTML content of the email body template.\n - Capability inventory: The skill possesses the capability to send outgoing network data via the
EmailClient.sendVerificationEmailfunction as observed inmain.mo.\n - Sanitization: The skill lacks HTML escaping or sanitization for the
nameparameter before it is concatenated into thehtmlBodyvariable, which is then passed to the email client.
Audit Metadata