When the agent calls its own introspection tools (ar_query_receipts, ar_verify_chain), they show up as unknown / medium risk in the receipt table instead of getting a meaningful action type.
These should be added to taxonomy.json with an appropriate action type — probably filesystem.file.read and low risk since they're read-only queries against the local SQLite store.
Found during a live trial session where the agent queried its own audit trail mid-session.
When the agent calls its own introspection tools (
ar_query_receipts,ar_verify_chain), they show up asunknown / mediumrisk in the receipt table instead of getting a meaningful action type.These should be added to
taxonomy.jsonwith an appropriate action type — probablyfilesystem.file.readandlowrisk since they're read-only queries against the local SQLite store.Found during a live trial session where the agent queried its own audit trail mid-session.