> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ERC-7512: On-chain Representation of Audit Reports

> ERC-7512 introduces a standardized, on-chain format for publishing smart contract audit reports. Traditionally, audit reports are stored as off-chain PDF docume

# ERC-7512: On-chain Representation of Audit Reports

ERC-7512 introduces a standardized, on-chain format for publishing smart contract audit reports. Traditionally, audit reports are stored as off-chain PDF docume

## Abstract

ERC-7512 introduces a standardized, on-chain format for publishing smart contract audit reports. Traditionally, audit reports are stored as off-chain PDF documents, making it difficult for users or automated systems to programmatically verify the security status of a contract. This standard defines a schema for an 'Audit Report' contract that maps the audited code, the auditing firm, the scope of the review, and the conclusion to a consistent structure on the blockchain. By providing a common interface, ERC-7512 allows dapps, user interfaces, and even other protocols to query whether a specific contract version has been audited and by whom. This infrastructure fosters a more transparent security ecosystem where audit validity is verifiable in real-time. The standard includes mechanisms for linking reports to specific source code hashes and on-chain bytecode, ensuring that the audit results correspond to the actual code deployed. This initiative is a significant step toward institutionalizing security and increasing user confidence in decentralized finance by turning static security assessments into live, queryable data points that support automated security verification.

**Authors:** Richard Meissner, Robert Chen, Paco de la Cruz

**Publication:** Ethereum Improvement Proposals

**Publication date:** 2023-01-01

## Key findings

* Enables programmatic verification of smart contract security audits on-chain.
* Provides a standardized schema for audit reporting to increase transparency.
* Links audit results directly to immutable code hashes for verification.
* Facilitates the development of security-aware dapps and automated risk assessment tools.

## Citation

Richard Meissner, Robert Chen, Paco de la Cruz (2023). ERC-7512: On-chain Representation of Audit Reports. Ethereum Improvement Proposals. [https://eips.ethereum.org/EIPS/eip-7512](https://eips.ethereum.org/EIPS/eip-7512)

## Related knowledge

* [51% Attack](/generated/v2/glossary/51-attack) — glossary
* [51% Attack](/generated/v2/glossary/51-attack) — related-glossary
* [Beacon Chain](/generated/v2/glossary/beacon-chain) — glossary
* [Beacon Chain](/generated/v2/glossary/beacon-chain) — related-glossary
* [Bug Bounty](/generated/v2/glossary/bug-bounty) — glossary
* [Bug Bounty](/generated/v2/glossary/bug-bounty) — related-glossary
* [Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis](/generated/v2/topics/decentralized-identity-how-blockchain-is-solving-the-digital-identity-crisis) — article
* [Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis](/generated/v2/topics/decentralized-identity-how-blockchain-is-solving-the-digital-identity-crisis) — related-article
* [How DAOs Are Evolving: The Next Phase of Decentralized Governance](/generated/v2/topics/how-daos-are-evolving-the-next-phase-of-decentralized-governance) — article
* [How DAOs Are Evolving: The Next Phase of Decentralized Governance](/generated/v2/topics/how-daos-are-evolving-the-next-phase-of-decentralized-governance) — related-article
* [Quantum Progress in 2026: Are We Approaching the Security Cliff?](/generated/v2/topics/quantum-progress-in-2026-are-we-approaching-the-security-cliff) — article
* [Quantum Progress in 2026: Are We Approaching the Security Cliff?](/generated/v2/topics/quantum-progress-in-2026-are-we-approaching-the-security-cliff) — related-article
* [Reentrancy](/generated/v2/glossary/reentrancy) — glossary
* [Reentrancy](/generated/v2/glossary/reentrancy) — related-glossary
* [Replay Attack](/generated/v2/glossary/replay-attack) — glossary
* [Replay Attack](/generated/v2/glossary/replay-attack) — related-glossary

***

**Canonical knowledge ID:** `research:erc-7512-on-chain-representation-of-audit-reports`
