Accolades Guard
Hardening and integrity monitoring for WordPress.
by Luc Constantin · github.com/luc-constantin/security-wordpress-plugin
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/luc-constantin/security-wordpress-plugin/archive/refs/heads/main.zipAccolades Guard is a lightweight WordPress hardening and integrity-monitoring plugin built for developers, freelancers, and site owners who want real protection without bloat.
It focuses on preventing common attack vectors, blocking spam at the source, and detecting unauthorized file changes — all while keeping the admin experience clean and fast.
Screenshot

Why Accolades Guard?
Most security plugins try to do everything: firewalls, scanners, dashboards, upsells, popups.
Accolades Guard does only what matters:
- Stops spam before it hits the database
- Disables dangerous or abused WordPress features
- Monitors file integrity with clear alerts
- Adds zero frontend scripts
- Adds no background services
- Adds no third-party dependencies
You stay in control.
Features
Comment & Pingback Protection
- Disable XML-RPC pingbacks and trackbacks
- Block public comment submissions entirely
- Optionally allow admin-only comments
- Prevent internal links from appearing as comments
Hardening
- Block suspicious query strings used in malware redirects
- Disable Theme Editor and Plugin Editor safely
- Reduce attack surface without breaking updates
Integrity Monitoring
- Create a file integrity baseline
- Monitor:
- WordPress core
- Core + plugins + themes
- Detect:
- Added files
- Removed files
- Modified files
- Email alerts when changes are detected
- Manual “Run Check Now” option
- Configurable schedule:
- Hourly
- Daily (default)
- Weekly
- Custom intervals
Developer Signature (Optional)
- Add a harmless HTML comment after the doctype
- Frontend only
- Useful for authorship or internal audits
Designed For
- Freelance developers
- Agencies
- Long-lived WordPress sites
- Client websites
- Minimalist stacks
- People who already understand WordPress
If you want flashy dashboards and AI buzzwords, this is not for you.
If you want clarity, control, and silence, it is.
Installation
- Download or clone this repository
- Upload the folder to
/wp-content/plugins/ - Activate Accolades Guard from the Plugins screen
- Open Accolades Guard from the admin sidebar
- Create a baseline
- Adjust controls as needed
How Integrity Monitoring Works
- A baseline of file hashes is created
- On each scheduled run, files are re-hashed
- Any difference triggers:
- Admin notice
- Email alert
- You decide:
- Recreate baseline after updates
- Investigate unexpected changes
No remote scanning. No data leaves your server.
Performance
- No frontend JS or CSS
- No cron overload
- No external API calls
- No database growth from spam
Runs only when needed.
Roadmap (Intentional & Small)
- Export integrity reports
- Optional Slack / webhook alerts
- Multisite awareness
No plans for upsells. No plans for subscriptions.
Author
Luc Constantin
Developer & Consultant
https://accolades.dev
If this plugin helps you, you can support the work here:
https://donate.stripe.com/bJeeVf50m3Spezm6vn8AE03
License
GPL v2 or later
Free to use, modify, and redistribute.