extension-email-raw
Send Email to Multiple Recipients
Single-recipient email helpers make coordinated messages cumbersome. This skill adds a Motoko sendRawEmail workflow with separate To, Cc, and Bcc recipient lists.
Instalar con mi Agente
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "extension-email-raw" from https://skillstore.io/skills/caffeinelabs-extension-email-raw.md and its manifest at https://skillstore.io/api/skills/caffeinelabs-extension-email-raw/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.
Recursos legibles por agentes
Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.
Pruébalo
Usando "extension-email-raw". Send a reminder to three trusted attendees and one private observer.
Resultado esperado:
- Delivery plan: place the trusted attendees in To and the private observer in Bcc.
- Message plan: use one shared subject and HTML reminder body.
- Result plan: acknowledge success or report the returned delivery error.
Usando "extension-email-raw". Notify 55 recipients with the same update.
Resultado esperado:
The request exceeds the 50-recipient limit. Split delivery into privacy-safe groups or send individual messages.
Auditoría de seguridad
Riesgo medioAll seven static findings are false positives caused by Markdown formatting, documentation links, and code fences. None execute commands, make requests, or traverse files. A medium privacy concern remains because the sample places attendee arrays in visible To and Cc fields.
Preocupaciones de seguridad confirmadas (1)
Factores de riesgo
⚙️ Comandos externos (5)
🌐 Acceso a red (1)
📁 Acceso al sistema de archivos (1)
Compartir y citar este informe
Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.
Copiar enlace del informe
https://skillstore.io/skills/caffeinelabs-extension-email-raw/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportInsignia Markdown
[](https://skillstore.io/skills/caffeinelabs-extension-email-raw?utm_source=security_passport_badge)Insignia HTML
<a href="https://skillstore.io/skills/caffeinelabs-extension-email-raw?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/caffeinelabs-extension-email-raw/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Tarjeta para insertar
<iframe src="https://skillstore.io/embed/skills/caffeinelabs-extension-email-raw.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Citas académicas (APA · BibTeX · CFF)
Cita APA
caffeinelabs. (2026). extension-email-raw security audit report (audit version 1) [Author version 0.1.5]. Skillstore. https://skillstore.io/skills/caffeinelabs-extension-email-raw/audits/1Cita BibTeX
@techreport{caffeinelabs-caffeinelabs-extension-email-raw-2026,
author = {caffeinelabs},
title = {extension-email-raw security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/caffeinelabs-extension-email-raw/audits/1},
note = {Author version 0.1.5}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "extension-email-raw security audit report (audit version 1)"
version: "0.1.5"
type: report
authors:
- name: "caffeinelabs"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/caffeinelabs-extension-email-raw/audits/1"
identifiers:
- type: other
value: "skillstore:caffeinelabs-extension-email-raw:audit:1"
description: "Skillstore immutable audit report identifier"
Puntuación de Skillstore
Por qué esta puntuación Confianza de la evidencia: MedioLo que puedes crear
Build meeting reminders
Generate a Motoko backend flow that sends one reminder to a trusted group of confirmed and tentative attendees.
Send internal updates
Deliver one update with clear To, Cc, and Bcc groups for collaborators who may share contact details.
Add application notifications
Integrate multi-recipient transactional messages when every visible recipient belongs to one trusted audience.
Prueba estos prompts
Use this skill to add a Motoko function that emails {to_addresses}. Use {subject} and {html_body}. Return the SendResult.Create a sendRawEmail call with {to_addresses}, {cc_addresses}, and {bcc_addresses}. Keep the total below 50 and handle both result variants.Implement a reminder for {meeting_time} and a trusted attendee group. Put private observers in Bcc. Include useful context when delivery fails.Design a Motoko delivery function for {recipients}. Use individual messages or Bcc when addresses must remain private. Explain counting and failure handling.Mejores prácticas
- Count every To, Cc, and Bcc address before sending.
- Use Bcc or individual messages when recipients should not see other addresses.
- Handle delivery errors without exposing recipient details in user-facing messages.
Evitar
- Do not place unrelated customers in visible To or Cc lists.
- Do not exceed the combined limit of 50 recipients.
- Do not ignore the error result after awaiting delivery.
Preguntas frecuentes
What recipient fields does this skill support?
How many recipients can one message include?
Is this suitable for bulk service email?
Can recipients see other addresses?
What dependency does the skill require?
How are delivery outcomes reported?
Detalles del desarrollador
Autor
caffeinelabsLicencia
MIT
Versión del autor
v0.1.5
Revisión de Skillstore
r1
Ref.
f32f934280aa94e399d875d7cf7b2ed16d1b82a3
Actualidad del mantenimiento
25/7/2026
Uso
0 descargas · 0 vistas
Estructura de archivos
📄 SKILL.md