audit-export

audit-export is a skill for Claude Code, Codex from Snowflake-Labs/cocoplus. It costs 15 tokens per session (385 once invoked), scanned A, original, MIT.

A tool that exports the complete CocoAudit event history into a timestamped compliance document. CocoAudit is a record of actions and approvals made during a project.

In plain words
What is it for?
Use it to create Markdown, HTML, or PDF reports for stakeholders and compliance records.
Why use it?
It packages the full audit history for people who need to review or retain it without replacing earlier exports.

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/snowflake-labs/cocoplus/audit-export
Any agent
npx skills add Snowflake-Labs/cocoplus --skill audit-export
Clone the repo
git clone --depth 1 https://github.com/Snowflake-Labs/cocoplus

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 audit-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/audit-export.svg)](https://agentmods.dev/skills/snowflake-labs/cocoplus/audit-export)
Your own site
<a href="https://agentmods.dev/skills/snowflake-labs/cocoplus/audit-export"><img src="https://agentmods.dev/badge/skills/snowflake-labs/cocoplus/audit-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 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.1 $0.00015 $0.00385
Opus 5 $0.00008 $0.00192
Sonnet 5 $0.00003 $0.00077
Haiku 4.5 $0.00002 $0.00038

Measured yesterday against content hash 22f649271ff2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

audit-export 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 yesterday.

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.

.cortex/skills/cocoaudit/audit-export.skill.md · 39 lines

What it actually says

$audit export

Export the complete CocoAudit trail as a uniquely timestamped compliance document. For stakeholder packaging, route Markdown/HTML/PDF formats through the shared exporter.

Steps

  1. Read lifecycle/audit.md (append-only source of truth)
  2. Count total event blocks (lines starting with ## [)
  3. Generate timestamp: YYYY-MM-DDTHH-MM-SSZ (hyphens replace colons for filesystem safety)
  4. Write .cocoplus/audit-export-[timestamp].md with header + full verbatim trail
  5. If a format was requested, run invoke reporting/report-export --source <exported-md> --format <markdown|html|pdf> --out-dir .cocoplus/audit-exports
  6. Output path, event count, and export renderer status to developer
  7. Never overwrite prior export files — each invocation is uniquely timestamped (idempotent per export)

Exit Criteria

  • Export file written to .cocoplus/audit-export-[timestamp].md
  • Developer sees path and total event count
  • No prior export file overwritten
  • HTML export is available through reporting/report-export; PDF reports renderer status if no renderer is configured

Anti-Rationalization

Temptation Why Wrong
Reuse same filename on same-day exports Timestamp includes time — each export is unique and non-destructive
Read audit.md selectively Source of truth is verbatim — export must include all events, not filtered view
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. yesterday First seen · 39 lines · 15 tokens per session scan A 22f649271ff2

Subscribe to this mod's changes

audit-export is a skill published in the GitHub repository Snowflake-Labs/cocoplus (720 stars, last pushed 2d ago), licensed MIT. It adds 15 tokens to every session and 385 once invoked, about $0.0001 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-03.

Related

Other skills, from other repositories

meta-pdf-reformat-pipeline

Modernize a legacy PDF: structural extraction → natural-language rewrite of problem pages → audit summary → re-merge into the final PDF.

opensquilla/opensquilla · 35 tokens

slides

Create and edit presentation decks as single self-contained HTML files with a live, editable preview and print-to-PDF export. Use when the user wants slides, a deck, or a presentation.

decocms/studio · 40 tokens

pdf

Read and extract text from .pdf files, page by page. Use when the user uploads or references a PDF to read or summarize.

decocms/studio · 29 tokens

human-summary

Write a human-readable mathematical progress report (compiled PDF) on a project for the operator / the mathematician who posed the problem. This is NOT elaboration (the internal strategy synthesis) and NOT the dashboard. Render from the fact graph's verified statements/proofs into a clean, self-contained report …

frenzymath/Danus · 103 tokens

liteparse

Provides fast document to markdown extraction. Use this skill when the user asks to parse, perform multi-format document conversion or spatially extract text from an unstructured file (PDF, DOCX, PPTX, XLSX, images, etc.) locally.

sammcj/agentic-coding · 53 tokens

anydoc

Convert Word (.doc/.docx/.docm), PowerPoint (.ppt/.pps/.pot/.pptx/.pptm/.ppsx/.ppsm), Excel (.xls/.xlsx/.xlsm/.xlsb), OpenDocument (.odt/.ods/.odp), RTF, EPUB, CSV, and PDF documents to clean GitHub-Flavored Markdown locally with the Any Doc CLI (npx -y @firecrawl/[email protected]): headings, GFM tables, slide structure…

magnus919/agent-skills · 189 tokens