template-builder-ui
Design Safer Sent Template Builder Interfaces
Template builders can drift from Sent contracts and expose unsafe submission flows. This skill guides precise editors, previews, validation, and review controls.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "template-builder-ui" from https://skillstore.io/skills/sentdm-template-builder-ui.md and its manifest at https://skillstore.io/api/skills/sentdm-template-builder-ui/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 "template-builder-ui". Review a builder that saves and submits in one action.
Expected outcome:
Separate draft saving from review submission. Show a final confirmation with category, language, samples, overrides, buttons, warnings, and external-state impact.
Using "template-builder-ui". Assess a variable editor where users type placeholder syntax directly.
Expected outcome:
Replace direct placeholder editing with structured insertion. Update placeholders and entity records together, preserve samples, and report unmatched identifiers beside affected fields.
Using "template-builder-ui". Plan an RCS template preview with rich cards and SMS fallback.
Expected outcome:
Limit the current preview to text and four suggestion chips. Mark rich cards as roadmap-only and keep routing decisions outside the editor.
Security Audit
SafeAll 27 static findings are false positives caused by ordinary prose, Markdown code spans, and product terminology. No executable commands, network calls, reconnaissance, keylogging behavior, prompt injection, or malicious intent were found.
Risk Factors
๐ Network access (1)
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-template-builder-ui/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sentdm-template-builder-ui?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sentdm-template-builder-ui?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sentdm-template-builder-ui/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sentdm-template-builder-ui.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). template-builder-ui security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sentdm-template-builder-ui/audits/1BibTeX citation
@techreport{sentdm-sentdm-template-builder-ui-2026,
author = {sentdm},
title = {template-builder-ui security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/sentdm-template-builder-ui/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: "template-builder-ui security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "sentdm"
date-released: "2026-09-02"
url: "https://skillstore.io/skills/sentdm-template-builder-ui/audits/1"
identifiers:
- type: other
value: "skillstore:sentdm-template-builder-ui:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Design a New Template Editor
Plan fields, validation, previews, and submission controls around the Sent v3 contract.
Audit Payload Mapping
Check that interface fields serialize into supported template properties without unsupported top-level values.
Review Lifecycle Safety
Evaluate status handling, revision recovery, webhook updates, and explicit provider review confirmation.
Try These Prompts
Review this Sent template editor. Identify missing required fields, unsafe save behavior, and unclear validation feedback.
Design SMS, WhatsApp, and RCS previews for this template flow. Include supported content, samples, accessibility, and channel-specific constraints.
Audit variable insertion, entity mapping, renumbering, button limits, authentication restrictions, and complete channel overrides in this builder.
Evaluate this builder from draft creation through provider review. Cover payload mapping, sandbox validation, revisions, webhooks, unknown states, and failure recovery.
Best Practices
- Keep one canonical draft aligned with the Sent definition contract.
- Validate locally, then use sandbox validation before saving or submitting.
- Preserve drafts, server responses, and revision history across errors and status changes.
Avoid
- Do not autosubmit templates when users save drafts.
- Do not let users edit placeholder syntax separately from variable entities.
- Do not present unsupported RCS capabilities as available builder controls.
Frequently Asked Questions
Which channels does this skill cover?
Does this skill generate production UI code?
Can local validation replace server validation?
Should saving a draft submit it for review?
How should unknown status values appear?
Does the skill support RCS rich cards?
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/
๐ template-status-handling.md
๐ template-validation-matrix.md
๐ SKILL.md