akf-trust-metadata — quality + safety report
In the Skillier index (antigravity__akf-trust-metadata) · scanned 2026-06-03 · engine: builtin+triage
1 heuristic flag to review
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
No quality issues flagged. ✓
About this skill
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.
📄 Read the SKILL.md
--- name: akf-trust-metadata description: "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." risk: safe source: community date_added: "2026-03-27" author: HMAKT99 tags: - trust - metadata - provenance - compliance - file-format - ai-native --- # 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` ## Limitations - Use this skill only when the task clearly matches the scope described above. - Do not treat the output as a substitute for environment-specific validation, testing, or expert review. - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.