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.
npx skills add HK-hub/AgentSkills --skill ax-auditgit clone --depth 1 https://github.com/HK-hub/AgentSkillsWrote 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.
[](https://agentmods.dev/skills/hk-hub/agentskills/ax-audit)<a href="https://agentmods.dev/skills/hk-hub/agentskills/ax-audit"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/ax-audit/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.
<a href="https://agentmods.dev/skills/hk-hub/agentskills/ax-audit"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/ax-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00113 | $0.02148 |
| Opus 5 | $0.00056 | $0.01074 |
| Sonnet 5 | $0.00023 | $0.00430 |
| Haiku 4.5 | $0.00011 | $0.00215 |
Grade A, and why
ax-audit 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 9d 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.
This is a copy
88% identical to ax-audit — 107 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AX Audit
Feature-level reviewer for apps where an agent acts for the user. One question: does it earn trust, and where does it break?
- IS: rules-based audit of agentic surfaces (agent chat, tool execution panels, agent config, dashboards) across two layers (architecture in
rules-arch/, trust/relationship design inrules-ax/), ending in a ship-readiness verdict plus an AX Relationship Summary. - IS NOT: traditional frontend UX (forms, states, focus, async, microcopy, accessibility, layout, typography, performance, use
ui-audit); agent instruction-file quality (useagents-md).
No agentic features in scope (only forms, lists, modals)? Route to ui-audit; AX rules against traditional UI produce only noise.
Contents
- Audit workflow
- Two rule layers
- Tiers and verdict
- AX Relationship Summary
- Reference files
- Gotchas
- Audit self-check
- Related skills
Audit workflow
Track this checklist:
AX Audit progress:
- [ ] Step 1: Scope, via `git diff --name-only main` (PR mode) or explicit path (full sweep)
- [ ] Step 2: Detect agentic features per references/feature-playbooks.md
- [ ] Step 3: Run each detected feature's playbook in order, plus the diff-wide checks
- [ ] Step 4: For each check, load the rule file and follow its detection recipe
- [ ] Step 5: Tier each finding per references/ship-readiness.md (rule override table wins)
- [ ] Step 6: Render verdict + findings + AX Relationship Summary per references/output-format.md
- [ ] Step 7: Run the audit self-check and report its evidence counts
Step notes:
- Scope. Default: PR diff plus the tool definitions and orchestrator code it touches. Findings in untouched files belong in a full sweep, not a PR verdict.
- Detect. Heuristics (component names, hooks, routes) for the four feature types live in
references/feature-playbooks.md. - Playbooks. Each feature has 5-9 ordered checks; run all, even expected passes (a pass with evidence belongs in the report). The diff-wide
parity-orphan-ui-actionruns on every PR-mode audit regardless of detected features. - Rules. Each rule file carries its own detection commands, false-positive guards, tier override table, and suppression syntax, and is authoritative; playbook annotations are a convenience copy.
- Tier. Three tiers; precedence below.
- Render. Group findings by surface; verdict block first, AX Relationship Summary last.
- Self-check. Evidence or it didn't happen (see below).
What ships with it
32 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.
- references/agent-native-principles.md 3.6 KB
- references/ax-evolution-curve.md 3.0 KB
- references/feature-playbooks.md 6.7 KB
- references/output-format.md 4.8 KB
- references/ship-readiness.md 5.5 KB
- rules-arch/_sections.md 1.8 KB
- rules-arch/_template.md 2.2 KB
- rules-arch/comm-no-approval-gate.md 3.2 KB
- rules-arch/comm-no-completion-signal.md 2.9 KB
- rules-arch/comm-no-progress-visibility.md 2.7 KB
- rules-arch/context-no-checkpoint-resume.md 2.8 KB
- rules-arch/context-no-injection.md 2.6 KB
- rules-arch/context-starvation.md 2.6 KB
- rules-arch/granularity-static-api-mapping.md 2.9 KB
- rules-arch/granularity-workflow-shaped-tool.md 2.8 KB
- rules-arch/parity-crud-incomplete.md 2.5 KB
- rules-arch/parity-no-tool-parity.md 2.3 KB
- rules-arch/parity-orphan-ui-action.md 2.4 KB
- rules-ax/_sections.md 2.9 KB
- rules-ax/_template.md 2.5 KB
- rules-ax/comm-no-generative-momentum.md 2.6 KB
- rules-ax/comm-no-intent-handshake.md 3.1 KB
- rules-ax/comm-no-progress-signal.md 2.8 KB
- rules-ax/context-memory-not-visible.md 3.0 KB
- rules-ax/context-no-adaptive-canvas.md 2.9 KB
- rules-ax/context-under-contextual.md 2.9 KB
- rules-ax/control-no-approval-gate.md 2.8 KB
- rules-ax/control-no-escape-hatch.md 2.7 KB
- rules-ax/control-over-conversational.md 2.3 KB
- rules-ax/trust-no-confidence-cues.md 2.5 KB
- rules-ax/trust-no-escalation-path.md 2.6 KB
- rules-ax/trust-no-uncertainty-markers.md 2.5 KB
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.
- 9d ago First seen · 126 lines · 113 tokens per session scan A 473d740bb6f9
ax-audit is a skill published in the GitHub repository HK-hub/AgentSkills (6 stars, last pushed 22d ago), licensed MIT. It adds 113 tokens to every session and 2,148 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to ax-audit, differing in 107 lines, and is treated as a copy.
Other skills, from other repositories
mermaid
Create, validate, and repair Mermaid.js diagrams. Use when generating flowcharts, sequence, class, ER, state, or Gantt diagrams, or any visualization.
teach-me
Turn a 'teach me X' request into a single interactive HTML lesson, rendered Arcade-first, by emitting a lesson data model and assembling it with rp1 tooling.
bootstrap
Bootstrap a greenfield project with parent-owned interviews and bounded plan, revision, and apply actions.
pr-stack
Plan and execute splitting a large PR or branch into a reviewable stacked PR sequence.
artifact-templates
Agent-only canonical output templates for rp1 artifacts. Load when producing structured markdown to ensure format consistency and routing metadata.
deep-research
Autonomous deep research on codebases and technical topics with structured report output via map-reduce explorer architecture.