# Audit Common

> Provides shared severity, testing-evidence, and finding-contract references for ZK and cryptographic audit skills. Use when classifying findings, checking whether test evidence is sufficient, or writing findings in a consistent structure.

- Skill: `yue-zhou1/audit-common-2` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add yue-zhou1/audit-common-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yue-zhou1/audit-common-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: Yue-Zhou1 (https://skillmd.com/u/yue-zhou1)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yue-zhou1/audit-common-2

---


# audit-common

Shared reference layer for the crypto audit framework.

## When to Use

- Classifying a suspected finding as Critical, High, Medium, or Low
- Checking whether existing tests are strong enough to support a claim
- Writing or reviewing a finding that should follow the framework's standard structure
- Keeping sibling audit skills aligned on severity and evidence language

## When NOT to Use

- Building initial audit context for a target codebase
- Verifying whether a suspected bug is real end-to-end
- Querying prior-art or disclosure state in `zkbugs-index`

## How to Use

Read the smallest reference that answers the current question:

- Severity question: `references/severity-framework.md`
- Test evidence question: `references/testing-evidence.md`
- Finding structure question: `references/finding-contract.md`

Do not duplicate these definitions in sibling skills unless the duplication is
strictly necessary for execution.

## Reference Index

- [references/severity-framework.md](references/severity-framework.md)
- [references/testing-evidence.md](references/testing-evidence.md)
- [references/finding-contract.md](references/finding-contract.md)

