Document the new Claude Code and Codex plugin distributions and explain how root plugins, bundle plugins, and plugin-safe filtering relate to the full library install.\n\nSync the catalog, plugin compatibility artifacts, and generated plugin-safe subsets so main stays consistent before the v9.0.0 release flow.
1.4 KiB
1.4 KiB
name, description, risk, source, date_added, author, tags
| name | description | risk | source | date_added | author | tags | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| akf-trust-metadata | The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing. | safe | community | 2026-03-27 | HMAKT99 |
|
AKF — The AI Native File Format
Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.
After creating or modifying files
akf stamp <file> --agent <agent-name> --evidence "<what you did>"
Evidence examples:
- "generated from user prompt"
- "refactored existing code"
- "tests pass"
- "docs reviewed"
Before modifying existing files
akf read <file> # Check existing trust metadata
akf inspect <file> # See detailed trust scores
Compliance auditing
akf audit <file> --regulation eu_ai_act # EU AI Act Article 50
akf audit <file> --regulation hipaa # HIPAA
akf audit <file> --regulation sox # SOX
akf audit <file> --regulation nist_ai # NIST AI RMF
Classification
--label confidentialfor finance/secret/internal paths--label publicfor README, docs, examples- Default:
internal
Install
pip install akf
Links
- https://akf.dev
- https://github.com/HMAKT99/AKF
- npm:
npm install akf-format