Background
SpecialGlobalContributions displays contributions that a given user has made across all wikis. The user accessing the page needs certain rights to access certain functionality (e.g. IP reveal rights to search temporary account contributions by IP address), and to see view certain contributions or metadata (e.g. suppressed contributions, edit summaries, etc).
Although it is possible to look up group membership via lookups at different wikis' databases, permissions can't be worked out from this without also knowing the permissions configuration. Permissions must be looked up via API requests, which can be slow and susceptible to failures, as well as difficult to test.
It would be helpful to have built-in infrastructure to lookup permissions directly.
Notes
This task captures a need that was identified while developing Special:GlobalContributions. Solving this would be beyond the scope of the initial project, but it would improve the user experience. It is not yet clear how this would be solved.