There should be a signed receipt that binds the human principal, the agent, the session, the action, and the outcome. Without that record, auditors and responders cannot reconstruct what happened or prove that approval was actually granted. Evidence is part of the control, not an afterthought.
Why This Matters for Security Teams
A sensitive decision made by an AI agent is only defensible if the organisation can prove who authorised it, what context the agent used, and what outcome was committed. Without that trail, incident response turns into speculation and audit becomes reconstruction by inference. The evidence record should behave like a transaction log, not a chat transcript, because agentic systems can chain tools, revisit context, and act long after the original prompt.
This is where current guidance from the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework converges with NHIMG’s view: proof of control has to include the decision path, not just the final action. That means linking the human principal, the agent identity, the session, the tool invocation, the policy decision, and the result into a verifiable receipt. The strongest programmes also capture which policy engine approved the step and which data or secrets were in scope, especially when the action touched privileged systems or customer records.
NHIMG’s research on the State of Secrets in AppSec shows how quickly weak governance turns into slow remediation, and sensitive AI decisions create the same pattern: if evidence is missing, the response window expands while teams search for what should already have been recorded. In practice, many security teams discover the gap only after an approval is disputed, a tool has already executed, or a regulator asks for proof that never existed.
How It Works in Practice
The evidence should be assembled at decision time, not reconstructed later from logs. A strong implementation issues a signed receipt when the agent crosses a sensitive threshold, such as approving access, moving funds, changing production data, or disclosing protected information. That receipt should bind the human principal, the agent workload identity, the session ID, the action requested, the policy decision, the outcome, and a timestamp from a trusted source. If the organisation uses policy-as-code, the policy version and decision path should be included as well.
In practice, the record often needs to be split into two layers:
-
Human-readable evidence for auditors, incident responders, and business owners.
-
Machine-verifiable evidence that can be checked against signatures, policy hashes, and immutable event stores.
That separation matters because agentic workflows are dynamic. A single sensitive decision may pass through several tool calls, multiple context windows, and a runtime authorisation gate. The evidence should capture enough detail to replay the chain of custody without exposing unnecessary secrets. Where possible, store references to the objects consulted rather than copying the objects themselves, especially if they contain tokens, prompts, or customer data.
Controls become more useful when they line up with operational reality. The LLMjacking analysis shows how quickly compromised credentials can be abused once attackers obtain them, which is why the receipt should also indicate whether the decision used ephemeral credentials, delegated authority, or a standing privilege path. When the evidence record includes that distinction, investigators can tell whether the sensitive action happened under tight, task-scoped control or under broad standing access. These controls tend to break down when the agent acts across unmanaged SaaS tools because the session boundary and the authoritative log source no longer line up.
Common Variations and Edge Cases
Tighter evidence requirements often increase friction, storage cost, and engineering effort, so organisations have to balance provability against operational speed. There is no universal standard for this yet, especially for low-risk decisions where full receipts may be excessive. Best practice is evolving toward tiered evidence: the more sensitive the action, the stronger the proof.
For routine, low-impact decisions, a compact event record may be enough. For privileged or externally visible decisions, current guidance suggests a higher bar: signed approval, replayable policy context, and immutable retention. The edge case is delegated autonomy, where an agent is allowed to act within a bounded mission without asking a human each time. In that model, the evidence still needs to show who authorised the mission, what constraints were in force, and when the agent exceeded or exhausted them.
This is also where multi-agent workflows get difficult. If one agent recommends and another executes, the record must distinguish recommendation from execution, otherwise accountability is blurred. The same is true when an approval comes from a human-in-the-loop workflow but the agent later reuses the same context for a separate action. NHIMG’s reporting on agent compromise, including the Amazon Q AI Coding Agent Compromised case, illustrates why evidence must show not just that a decision occurred, but that it remained within the intended scope.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10, CSA MAESTRO and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A3 | Sensitive agent decisions need verifiable approval and traceable execution context. |
| CSA MAESTRO | GOV-02 | Governance controls require auditable agent accountability for high-impact actions. |
| NIST AI RMF | GOVERN | AI RMF governance requires documented accountability and traceability for AI decisions. |
| OWASP Non-Human Identity Top 10 | NHI-05 | NHI evidence should prove which identity and session executed the sensitive action. |
| NIST CSF 2.0 | PR.AC-4 | Access control evidence supports least-privilege approval and post-event review. |
Tie each sensitive action to workload identity, session data, and signed audit evidence.
Related resources from NHI Mgmt Group
- What should teams do immediately after an AI agent starts exfiltrating secrets?
- What is the difference between human identity governance and AI agent governance?
- When does AI agent access create more risk than it reduces?
- What is the difference between governing human access and governing AI agent access?