auditing-ui

auditing-ui is a skill for Claude Code from dork-labs/dorkos. It costs 80 tokens per session (4,814 once invoked), scanned A, original, MIT.

A skill that examines a website or application interface through several user-experience checks and records the findings as tracked work items. It does not change the code.

In plain words
What is it for?
Use it to audit a whole interface, a selected screen, one quality area, or changes between versions, including checks in a real browser.
Why use it?
It turns scattered interface problems into a ranked report and manageable batches of work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; mentions Claude Code; installed under .agents/ (shared by several agents).

Part of the flow plugin — 32 skills, 43 commands, 5 agents, 4 hooks shipped together

Good fit Use it to audit a whole interface, a selected screen, one quality area, or changes between versions, including checks in a real browser.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dork-labs/dorkos/auditing-ui
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 dork-labs/dorkos --skill auditing-ui
Clone the repo
git clone --depth 1 https://github.com/dork-labs/dorkos

Made for: Claude Code.

Or install flow, the plugin that ships this one along with the rest of its 32 skills, 43 commands, 5 agents, 4 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/dork-labs/dorkos/auditing-ui.svg)](https://agentmods.dev/skills/dork-labs/dorkos/auditing-ui)
Your own site
<a href="https://agentmods.dev/skills/dork-labs/dorkos/auditing-ui"><img src="https://agentmods.dev/badge/skills/dork-labs/dorkos/auditing-ui.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,814 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.00080 $0.04814
Opus 5 $0.00040 $0.02407
Sonnet 5 $0.00016 $0.00963
Haiku 4.5 $0.00008 $0.00481

Measured today against content hash d4ce0eeb221d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

auditing-ui 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 today.

The scan reads SKILL.md. This mod also ships 2 executable files (assets/reference-implementation/ui-ux-audit.js, assets/reference-implementation/uiux-wave.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/skills/auditing-ui/SKILL.md · 304 lines

How it starts

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

Auditing UI

An audit reads the interface through several independent lenses at once, then merges what they saw into one ranked report and a set of PR-sized batches. It writes zero code.

The rules live in the charter, not here: audits/ui.md (domain) inherits audits/README.md (cross-domain). The charter is the authority on the lens set, the lens keys, and which lens is surface-local versus whole-tree. This file is the procedure, and it is the single home for the procedure: the commands under /ui-audit:* point here rather than restating any of it.

Read the charter before every run. If audits/ui.md is missing, run /ui-audit:init first.

1. Durable state

Three things outlive any single run and live at the domain root, audits/runs/ui/:

Path What Written by
profile.md how work lands in this repo /ui-audit:init
stamps.json per-lens last-audited commit + rotation cursor run and pulse
<date>/ one run's report.md, raw/<key>.md, and its ledger when untracked run and pulse

<date> is ISO YYYY-MM-DD.

The repo profile is consulted, not decorative

Read audits/runs/ui/profile.md at the start of every run, pulse, and execute. It answers questions this procedure deliberately does not hard-code, and each answer changes behavior:

  • Landing style — a repo with no merge queue must not inherit arm-then-verify or a bare gh pr merge --auto; execute follows the profile's answer, not this repo's habits.
  • Changelog — whether a batch owes a fragment, and in what shape.
  • Isolation — worktree per batch, or something else.
  • Formatting gate — the exact command that satisfies CI, run last before every push.
  • Tracker mode — the adapter path in §5, or the markdown ledger.
  • Browser leg — the dev command and a free port, or the fact that there is none, which is what §3's degrade rule keys off.

Read the full file on GitHub · 304 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today First seen · 304 lines · 80 tokens per session scan A d4ce0eeb221d

Subscribe to this mod's changes

auditing-ui is a skill published in the GitHub repository dork-labs/dorkos (9 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 4,814 once invoked, about $0.0004 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-09-08.