Integrity Engine
Checksum and tamper detection via integrity_enforce.
What you will learn
- integrity_get
- integrity_plan
- integrity_enforce
Prerequisites
Surface
| MCP | integrity_get · integrity_validate · integrity_enforce · integrity_plan |
|---|---|
| Config | .ags/integrity.yml |
What this feature does
Integrity Engine verifies hashes for critical artifacts and config sidecars; use after download/publish and before promote.
How to call it
Call these MCP tools through your AGS / tower-gov host — integrity_get, integrity_validate, integrity_enforce, integrity_plan.. Prefer scan/get before validate/diff, and enforce only when the change set is ready.
- integrity_get
- integrity_plan
- Apply remediation
- integrity_enforce
{
/* Example MCP call — fill args from schema_get / docs */
"tool": "integrity_get",
"arguments": {}
}What success looks like
integrity_enforce ok
Policy matches live state
Common failure modes
Config enabled but requiredFiles missing
Enforce without validate
Plan ignored