Files
clawsec/skills/hermes-attestation-guardian/CHANGELOG.md
T
David Abutbul 600c945fe2 feat(hermes-attestation-guardian): harden attestation verification and drift controls (#192)
* feat(hermes-attestation-guardian): harden attestation verification and drift controls

* docs(wiki): add human-friendly claim mapping for hermes attestation guardian

* docs(wiki): expand hermes attestation claim narratives and archive draft

* fix(attestation): address Baz review findings for schema and verifier

* fix(attestation): reject broken symlink output paths

* docs(attestation): pass clean community install guard without force

* fix(attestation): harden writes and fail-closed config parsing

* feat(ui): add Hermes to rotating platform text

* test(attestation): add sandboxed Hermes regression runner script

---------

Co-authored-by: David Abutbul <David.a@prompt.security>
2026-04-16 17:59:18 +03:00

1011 B

Changelog

[0.0.1] - 2026-04-15

  • Implemented deterministic Hermes attestation generator CLI (scripts/generate_attestation.mjs).
  • Implemented fail-closed verifier CLI with schema, canonical digest, expected checksum, and optional detached signature checks (scripts/verify_attestation.mjs).
  • Implemented meaningful baseline diff engine with stable severity mapping for risky toggle regressions, feed verification regressions, trust anchor drift, and watched file drift (lib/diff.mjs).
  • Implemented Hermes-only cron setup helper with print-only default and managed-block apply mode (scripts/setup_attestation_cron.mjs).
  • Added shared attestation library for canonicalization, schema validation, digest generation, and policy parsing (lib/attestation.mjs).
  • Expanded tests for schema determinism, diff behavior, generator/verifier fail-closed behavior, and cron helper Hermes-only output.
  • Updated metadata/docs to match actual implemented behavior and ClawSec release pipeline expectations.