An agent session just ran against your site and you want to know what it actually touched, not what it said it did. The plugin keeps its own audit log of every ability call, so the record is already there. What you want is that record read back to you in plain language, with the failures called out.
This is an administrator’s check. It reads the log and reconstructs the session, and it writes nothing.
Read the audit log for this site and tell me what happened over [the lasthour]. Change nothing. Go newest first, group the entries by ability so I cansee what was called and how many times, and call out anything that errored orwas denied along with when it happened.
For each entry, confirm the acting user and login, and flag anything where theaccount is not the one I expected to be running. Finish with a short plainaccount of the session: what ran, what succeeded, and what failed.Why this is safe to run
This is a single read. Pulling the audit log reports what already happened and cannot change a thing, so the worst case is that the window you asked about is quiet.
The one thing to know going in is who runs it. The audit log reads through the manage-options capability, which is an administrator power on purpose. A least-privilege agent user should not hold it, so this is a report an administrator pulls, not something the everyday limited agent can run about itself. The log records the ability name, the status, the acting user and login, the argument keys, and the timestamp, and never the argument values or network addresses, so it tells you what ran without leaking the content behind each call.
Already connected? Skip the paste. From an admin connection, ask your agent for the “verify what an agent did from the audit log” recipe, or just ask it what happened on the site in the last hour, and it runs the same read on your own install.