codexkit-audit-readiness-checker

codexkit-audit-readiness-checker is a skill for Claude Code, Codex from hoavdc/CodexKit. It costs 75 tokens per session (1,273 once invoked), scanned A, original, MIT.

A guide for checking whether an organization is ready for an internal or external financial audit. It maps audit assertions to account balances, checks supporting evidence, and rates readiness Red, Amber, or Green.

In plain words
What is it for?
Use it before an audit, during SOX preparation, or when checking that earlier audit findings have been fixed, using SOX, IFRS, and GAAP concepts.
Why use it?
It reveals missing documents, reconciliations, approvals, or other weaknesses before auditors review the accounts.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/hoavdc/codexkit/codexkit-audit-readiness-checker
Any agent
npx skills add hoavdc/CodexKit --skill codexkit-audit-readiness-checker
Clone the repo
git clone --depth 1 https://github.com/hoavdc/CodexKit

Made for: Claude Code, Codex.

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 codexkit-audit-readiness-checker

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoavdc/codexkit/codexkit-audit-readiness-checker.svg)](https://agentmods.dev/skills/hoavdc/codexkit/codexkit-audit-readiness-checker)
Your own site
<a href="https://agentmods.dev/skills/hoavdc/codexkit/codexkit-audit-readiness-checker"><img src="https://agentmods.dev/badge/skills/hoavdc/codexkit/codexkit-audit-readiness-checker.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,273 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00075 $0.01273
Opus 5 $0.00037 $0.00636
Sonnet 5 $0.00015 $0.00255
Haiku 4.5 $0.00007 $0.00127

Measured 4d ago against content hash e8212175e60c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codexkit-audit-readiness-checker 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 4d 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.

skills/codexkit-audit-readiness-checker/SKILL.md · 146 lines

How it starts

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

Audit Readiness Checker

When to Use

  • 60–90 days before a scheduled external audit
  • When preparing for SOX compliance for the first time
  • After prior audit findings need remediation verification
  • When internal audit wants a pre-flight check

Procedure

Step 1 — Map Assertions to Accounts

For each material account balance, map the relevant audit assertions:

Assertion What It Tests
Existence/Occurrence Did the transaction/asset actually happen/exist?
Completeness Are all transactions recorded?
Valuation/Accuracy Are amounts recorded correctly?
Rights & Obligations Does the entity own/owe the amounts?
Presentation & Disclosure Is it properly classified and disclosed?
Cut-off Are transactions in the correct period?

Step 2 — Check Evidence Completeness

For each assertion per account, verify supporting evidence:

  1. Source documents (invoices, contracts, bank statements)
  2. Reconciliations (bank, intercompany, sub-ledger to GL)
  3. Approvals and authorization records
  4. Third-party confirmations
  5. Management representations and estimates documentation

Step 3 — Score Readiness

Score Criteria
🟢 Green All evidence available, reconciled, no open items
🟡 Amber Evidence partially available, minor gaps, reconciliation in progress
🔴 Red Missing evidence, unreconciled, prior audit finding unresolved

Step 4 — Generate Remediation Plan

For each 🟡 and 🔴 item:

  1. Describe the gap
  2. Assign an owner
  3. Set a deadline (must be before audit fieldwork)
  4. Define the evidence deliverable

Inputs

Input Required Format
Trial balance Yes Account list with balances
Prior audit findings Recommended Management letter or audit report
Audit timeline Yes Fieldwork start date
Supporting schedules Recommended Reconciliations, roll-forwards

Output

## Audit Readiness Scorecard — [Entity] — [Audit Period]

### Overall Score: 🟡 AMBER (72% ready — 12 weeks to fieldwork)

### By Account Area

| Account | Assertion | Evidence | Status | Gap | Owner | Deadline |
|---------|-----------|----------|--------|-----|-------|----------|
| Cash | Existence | Bank confirmations | 🟢 | — | — | — |
| Cash | Completeness | Bank reconciliation | 🟢 | — | — | — |
| AR | Existence | Confirmations | 🟡 | 3 confirmations pending | AR Lead | Week 8 |
| AR | Valuation | Aging + allowance | 🔴 | Allowance model not updated | Controller | Week 6 |
| Revenue | Cut-off | Shipping docs | 🟢 | — | — | — |
| PP&E | Existence | Physical count | 🔴 | Count not scheduled | Ops Mgr | Week 4 |

### Prior Findings Status

| Finding | Year | Status | Remediation |
|---------|------|--------|-------------|
| Inventory count procedures | 2024 | 🟡 In progress | New SOP drafted, testing pending |
| AR confirmation process | 2024 | 🟢 Resolved | Automated via NetSuite |

### Remediation Timeline

| Week | Action | Owner |
|------|--------|-------|
| Week 4 | Schedule PP&E physical count | Ops Manager |
| Week 6 | Update AR allowance model | Controller |
| Week 8 | Complete AR confirmations | AR Lead |
| Week 10 | Final reconciliation review | CFO |
| Week 12 | Audit fieldwork begins | — |

Read the full file on GitHub · 146 lines

Files

What ships with it

1 file 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. 4d ago First seen · 146 lines · 75 tokens per session scan A e8212175e60c

Subscribe to this mod's changes

codexkit-audit-readiness-checker is a skill published in the GitHub repository hoavdc/CodexKit (21 stars, last pushed 3mo ago), licensed MIT. It adds 75 tokens to every session and 1,273 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-08-30.