brand-safety-compliance

brand-safety-compliance is a skill for Claude Code from crevideo/crevideo-reach. It costs 139 tokens per session (1,102 once invoked), scanned A, original, MIT.

A text checker for marketing and creator content that flags six types of risky claims, such as medical promises, guaranteed results, financial claims, fake scarcity, and fake personal rapport.

In plain words
What is it for?
Use it to check outreach messages, advertisements, creator scripts, captions, and other outbound copy for compliance risks.
Why use it?
It helps catch wording that may breach advertising or brand rules before content is sent or reviewed after publication. It also suggests how to fix flagged text.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the crevideo-reach plugin — 9 skills, 1 MCP server shipped together

Good fit Use it to check outreach messages, advertisements, creator scripts, captions, and other outbound copy for compliance risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crevideo/crevideo-reach/brand-safety-compliance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add crevideo/crevideo-reach --skill brand-safety-compliance
Clone the repo
git clone --depth 1 https://github.com/crevideo/crevideo-reach

Made for: Claude Code.

Or install crevideo-reach, the plugin that ships this one along with the rest of its 9 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for brand-safety-compliance

README.md
[![agentmods](https://agentmods.dev/badge/skills/crevideo/crevideo-reach/brand-safety-compliance/github.svg)](https://agentmods.dev/skills/crevideo/crevideo-reach/brand-safety-compliance)
Your own site
<a href="https://agentmods.dev/skills/crevideo/crevideo-reach/brand-safety-compliance"><img src="https://agentmods.dev/badge/skills/crevideo/crevideo-reach/brand-safety-compliance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for brand-safety-compliance

Your own site · 80×15
<a href="https://agentmods.dev/skills/crevideo/crevideo-reach/brand-safety-compliance"><img src="https://agentmods.dev/badge/skills/crevideo/crevideo-reach/brand-safety-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,102 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00139 $0.01102
Opus 5 $0.00069 $0.00551
Sonnet 5 $0.00028 $0.00220
Haiku 4.5 $0.00014 $0.00110

Measured 12d ago against content hash 6731f9b002e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

brand-safety-compliance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/crevideo-reach/skills/brand-safety-compliance/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Brand Safety & Compliance · 品牌安全合规

Role: run a compliance red-line scan on text and return block/warn + fix suggestions. This is a mandatory pre-flight for any outbound copy, and is also used to re-scan published content.

Output language

Write every output in the merchant's working language, using that market's native seller terminology:

  • US Local sellers → English: tier / all-in take-rate / outreach waterfall / Target Collaboration / DM / sample …
  • China POP sellers → 中文: 分级 / 真实抽成 / 触达阶梯 / 定向邀约 / 私信 / 寄样 … Tool names stay identical in both languages. If unsure which market, ask once before producing output.

When to use / not use

  • Use: scan copy before sending, re-scan today's confirmed content, vet a creator-submitted script/caption.
  • Don't use: pure data analysis with no text.

Inputs

  1. The text to scan.
  2. Scenario: outreach (our outbound, strictest) / creator_submitted (creator content, still strict if regulated) / internal_draft (internal draft, advisory only).

Steps (in order)

  1. Read brand/category-specific banned words (project Knowledge/brand-compliance-additions, if present); merge with the MUST-NOT red lines from the Key-Rules Cheat Sheet.
  2. Scan all 6 classes, reporting each independently:
    • C1 Medical/efficacy (cure / heal / treat / prevent…, medical verbs)
    • C2 Exaggeration/absolute (100% / guaranteed / instant / permanent / miracle…)
    • C3 Beauty-permanence (permanently whitens / removes wrinkles forever…, unless backed by real clinical evidence)
    • C4 Financial/income promise (guaranteed income / earn $X…)
    • C5 Fake scarcity (only N left / a "limited" drop with no real inventory)
    • C6 Fake rapport (as we discussed / per our agreement, with no real prior interaction)
  3. For each hit: class + matched phrase + context + severity (block/warn) + fix suggestion.
  4. Overall verdict: any block → ❌ must rewrite; warn only → ⚠️ may proceed but advise a fix; none → ✅.
  5. Reasonable carve-out: if the text is meta-discussion teaching creators to avoid these phrases, mark it false-positive and pass.

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 73 lines · 139 tokens per session scan A 6731f9b002e7

Subscribe to this mod's changes

brand-safety-compliance is a skill published in the GitHub repository crevideo/crevideo-reach (7 stars, last pushed yesterday), licensed MIT. It adds 139 tokens to every session and 1,102 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cease-desist

Draft a cease-and-desist letter (send mode) or triage one you received (receive mode). Use when asserting your rights against an infringer with a demand letter calibrated to your enforcement posture, or when an incoming C&D needs triage into a structured options memo with a recommendation.

uk-agents/uk-legal-plugins · 63 tokens

claim-chart

Build or review an element chart — a patent claim chart (infringement, invalidity, or review) or a civil element chart for any cause of action or defence — with every cell pin-cited and gap detection as the priority output. Use when the user asks for a claim chart, element chart, proof chart, infringement or…

uk-agents/uk-legal-plugins · 93 tokens

internal-investigation

Reference: shared framework for managing internal investigations from intake through final memo — privileged investigation log, document processing with needle-finding, source coverage tracking, Q&A against the log, memo drafting, and audience summaries. Loaded by /investigation-open, /investigation-add…

uk-agents/uk-legal-plugins · 79 tokens

infringement-triage

Infringement triage across trade mark, copyright, patent, and trade secret — a flag list with the factors cutting each way, not a finding. Use when assessing whether someone is infringing your IP or whether you might be infringing theirs, when a knockoff or copycat surfaces, or when deciding whether a matter is worth…

uk-agents/uk-legal-plugins · 80 tokens

aia-generation

Run an AI impact assessment — structured intake, risk analysis, UK regulatory classification (UK GDPR / DPA 2018, ICO AI guidance, sector-specific UK regulation), EU AI Act analysis where EU nexus exists, policy consistency diff, and recommendation with conditions. Uses the house-style structure learned from the seed…

uk-agents/uk-legal-plugins · 149 tokens

vendor-agreement-review

Reference: review of an inbound vendor agreement against the team playbook in /.claude/plugins/config/uk-legal-plugins/commercial-legal-uk/CLAUDE.md under English contract law (with notes for Scots law / NI where the governing law requires). Flags deviations, assesses risk, generates specific redline language, and…

uk-agents/uk-legal-plugins · 106 tokens