611 B
611 B
Package Verification Specification (Launcher)
Objective
Ensure only signed and policy-matching governance packages can install.
Verification Steps
- Fetch install token and package metadata.
- Download package from signed URL.
- Verify package hash.
- Verify package signature against trusted signer key set.
- Verify policy hash against install token payload.
- Persist install evidence and call install confirm endpoint.
Fail-Closed Rules
- Hash mismatch blocks install.
- Signature mismatch blocks install.
- Policy mismatch blocks install.
- Expired install token blocks install.