Skip to content

Releases: agentrust-io/integrations

claude-code v0.2.0

Choose a tag to compare

@imran-siddique imran-siddique released this 16 Jul 18:57
9b782ae

First launch-ready release of the AgenTrust plugin for Claude Code.

Install:
/plugin marketplace add agentrust-io/integrations
/plugin install agentrust-claude-code

What it does: captures what your Claude Code agent IS (skills, permissions, MCP servers, instruction layer, model, each fingerprinted) and what it DID (a signed TRACE record), and warns at the start of every session if anything was added or subtracted since your approved baseline.

Highlights since 0.1.0

  • Persistent Ed25519 signing key + published verification_key.json: the Agent Manifest is now independently verifiable on any machine and tamper-evident.
  • Repo-root marketplace manifest so the plugin actually installs.
  • SessionStart hook hardened against malformed config and corrupt state (never crashes the session; a corrupt baseline self-heals).
  • /manifest verify now catches drift introduced mid-session.
  • CI runs the test suite (stdlib-only + signing on Python 3.11/3.12/3.13).

The SessionStart hook and drift check need only the Python standard library. Signing (/trace, /manifest approve --sign) needs the crypto packages: pip install -r claude-code/requirements.txt.

TRACE records on a normal dev box are software-only / Level 0, not hardware-attested. See the plugin README "Known limits".

Full changelog: claude-code/CHANGELOG.md