-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsoc2_audit_trail.json
More file actions
85 lines (85 loc) · 2.16 KB
/
soc2_audit_trail.json
File metadata and controls
85 lines (85 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"agent_id": "soc2-ap-agent",
"tool": "transfer",
"role": "accounts_payable",
"call_count": 1,
"event_type": "ALLOWED",
"decision": "allowed",
"timestamp": "2026-03-01T10:59:34.901929"
},
{
"agent_id": "soc2-ap-agent",
"event_type": "TRANSACTION",
"tool": "transfer",
"role": "accounts_payable",
"amount": 500.0,
"recipient": "Vendor ABC",
"decision": "approved",
"timestamp": "2026-03-01T10:59:34.901956"
},
{
"agent_id": "soc2-fm-agent",
"tool": "transfer",
"role": "finance_manager",
"call_count": 1,
"event_type": "ALLOWED",
"decision": "allowed",
"timestamp": "2026-03-01T10:59:34.902019"
},
{
"agent_id": "soc2-fm-agent",
"event_type": "TRANSACTION",
"tool": "transfer",
"role": "finance_manager",
"amount": 25000.0,
"recipient": "Vendor XYZ",
"decision": "pending_approval",
"timestamp": "2026-03-01T10:59:34.902040"
},
{
"agent_id": "soc2-ap-agent",
"tool": "transfer",
"role": "accounts_payable",
"reason": "Blocked pattern detected: SanctionedCorp",
"event_type": "BLOCKED",
"decision": "blocked",
"timestamp": "2026-03-01T10:59:34.902134"
},
{
"agent_id": "soc2-burst-test",
"tool": "transfer",
"role": "accounts_payable",
"call_count": 1,
"event_type": "ALLOWED",
"decision": "allowed",
"timestamp": "2026-03-01T10:59:34.902327"
},
{
"agent_id": "soc2-burst-test",
"tool": "transfer",
"role": "accounts_payable",
"reason": "Rate limit exceeded (10 transfers/session)",
"event_type": "BLOCKED",
"decision": "blocked",
"timestamp": "2026-03-01T10:59:34.902374"
},
{
"agent_id": "soc2-ap-agent",
"tool": "query_balance",
"role": "accounts_payable",
"call_count": 2,
"event_type": "ALLOWED",
"decision": "allowed",
"timestamp": "2026-03-01T10:59:34.902414"
},
{
"agent_id": "soc2-ap-agent",
"tool": "approve",
"role": "accounts_payable",
"reason": "Tool 'approve' not permitted for role 'accounts_payable'",
"event_type": "BLOCKED",
"decision": "blocked",
"timestamp": "2026-03-01T10:59:34.902457"
}
]