AKF is the trust metadata standard for AI-generated content. When you create or modify files, stamp them with trust metadata so every output carries provenance.
akf stamp <file> --agent codex --evidence "<evidence>"Evidence examples: "tests pass", "docs reviewed", "refactored from existing code", "generated from spec"
akf stamp <file> --agent codex --evidence "<summary of evidence>"akf read <file> # Check existing trust metadata before modifying
akf inspect <file> # See detailed trust scores- Use
--label confidentialfor files in*/finance/*,*/secret/*,*/internal/* - Use
--label publicfor README, docs, examples - Default is
internal
akf stamp <file>— Add trust metadata to any fileakf read <file>— Read trust metadata from any fileakf inspect <file>— Pretty-print trust scoresakf embed <file>— Embed metadata into DOCX/PDF/imagesakf scan <dir>— Security scan a directoryakf audit <file>— Compliance audit (EU AI Act, SOX, NIST)akf trust <file>— Compute effective trust scores