Verify Certified File Integrity
verify_fileVerify a capability file's integrity by providing its SHA-256 hash and capability ID to confirm it matches the Fidensa certified version.
Instructions
Quick file integrity check: pass the SHA-256 hash of a capability file and its capability_id to verify the file matches what Fidensa certified. This is the simplest verification path — no .cert.json needed. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capability_id | Yes | Capability identifier | |
| file_hash | Yes | SHA-256 hash of the capability file (excluding the residual comment line if present). |