Docs menu

Integrity Engine

Checksum and tamper detection via integrity_enforce.

What you will learn

  • integrity_get
  • integrity_plan
  • integrity_enforce

Prerequisites

Surface

MCPintegrity_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.

  1. integrity_get
  2. integrity_plan
  3. Apply remediation
  4. integrity_enforce
MCP: integrity_enforce json
{
  /* 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

Related reference

AGS documentation