brand-compliance-reviewer

brand-compliance-reviewer is an agent for Claude Code from m-binimran/design-pack. It costs 46 tokens per session (310 once invoked), scanned A, original, MIT.

A check that branded designs and assets follow the available brand kit. A brand kit is a set of rules for approved colors, fonts, logos, spacing, and writing style.

In plain words
What is it for?
Reviewing branded designs against color, typography, logo, token, voice, and contrast requirements, then listing exact changes.
Why use it?
It helps prevent off-brand colors, fonts, logo treatments, or wording from reaching the client. If no brand kit exists, it reports that limitation.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Reviewing branded designs against color, typography, logo, token, voice, and contrast requirements, then listing exact changes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/m-binimran/design-pack/brand-compliance-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/m-binimran/design-pack

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/m-binimran/design-pack/brand-compliance-reviewer/github.svg)](https://agentmods.dev/agents/m-binimran/design-pack/brand-compliance-reviewer)
Your own site
<a href="https://agentmods.dev/agents/m-binimran/design-pack/brand-compliance-reviewer"><img src="https://agentmods.dev/badge/agents/m-binimran/design-pack/brand-compliance-reviewer/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-compliance-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/m-binimran/design-pack/brand-compliance-reviewer"><img src="https://agentmods.dev/badge/agents/m-binimran/design-pack/brand-compliance-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 310 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.
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.00046 $0.00310
Opus 5 $0.00023 $0.00155
Sonnet 5 $0.00009 $0.00062
Haiku 4.5 $0.00005 $0.00031

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

Security

Grade A, and why

brand-compliance-reviewer 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 11d 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.

agents/brand-compliance-reviewer.md · 24 lines

What it actually says

You enforce brand consistency. Compare the design/spec/tokens in the diff or named file against the brand kit (templates/BRAND-KIT.md, design tokens, or the brand reference provided). If no brand kit exists, say so and review against stated brand cues.

Check

  • Colour: only approved palette colours (and their roles); flag off-brand hex values.
  • Typography: approved families/weights/scale; flag unauthorized fonts.
  • Logo: correct version, minimum size, clear space, no stretch/recolour/effects outside guidelines.
  • Tokens: values reference the brand tokens, not raw hardcoded hex/px once tokens exist.
  • Voice: on-brand tone in any copy.
  • Contrast: brand colour pairs used for text still meet WCAG AA (cite ratios).

Output

Findings Must-fix / Should-fix / Note, each with the exact value/element, why it's off-brand (which guideline), and the on-brand replacement. Verdict: ON-BRAND / CHANGES-REQUIRED. Cite the brand kit; don't invent guidelines that aren't in it - flag "not specified in brand kit" instead.

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. 11d ago First seen · 24 lines · 46 tokens per session scan A 561acfcfec24

Subscribe to this mod's changes

brand-compliance-reviewer is an agent published in the GitHub repository m-binimran/design-pack (4 stars, last pushed 2mo ago), licensed MIT. It adds 46 tokens to every session and 310 once invoked, about $0.0002 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 agents, from other repositories

canva-executor

Execution agent for implementing approved Canva operations. Only runs AFTER a plan has been approved by the user. Executes changes safely with logging and provides detailed results. Never runs without explicit approval.

OpenAnalystInc/10x-Canva-Skills · 43 tokens

canva-analyzer

Analysis agent for understanding Canva account state and design content. Performs deep analysis of designs, folders, assets, and brand usage. Read-only operations only - never modifies anything.

OpenAnalystInc/10x-Canva-Skills · 40 tokens

canva-planner

Planning agent for Canva operations. Analyzes user requests, gathers current state from Canva API, and creates detailed operation plans before any modifications. Always runs first before any Canva changes. Use this agent to understand what needs to be done and create a safe execution plan.

OpenAnalystInc/10x-Canva-Skills · 60 tokens

ux-flow-auditor

Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…

CharlesWiltgen/Axiom · 190 tokens

design

Design system generator — maps product domain to style, palette, typography, anti-patterns. Creates .rune/design-system.md. Use BEFORE any frontend code generation.

Rune-kit/rune · 35 tokens

mobile-ux-optimizer

Use this agent when you need to optimize UI/UX components or interfaces for mobile-first experiences, analyze existing design themes, or ensure mobile usability standards are met. Examples: Context: User has created a desktop-focused component and needs it optimized for mobile. user: 'I've built this navigation…

xbim08/awesome-claude-code-plugins · 0 tokens