Access Guard Security & Risk Analysis

wordpress.org/plugins/access-guard

Access Guard enhances security by managing user permissions and banning IPs to protect sensitive content.

0 active installs v1.0.1 PHP 7.4+ WP 6.2+ Updated Apr 21, 2025
access-protectionaccess-controlip-blockingrestrict-contentuser-access-manager
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Access Guard Safe to Use in 2026?

Generally Safe

Score 100/100

Access Guard has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11mo ago
Risk Assessment

The access-guard v1.0.1 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, SQL queries not using prepared statements, unescaped output, file operations, external HTTP requests, and the consistent use of capability checks are all positive indicators of secure coding practices. The taint analysis showing zero unsanitized paths further reinforces this. The plugin also has no recorded vulnerabilities, indicating a clean history and potentially good maintenance.

However, the most significant concern identified is the complete lack of nonce checks across all entry points. While the plugin demonstrates a capability check, the absence of nonces leaves it susceptible to Cross-Site Request Forgery (CSRF) attacks. For any action that modifies data or performs a sensitive operation, a nonce is crucial to ensure the request originated from a legitimate user session and not from a malicious third party. The zero count for AJAX handlers and REST API routes without auth checks is positive, but if any such entry points were to be added in future versions, the absence of nonce checks would become an immediate and serious threat.

In conclusion, access-guard v1.0.1 is well-developed in terms of preventing common code-level vulnerabilities like SQL injection and XSS. Its vulnerability history is pristine. The primary weakness lies in the overlooked CSRF protection, which should be addressed to achieve a more robust security profile.

Key Concerns

  • Missing nonce checks on entry points
Vulnerabilities
None known

Access Guard Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

Access Guard Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
0
19 escaped
Nonce Checks
0
Capability Checks
1
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

100% escaped19 total outputs
Attack Surface

Access Guard Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuaccess-guard.php:38
actionadmin_initaccess-guard.php:39
actionwpaccess-guard.php:40
filterthe_contentaccess-guard.php:41
Maintenance & Trust

Access Guard Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedApr 21, 2025
PHP min version7.4
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs0
Developer Profile

Access Guard Developer Profile

Nitin Prakash

7 plugins · 14K total installs

93
trust score
Avg Security Score
99/100
Avg Patch Time
8 days
View full developer profile
Detection Fingerprints

How We Detect Access Guard

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/access-guard/assets/css/tailwind.min.css

HTML / DOM Fingerprints

CSS Classes
bg-gray-100flexitems-centerjustify-centerh-screenw-autobg-whitep-8+7 more
Data Attributes
name="access_guard_ip_block_list"name="access_guard_custom_ban_messages"name="access_guard_access_control_rules[]"value="administrator"value="editor"value="author"+5 more
FAQ

Frequently Asked Questions about Access Guard