ai-agent-approval-audit-completeness

Installation
SKILL.md

AI Agent Approval-Audit Completeness

Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.

Use When

  • An auditor (SOC 2 Type II / ISO 27001 / HIPAA) asks: "Show me every irreversible action your agents took in Q2; prove each one had a documented approval before execution."
  • Building the completeness check (also called the gap-detection job) that, for every irreversible action in the audit window, verifies an approval row exists, was signed by an authorised approver, occurred before the action, and is linked back to the action audit row.
  • Producing the SOC 2 Processing Integrity (PI1.1) evidence pack — system processing is complete, accurate, timely, and authorised.
  • Closing the loop between the approval mechanism (ai-agent-action-approval-and-hitl) and the tamper-evident audit log (ai-agent-audit-log-integrity) so that a missing or backfilled approval is detected automatically.

Do Not Use When

  • Designing the approval mechanism / state machine — that is ai-agent-action-approval-and-hitl.
  • Designing the tamper-evident storage of the audit log — ai-agent-audit-log-integrity.
  • Building per-control SOC 2 collectors generally — ai-agent-soc2-controls; this skill is the dedicated PI1.1 collector.
  • Writing policy narrative (control description, RACI) — SRS engine.

Required Inputs

Installs
5
GitHub Stars
21
First Seen
Jun 7, 2026
ai-agent-approval-audit-completeness — peterbamuhigire/skills-web-dev