Навыки template-builder-ui
📦

template-builder-ui

Ревизия содержимого r1 Безопасно 🌐 Доступ к сети⚙️ Внешние команды

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.

Поддерживает: Claude Codex Code(CC)
📊 76 Адекватно

Установить с помощью моего Агента

Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.

Запрос агента
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.

Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.

Ресурсы для AI-агентов

Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.

Протестировать

Использование «template-builder-ui». Review a builder that saves and submits in one action.

Ожидаемый результат:

Separate draft saving from review submission. Show a final confirmation with category, language, samples, overrides, buttons, warnings, and external-state impact.

Использование «template-builder-ui». Assess a variable editor where users type placeholder syntax directly.

Ожидаемый результат:

Replace direct placeholder editing with structured insertion. Update placeholders and entity records together, preserve samples, and report unmatched identifiers beside affected fields.

Использование «template-builder-ui». Plan an RCS template preview with rich cards and SMS fallback.

Ожидаемый результат:

Limit the current preview to text and four suggestion chips. Mark rich cards as roadmap-only and keep routing decisions outside the editor.

Аудит безопасности

Безопасно

All 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.

5
Просканировано файлов
270
Проанализировано строк
0
Пункты проверки
0
Ложные срабатывания проигнорированы
Последний завершенный статический и семантический аудит не обнаружил подтвержденных проблем безопасности. Это не доказывает отсутствие побочных эффектов у навыка.
Аудитор:: codex
Поделиться и цитировать этот отчет

Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.

Открыть версионный отчет
Оценка безопасности

Копировать ссылку на отчёт

https://skillstore.io/skills/sentdm-template-builder-ui/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Значок Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/sentdm-template-builder-ui/security.svg)](https://skillstore.io/skills/sentdm-template-builder-ui?utm_source=security_passport_badge)

Значок HTML

<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>

Встраиваемая карточка

<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>
Академические ссылки (APA · BibTeX · CFF)

Цитата APA

sentdm. (2026). template-builder-ui security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sentdm-template-builder-ui/audits/1

Цитата BibTeX

@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

Почему такая оценка Достоверность доказательств: Средний
45
Архитектура
85
Сопровождаемость
87
Контент
65
Сообщество
91
Соответствие спецификации

Что вы можете построить

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.

Попробуйте эти промпты

Check a Basic Editor
Review this Sent template editor. Identify missing required fields, unsafe save behavior, and unclear validation feedback.
Design Channel Previews
Design SMS, WhatsApp, and RCS previews for this template flow. Include supported content, samples, accessibility, and channel-specific constraints.
Audit Variables and Buttons
Audit variable insertion, entity mapping, renumbering, button limits, authentication restrictions, and complete channel overrides in this builder.
Evaluate the Full Lifecycle
Evaluate this builder from draft creation through provider review. Cover payload mapping, sandbox validation, revisions, webhooks, unknown states, and failure recovery.

Лучшие практики

  • 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.

Избегать

  • 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.

Часто задаваемые вопросы

Which channels does this skill cover?
It covers SMS, WhatsApp, and current Sent RCS template experiences.
Does this skill generate production UI code?
No. It provides design, validation, payload mapping, and audit guidance.
Can local validation replace server validation?
No. Local checks are advisory, and Sent server validation remains authoritative.
Should saving a draft submit it for review?
No. Saving and provider review submission should remain explicit, separate actions.
How should unknown status values appear?
Preserve the raw value, show a neutral state, and avoid destructive assumptions.
Does the skill support RCS rich cards?
No. Current guidance supports text and up to four suggestion chips.

Сведения для разработчиков

Автор

sentdm

Лицензия

MIT

Ревизия Skillstore

r1

Примечание о версии

Автор не указал версию.

Ссылка

096c7daa4d0d974771dad12d81c3d0d4688617b9

Актуальность поддержки

08.09.2026

Использование

1 загрузок · 0 просмотров

Больше от sentdm

Показать все
Показать все
📦

apple-design

78

Создание плавных веб-интерфейсов в стиле Apple

от emilkowalski

Веб-интерфейсы с управлением жестами часто кажутся запаздывающими, жесткими или визуально непоследовательными. Этот навык предлагает практические рекомендации по адаптивному движению, материалам, типографике, доступности и проектированию взаимодействий.

Дизайн и креатив Просмотр
📦

quieter

78

Сделать яркий визуальный дизайн более сдержанным

от pbakaus

Визуально перегруженные интерфейсы могут утомлять пользователей и затруднять сканирование контента. Этот навык помогает Claude, Codex или Claude Code снизить визуальную интенсивность, сохранив иерархию и удобство использования.

Дизайн и креатив Просмотр
📦

building-agents

85

Создавайте агентов Claude Code

от C0ntr0lledCha0s

Создание надежных ИИ-агентов требует четких схем, безопасных инструментов и повторяемых этапов проверки. Этот навык помогает проектировать, проверять, мигрировать и поддерживать агентов для рабочих процессов Claude Code.

Кодинг и разработка Просмотр
📦

skill-creator

83

Создание эффективных AI-навыков

от 89jobrien

Создавать переиспользуемые AI-навыки сложно, когда структура, ресурсы и правила проверки неясны. Этот навык предоставляет практический рабочий процесс для проектирования, написания, проверки и упаковки навыков.

Документация Просмотр
📦

building-hooks

83

Создание хуков автоматизации Claude Code

от C0ntr0lledCha0s

Хуки Claude Code могут автоматизировать проверки, форматирование и применение политик, но небезопасные скрипты хуков могут повлиять на локальные файлы или команды. Этот навык помогает пользователям проектировать, проверять и поддерживать хуки по структурированному процессу.

DevOps и инфраструктура Просмотр