ui-auditor

ui-auditor is an agent for Claude Code from SuanFishXYY/suanfish-design-system. It costs 139 tokens per session (3,264 once invoked), scanned A, original, no licence file.

A user-interface audit agent that reviews UI changes and checks them against an external set of design and engineering rules. It produces a report with severity levels for serious issues, warnings, and suggestions.

In plain words
What is it for?
Use it to inspect UI work, review changes before merging, detect anti-patterns, and run an additional self-check for AI-native interface patterns.
Why use it?
It provides a final review step for finding interface problems and unwanted patterns before a change is merged.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to inspect UI work, review changes before merging, detect anti-patterns, and run an additional self-check for AI-native interface patterns.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/suanfishxyy/suanfish-design-system/ui-auditor
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/SuanFishXYY/suanfish-design-system

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/suanfishxyy/suanfish-design-system/ui-auditor/github.svg)](https://agentmods.dev/agents/suanfishxyy/suanfish-design-system/ui-auditor)
Your own site
<a href="https://agentmods.dev/agents/suanfishxyy/suanfish-design-system/ui-auditor"><img src="https://agentmods.dev/badge/agents/suanfishxyy/suanfish-design-system/ui-auditor/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 ui-auditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/suanfishxyy/suanfish-design-system/ui-auditor"><img src="https://agentmods.dev/badge/agents/suanfishxyy/suanfish-design-system/ui-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,264 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 unknown 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.03264
Opus 5 $0.00069 $0.01632
Sonnet 5 $0.00028 $0.00653
Haiku 4.5 $0.00014 $0.00326

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

Security

Grade A, and why

ui-auditor 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.

agents/ui-auditor.md · 180 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 180 lines · 139 tokens per session scan A f8d0bb94cb51

Subscribe to this mod's changes

ui-auditor is an agent published in the GitHub repository SuanFishXYY/suanfish-design-system (7 stars, last pushed 2mo ago), with no licence file. It adds 139 tokens to every session and 3,264 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 agents, from other repositories

muriel-forger

Forger juror seat for a muriel jury. Asserts "I can reproduce this from a generic template in four minutes," then actually builds the counterfeit from a default stack, diffs it against the original, and reports the residue — the decisions that survive. Judges one thing only, distinguishability from competent generic…

andyed/muriel · 103 tokens

collab-accessibility

Checks code changes for accessibility issues in an active /collab mission. Use when changes touch UI components or a11ycommands are configured.

AgentBuildersApp/eight-eyes · 33 tokens

collab-performance

Profiles code changes for performance issues in an active /collab mission. Use when changes touch hot paths, queries, or benchmarkcommands are configured.

AgentBuildersApp/eight-eyes · 33 tokens

collab-security

Audits code changes for security vulnerabilities in an active /collab mission. Use when the mission touches auth, crypto, user input, or has securityscancommands configured.

AgentBuildersApp/eight-eyes · 38 tokens

collab-skeptic

Performs a blind review of an active /collab mission. Use when the mission is in review phase and you need an independent, risk-focused critique.

AgentBuildersApp/eight-eyes · 37 tokens

ui-design-critic

Holistic design critique, NOT a code reviewer — judges whether a UI FEELS designed or reads as AI template output, covering layout rhythm, visual weight, hierarchy, composition, intentionality, and the aggregate of anti-patterns; complements the technical specialists (typography / color / motion / interaction) by…

RaNDoM6913/claude-code-superkit · 206 tokens