Safe Inspector
Reads public dataInspect any Safe and verify every queued transaction hash.
Network
Inspect any Safe, and check every queued transaction against a hash computed here rather than one you were handed.
About safe inspector
Owners, threshold, nonce and the pending queue for any Safe — with every queued transaction hash recomputed here rather than taken on trust. That distinction is the whole point. The service is trusted to say what is queued; it is not trusted to say what a transaction hashes to, because a compromised interface showing signers a legitimate-looking screen while they approve something else is exactly how the largest exchange hack on record was executed. Configuration is read from the Safe contract itself, so it cannot be misreported. Delegatecall in the queue is legitimate in batching, and also how a Safe gets emptied.