All articles
WordPress Security

WordPress Application Passwords Security Audit

HandL WP Engineering·
WordPress Application Passwords Security Audit

WordPress application passwords give external tools revocable credentials for REST API access. They are safer than sharing a main password, but unknown, stale, or overprivileged credentials still deserve a regular security audit.

Use this for sites with Zapier, mobile apps, publishing tools, CRM integrations, automation scripts, headless frontends, or vendor tools that authenticate through the WordPress REST API.

Quick answer

WordPress Application Passwords Security Audit should be handled with a narrow evidence-first workflow: list credential owners, review last use, revoke stale keys, then verify the result before making broader changes.

What to check first

  • List users that can create or hold application passwords.
  • Review application password names, last-used dates, IPs, and owning integrations.
  • Revoke credentials for vendors, scripts, and staff that no longer need access.
  • Match user roles to what the integration actually needs.
  • Rotate credentials after a compromise, staff change, or vendor handoff.

Diagnostic table

Use this table to keep the work practical. It connects the symptom to evidence and a verification step.

ActionEvidence to collectHow to verify
List credential ownersList users that can create or hold application passwords.Every application password maps to a named tool and owner.
Review last useReview application password names, last-used dates, IPs, and owning integrations.No former vendor or staff credential remains active.
Revoke stale keysRevoke credentials for vendors, scripts, and staff that no longer need access.User roles are limited to what the integration needs.
Match rolesMatch user roles to what the integration actually needs.REST API activity looks normal after revocation and rotation.

Useful command or data shape

Adapt paths, IDs, and privacy handling to the site before running commands or storing data on production.

wp user list --fields=ID,user_login,user_email,roles
wp user application-password list 12
wp user application-password delete 12 app-password-uuid
# Review REST API logs or security plugin logs for recent authenticated requests.
Application password access audit for WordPress Application Passwords Security Audit

Safe fix order

Do the work in a sequence that makes each result easy to prove. Stop if a step produces new evidence that changes the incident scope.

  1. List credential owners
  2. Review last use
  3. Revoke stale keys
  4. Match roles
  5. Rotate after incidents

Production verification checklist

  • Every application password maps to a named tool and owner.
  • No former vendor or staff credential remains active.
  • User roles are limited to what the integration needs.
  • REST API activity looks normal after revocation and rotation.

Mistakes to avoid

  • Do not judge the fix by one browser or the homepage only.
  • Do not delete evidence before recording usernames, file paths, timestamps, and response headers.
  • Do not add a cache, security, or tracking plugin while the original problem is still unclear.
  • Do not leave test users, temporary debug logs, or broad API keys active after verification.

When HandL WP should help

Bring in help when this affects leads, checkout, search visibility, malware risk, paid media reporting, or a client production site. HandL WP can trace the issue through WordPress, hosting, cache, tracking, and Search Console, then verify the workflow after the technical fix.

If this is active on a production site, audit WordPress application passwords.

Helpful references

Ready when you are

Get WordPress help, before the next lead is lost.

Tell us what’s broken or what you need built. We’ll review your request and reply with clear next steps, usually within a few business hours.

Same-day emergency triage · Backed by HandL Digital