What problem does it solve?
Protect agent plugins, tools, and MCP servers from tampering by making their file contents verifiable over time, so you can detect modified, missing, or unexpected files before promotion.
Core Features & Use Cases
- Generate SHA-256 integrity manifests: Create a deterministic
INTEGRITY.json that records per-file hashes and an overall manifest hash for a plugin/tool directory.
- Verify against published manifests: Re-hash the current directory contents and compare them to the recorded manifest to flag tampering, missing files, and new untracked files.
- Audit dependency pinning and promotion readiness: Enforce that dependencies and promotion prerequisites are consistent across environments, including checks for required plugin metadata and unpinned
@latest-style arguments in MCP configs.
Quick Start
Ask the AI to verify that the plugin directory ./my-plugin matches its INTEGRITY.json manifest and report any modified, missing, or untracked files.