Description
Lockora Security Audit helps site owners and agencies review a WordPress site’s security posture from the admin area.
Plugin Website
Visit the official Lockora Audit website at https://lockora-audit.com/ for product information, contact details, privacy policy, and terms.
Current prototype features include:
- Manual security scans.
- Weighted security score out of 100.
- WordPress core file integrity checks using official checksums.
- WordPress authentication key and salt checks, with an explicit action to generate missing salts.
- Must-use plugin directory presence checks.
- PHP version status using ww.wp.xz.cn Serve Happy data.
- HTTPS and HTTP security header checks.
- WordPress core, plugin, and theme update posture checks.
- Administrator account posture checks for default usernames, excess admins, inactive admins, user ID 1 exposure, and an admin username/email inventory.
- Optional known vulnerability matching with a configured Wordfence Intelligence API key.
- Optional WordPress 7 AI client reports through the site’s configured AI Connector.
- Reversible hardening toggles for public registration, file editors, uploads PHP execution, version output, login feedback, directory browsing, user enumeration, X-Powered-By, admin username registrations, XML-RPC, matching login/display-name registrations, and basic security headers.
External Services
Lockora Security Audit may connect to external services only when the administrator runs a scan or generates an AI client report.
ww.wp.xz.cn APIs:
* Used for WordPress core checksums, PHP version support status, and WordPress core/plugin/theme update data.
* Data sent: the site’s WordPress version and locale for core checksums and PHP compatibility; WordPress itself may send installed plugin and theme slugs/versions to ww.wp.xz.cn when update data is refreshed.
* ww.wp.xz.cn terms: https://ww.wp.xz.cn/about/terms/
* ww.wp.xz.cn privacy policy: https://ww.wp.xz.cn/about/privacy/
Wordfence Intelligence:
* Optional.
* Used only when a Wordfence Intelligence API key is configured and an administrator runs a scan that includes vulnerability matching.
* Used to retrieve vulnerability data and match it locally against installed WordPress core, plugin, and theme versions.
* Data sent: the configured Wordfence Intelligence API key is sent in an Authorization header when requesting the vulnerability feed. Installed software details are not sent by this plugin to the Wordfence Intelligence endpoint; matching is performed locally after the feed is retrieved.
* Wordfence Intelligence terms: https://www.wordfence.com/wordfence-intelligence-terms-and-conditions/
* Wordfence privacy policy: https://www.wordfence.com/privacy-policy/
WordPress AI Client / Connectors:
* Optional.
* Used only when the administrator clicks Generate Client Report.
* Data sent: sanitized scan findings, score, counts, and recommendations needed to generate a client-facing report. The plugin is designed not to send passwords, salts, API keys, raw logs, full user lists, or file contents.
* The configured AI provider is controlled by the site owner’s WordPress Connector settings.
* Terms and privacy policy: these depend on the AI provider configured by the site owner in WordPress. Site owners should review the selected provider’s terms and privacy policy before enabling AI reports.
Installation
- Upload the
lockora-security-auditfolder to/wp-content/plugins/. - Activate Lockora Security Audit from the Plugins screen.
- Go to Tools > Lockora Security Audit.
- Click Run Scan.
FAQ
-
Does Lockora Security Audit fix every issue automatically?
-
No. It provides reversible hardening toggles for selected low-risk settings. Other findings should be reviewed by an administrator, developer, or host.
-
Does Lockora Security Audit require AI?
-
No. The scanner works without AI. AI client reports are optional and require WordPress 7 AI Client support plus a configured AI Connector.
-
Does Lockora Security Audit include a vulnerability database?
-
No. It can optionally use a configured Wordfence Intelligence API key for known vulnerability matching.
-
Does Lockora Security Audit send secrets to AI providers?
-
The plugin is designed to send sanitized scan findings only. It does not intentionally send passwords, salts, API keys, raw logs, user lists, or file contents.
Reviews
Contributors & Developers
“Lockora Security Audit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Lockora Security Audit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- Fixed HTTP security header scanning when a server returns duplicate headers as arrays.
- Added expanded Basic Hardening controls and a plugin website section in the directory description.
0.1.0
- Initial prototype with manual scans, hardening checks, core integrity checks, PHP version checks, vulnerability posture checks, optional Wordfence feed matching, and optional client-ready AI reports.