akf-trust-metadata

Solid

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.

Data & Documents 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
63
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AKF — The AI Native File Format Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content. ## When to Use Use this skill when you need to stamp, inspect, or audit provenance and trust metadata on AI-generated or AI-modified files for compliance, review, or handoff workflows. ## After creating or modifying files ```bash 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 ```bash akf read <file> # Check existing trust metadata akf inspect <file> # See detailed trust scores ``` ## Compliance auditing ```bash 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 confidential` for finance/secret/internal paths - `--label public` for README, docs, examples - Default: `internal` ## Install ```bash pip install akf ``` ## Links - https://akf.dev - https://github.com/HMAKT99/AKF - npm: `npm install akf-format`

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

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.

0 Updated today
mytricker0
AI & Automation Listed

agentic-trust

Deterministic workflow for searching services in Agentic Trust, inspecting trust evidence, loading the active questionnaire, comparing with local review memory, and optionally submitting a valid structured review with integer answers (0..10).

335 Updated today
aiskillstore
AI & Automation Listed

de-ai-flavor

Remove AI artifacts from documents. Use when: cleaning AI-generated text, removing tool names, fixing boilerplate patterns. Not for: doc review (use doc-review), doc refactoring (use doc-refactor). Output: cleaned document preserving original intent.

1 Updated today
hmj1026
AI & Automation Listed

affine-knowledge-base-and-collaborative-workspace-platform

AFFiNE is an open source workspace that combines docs, whiteboards, and lightweight databases in one product. This skill is useful when an agent needs to structure notes, maintain linked knowledge, or automate content workflows around AFFiNE workspaces and self-hosted deployments.

11 Updated today
agentskillexchange
AI & Automation Featured

faf-expert

Advanced .faf (Foundational AI-context Format) specialist. IANA-registered format, MCP server config, championship scoring, bi-directional sync.

39,350 Updated today
sickn33