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 Arch1eSUN/Arcgentic --skill audit-roundgit clone --depth 1 https://github.com/Arch1eSUN/ArcgenticWrote 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/arch1esun/arcgentic/audit-round)<a href="https://agentmods.dev/skills/arch1esun/arcgentic/audit-round"><img src="https://agentmods.dev/badge/skills/arch1esun/arcgentic/audit-round.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
SkillSpector: 1 finding, up to low
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- low Excessive Agency · line 74 Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
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.00117 | $0.01555 |
| Opus 5 | $0.00059 | $0.00777 |
| Sonnet 5 | $0.00023 | $0.00311 |
| Haiku 4.5 | $0.00012 | $0.00155 |
Grade A, and why
audit-round 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Audit round
Role boundary
You are the EXTERNAL auditor. You did NOT write the round being audited. You did NOT plan it. You are reading inputs cold and looking for problems.
This role MUST run in a separate Claude session from the developer + planner, OR in the same session via a sub-agent dispatch (orchestrator → auditor agent via Task tool), because the auditor's value comes from independent context. Reading the dev session's reasoning chain corrupts the audit.
Inputs you read (in order)
.agentic-rounds/state.yaml(viapickup.sh) — confirms you're inaudit_in_progress- The handoff doc for this round (path in state.yaml:
current_round.handoff_doc.path) - The dev commit chain (SHAs in state.yaml:
current_round.dev_commits) — read EACH commit's diff - Project CLAUDE.md / AGENTS.md — confirm round didn't violate standing mandates
- (Optional) The lesson-codifier report — gives you cross-round pattern context
You DO NOT read: any session transcript / planner's reasoning / developer's chat.
Process (mechanical)
- Pre-round scan — invoke
arcgentic:pre-round-scanfirst (mandatory) - Verdict outline — open
references/verdict-template.md; copy it as<project>/<audits_dir>/<round-id>-external-audit-verdict.md - Fact table — for every claim the round makes (scope completed, tests pass, doc sections present, mandates followed), write a fact row with a Bash command. See
references/fact-table-design.md. - Run every fact —
bash <project>/scripts/dev.sh audit-check <verdict.md> --strictif project has it; otherwise loop the fact commands manually. NO fact can be≥ Nstyle — every fact has an exact expected value. - Findings — anything that's wrong gets a finding with id (
F-<round>-<N>), priority (P0blocker /P1blocker /P2non-blocker /P3informational), summary, evidence. - Lesson codification — apply
references/lesson-codification-protocol.md. Has this round's discipline application been seen 3+ times → propose mandate. Novel preservation type seen → declare it. - Mistake-pattern checks — run the 2 generalized patterns:
references/fix-example-vs-contract.md— is any fix-round only addressing the reproducer?references/sibling-doc-sweep.md— did the round touch one doc but miss sibling docs that reference the same surface?references/doc-vs-impl-regrep.md— does every spec claim grep-quote the impl source?
- Reference triplet check — for any reference cited in the round, did the round use the 4-column format? See
references/reference-triplet.md. - Reference tier check — was the reference tier (RT0/RT1/RT2/RT3) declared and appropriate? See
references/rt-tier-taxonomy.md. - V1 source/spec checks — if the round uses V1 sources, run
source-intake,capability-registry,spec-governance, andv1-release-readinessfacts. - Verdict completeness check — run:
A bare outcome/finding is invalid; findings need structured evidence, expected/actual or recommended fix detail.arcgentic verdict-completeness <verdict.md> - Verdict outcome — PASS, NEEDS_FIX, or AUDIT_INCOMPLETE.
PASS =
fact_table_pass==totalAND no P0/P1 findings. NEEDS_FIX = any P0/P1. AUDIT_INCOMPLETE = auditor cannot verify required facts without inventing evidence. - Update state.yaml — set
current_round.audit_verdictper schema. - Transition —
transition.sh --target passed(orneeds_fix). Gate runs automatically.
What ships with it
8 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/doc-vs-impl-regrep.md 1.8 KB
- references/fact-table-design.md 5.2 KB
- references/fix-example-vs-contract.md 2.9 KB
- references/lesson-codification-protocol.md 6.0 KB
- references/reference-triplet.md 2.6 KB
- references/rt-tier-taxonomy.md 3.6 KB
- references/sibling-doc-sweep.md 3.4 KB
- references/verdict-template.md 4.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.
- 8d ago First seen · 92 lines · 117 tokens per session scan A f65b1df52811
audit-round is a skill published in the GitHub repository Arch1eSUN/Arcgentic (292 stars, last pushed 26d ago), licensed MIT. It adds 117 tokens to every session and 1,555 once invoked, about $0.0006 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-30.
Other skills, from other repositories
simplify
Review recent code changes for reuse, code quality, and efficiency, then directly apply straightforward cleanup improvements. Use when the user wants a post-implementation cleanup pass, pre-PR polish, or asks to simplify/refine recent changes. Invoke with /simplify or /simplify .
find-simplifications
Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every…
code-reviewer
Code review knowledge base: quality, security (OWASP Top 10), error-handling, performance, and test-coverage checklists with severity-ranked output format. Use when reviewing code changes, PRs, or before commits. Loaded automatically by the code-reviewer agent.
arrow-maintenance
Navigation and audit overlay for linked-intent development. Use when working with docs/arrows/ — orienting via index.yaml, auditing spec-to-code coherence, detecting reverse orphans and drift, splitting/merging/renaming/re-parenting segments. Dual-mode: ambient guidance when the overlay is present…
review
Structured code review with parallel audit agents, confidence-scored triage, and optional auto-fix. Examines uncommitted changes, staged diffs, commit ranges, or specific paths. Produces a tiered report (MUST-FIX / RECOMMENDED / NIT) backed by evidence, then optionally applies fixes with verification.
db-audit
Database performance and safety audit. 70+ checks across 13 dimensions (DB1-DB13): query patterns, indexes, schema design, connections, transactions, migrations, caching, query optimization, ORM anti-patterns, observability, data lifecycle, DB security, and migration deployment safety. Code-level checks for all ORMs.…