migrate-to-sent
Plan a Safe Migration to Sent
CPaaS migrations often fail when provider concepts are copied without translation. This skill maps those differences into a phased Sent v3 cutover plan.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "migrate-to-sent" from https://skillstore.io/skills/sentdm-migrate-to-sent.md and its manifest at https://skillstore.io/api/skills/sentdm-migrate-to-sent/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "migrate-to-sent". Review a Twilio service that sends SMS and WhatsApp with ordered fallback.
Expected outcome:
- Rewrite the ordered channel list because Sent treats multiple channels as a broadcast.
- Use automatic routing and preserve one logical send identifier.
- Add deterministic idempotency keys before dual-run.
- Verify delivery through status events rather than the accepted response.
Using "migrate-to-sent". Create rollback gates for a staged Sent cutover.
Expected outcome:
- Roll back a message class when delivery falls below its agreed tolerance.
- Halt immediately when duplicate production messages appear.
- Stop retries when credential lockout occurs.
- Keep the incumbent receiver active for in-flight callbacks.
Security Audit
Low RiskAll 41 static alerts are false positives caused by documentation text, example identifiers, or Markdown backticks. The inventory scanner can expose matched source excerpts in terminal or CI logs because its redaction is limited.
Confirmed security concerns (1)
Risk Factors
๐ Network access (1)
๐ Env variables (1)
โ๏ธ External commands (31)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sentdm-migrate-to-sent/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sentdm-migrate-to-sent?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sentdm-migrate-to-sent?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sentdm-migrate-to-sent/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sentdm-migrate-to-sent.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sentdm. (2026). migrate-to-sent security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sentdm-migrate-to-sent/audits/1BibTeX citation
@techreport{sentdm-sentdm-migrate-to-sent-2026,
author = {sentdm},
title = {migrate-to-sent security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/sentdm-migrate-to-sent/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "migrate-to-sent security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "sentdm"
date-released: "2026-09-02"
url: "https://skillstore.io/skills/sentdm-migrate-to-sent/audits/1"
identifiers:
- type: other
value: "skillstore:sentdm-migrate-to-sent:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Scope a Twilio Migration
Inventory Twilio dependencies and convert them into a prioritized Sent rewrite plan.
Design a Controlled Cutover
Define dual-run cohorts, metrics, rollback triggers, and decommission gates for a messaging platform migration.
Review Consent and Webhooks
Compare provider consent models and signature schemes before rewriting compliance-sensitive handlers.
Try These Prompts
Review this repository for CPaaS dependencies. List the files and migration areas that need attention before moving to Sent.
Map our [provider] send calls, statuses, webhooks, templates, consent handling, and tenancy model to Sent v3.
Create a phased Sent cutover plan for [message classes]. Include sandbox gates, live cohorts, dual-run metrics, rollback triggers, and ownership.
Evaluate this migration plan against the Sent mapping and cutover references. Identify unsafe assumptions, missing controls, and unresolved provider differences.
Best Practices
- Run the inventory scanner against the intended repository root and review every result manually.
- Verify provider details against current documentation before changing customer-facing behavior.
- Use sandbox validation, a small opt-in cohort, and deterministic idempotency keys before increasing traffic.
Avoid
- Do not copy an ordered fallback array into Sent's channel array.
- Do not treat accepted responses or provider handoff as proof of delivery.
- Do not retry consent-filtered messages or clear migrated opt-out evidence.
Frequently Asked Questions
Which providers does this skill cover?
Does the skill change my repository?
Can it execute the production cutover?
Why should ordered channel arrays be rewritten?
Does sandbox mode prove full migration readiness?
How are secrets handled by the scanner?
Developer Details
Author
sentdmLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
096c7daa4d0d974771dad12d81c3d0d4688617b9
Maintenance freshness
9/8/2026
Usage
0 downloads ยท 0 views
File structure
๐ agents/
๐ openai.yaml
๐ references/
๐ cutover-playbook.md
๐ provider-mapping.md
๐ scripts/
๐ inventory_scan.py
๐ SKILL.md