New Local Media logo New Local Media Work in Progress Open projects, products, and experiments.
Featured Repo

wp-sudo

WordPress risky-action gating with mandatory reauthentication, time-bounded sessions, 2FA support, rate limiting, and policy controls across wp-admin, REST, WP-CLI, Cron, WPGraphQL, and XML-RPC.

@dknauss PHP 41 stars Updated Mar 27, 2026

Why this project is here

When a user attempts a gated action, Sudo intercepts the request at admin_init. It is the clearest expression of the security work in this collection: no role escalation, no new permissions, just a deliberate gate in front of dangerous actions.

wp-sudo is featured here as part of featured repo. WordPress risky-action gating with mandatory reauthentication, time-bounded sessions, 2FA support, rate limiting, and policy controls across wp-admin, REST, WP-CLI, Cron, WPGraphQL, and XML-RPC.

Repository details

Owner
@dknauss
Source
dknauss/wp-sudo
Last updated
Primary language
PHP
Stars
41
Gate & Log Dangerous Actions

Protects Every Surface