This guide is for sustainability auditors verifying Commit Carbon reports in the context of CSRD, SEC, CDP, or other disclosure frameworks.
- Confirm the
.ai-attestation.yamlfile exists in the repository - Cross-reference commit counts with git history
- Verify AI tool identification against git metadata (co-author trailers, commit messages)
- Open
factors.yaml(bundled with CLI or at https://oss.korext.com/api/commit-carbon/factors) - Confirm the methodology version matches the report
- Verify each factor has a source citation
- Cross-reference cited sources (Luccioni et al. 2023, Patterson et al. 2021) for reasonableness
- Confirm the stated region and grid intensity in the report
- Cross-reference with IEA published data for the stated country
- If real-time data was used (Electricity Maps, WattTime), verify the data provider and timestamp
Run independently:
npx @korext/commit-carbon calculate --tool <tool> --commits <n> --region <region>Compare output with reported values. They should match within rounding tolerance.
Confirm that:
- Low, central, and high estimates are all present
- The ratio between high and low is approximately 4x
- The central estimate is used as the primary reported value
- Uncertainty is clearly disclosed
Watch for:
- Reports using only the "low" estimate without disclosing the range
- Modified emissions factors without documented justification
- Region attribution that does not match where AI inference occurs
- Missing methodology version
- Claims of "zero emissions" AI coding (not supported by any current evidence)
Full methodology: https://oss.korext.com/commit-carbon/methodology
The methodology is CC0 1.0 licensed (public domain). Auditors may freely reference and reproduce it.
Contact: maintainers@korext.com