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.

Yue-Zhou1 Updated

File contents

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/testing-evidence.md
  • references/finding-contract.md

Yue-Zhou1/zkcrypto-audit/tree/main/plugins/core-audit-flow/skills/audit-common commit fdb2808963

Frequently asked questions

npx skillmds@latest add yue-zhou1/audit-common-2