Skip to content

v1.3.0 — Community contributions + 9 file formats

Choose a tag to compare

@HMAKT99 HMAKT99 released this 28 Mar 11:07
· 48 commits to main since this release
0ce4e33

What's new

The AKF community is growing — 3 external contributors this week!

New formats (community contributed)

  • TOML support — akf stamp pyproject.toml (thanks @tranhoangtu-it!)
  • CSV support — akf stamp data.csv (thanks @Deepak8858!)
  • Shell completionsakf completion bash/zsh/fish (thanks @tranhoangtu-it!)
  • Fuzzy regulation matchingakf audit --regulation nist → "Did you mean: nist_ai?" (thanks @Deepak8858!)

New integrations

  • GitHub ActionHMAKT99/akf-action@v1 — trust certification in CI
  • GitHub CLI extensiongh extension install HMAKT99/gh-akf
  • Pre-commit hook — auto-stamps on every commit (auto-installs akf)
  • rclone integration — trust metadata for Google Drive, S3, Box, Dropbox, Azure
  • Google Workspace CLI skills — stamp before upload/send

Improved README

  • Pain-point framing: "EU AI Act in 127 days"
  • Comparison table: AKF vs C2PA vs watermarking
  • New demo GIF

Security hardening (v1.2.5)

  • XSS fix in HTML embed
  • Input validation (100KB claim limit, path traversal sanitization)
  • Integrity hash on stamp (SHA-256)
  • Security headers on akf.dev (CSP, X-Frame-Options)

All 9 supported formats

md · yaml · json · py · ts · html · toml · csv · go
(+ docx · pdf · images via native embedding)


Try it:

pip install akf
akf quickstart

Links: akf.dev · Demo · npm