Destino Access Audit adds a single admin page (Tools Destino Access Audit) that centralizes the answer to one question: who, and what, currently has access to this site?
The page is read-only audit information except for one deliberate action — revoking an Application Password — which delegates entirely to WordPress core’s own API. Destino Access Audit never creates, modifies, or stores any remote-management connection itself.
What it shows
administrator role, with a direct link to edit each one. Useful for spotting an admin account you don’t recognize.The connector blocks above lay out as a 2-column grid on desktop, so they’re easier to scan at a glance; Application Passwords and Administrator Users stay full-width since they contain data tables.
Security notes
manage_options capability check, and a second capability check (edit_user) specific to the user who owns the key.manage_options capability to view.