AutoPostcode Security & Risk Analysis

wordpress.org/plugins/autopostcode

This plugin adds UK address postcode lookup functionality on the checkout page of your website and is exclusively designed for WooCommerce.

20 active installs v1.1 PHP 7.4+ WP 5.6+ Updated Oct 4, 2024
addressesauto-completeemail-addresspostcode-lookupwc-checkout
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AutoPostcode Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The 'autopostcode' v1.1 plugin exhibits a mixed security posture. On the positive side, its code employs secure practices by fully utilizing prepared statements for all SQL queries and ensuring all output is properly escaped. It also has no history of known vulnerabilities (CVEs), suggesting a degree of diligence in its development and maintenance. The absence of dangerous functions, file operations, and external HTTP requests (beyond one, which is unconfirmed but warrants attention if it handles user input) are also positive indicators.

However, significant security concerns arise from its attack surface. The plugin exposes two AJAX handlers, both of which lack any authentication or capability checks. This is a critical oversight, as it allows any authenticated user, regardless of their role or permissions, to trigger these handlers. If these handlers perform sensitive actions or process user-supplied data without proper sanitization or authorization, they could be exploited for privilege escalation, data manipulation, or denial-of-service attacks. The lack of taint analysis results, while potentially indicating no critical issues were found, doesn't mitigate the direct risk posed by the unprotected entry points.

In conclusion, while the 'autopostcode' plugin demonstrates good practices in its handling of SQL and output, the unprotected AJAX endpoints represent a substantial security weakness. The absence of vulnerability history is reassuring but does not negate the immediate risks identified in the static analysis. Addressing the authentication and authorization for its AJAX handlers should be the highest priority to improve its security.

Key Concerns

  • AJAX handlers without auth checks
  • AJAX handlers without capability checks
Vulnerabilities
None known

AutoPostcode Security Vulnerabilities

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

AutoPostcode Code Analysis

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

Output Escaping

100% escaped4 total outputs
Attack Surface
2 unprotected

AutoPostcode Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_autopostcodeLookupautopostcode.php:67
noprivwp_ajax_autopostcodeLookupautopostcode.php:68
WordPress Hooks 7
actionplugins_loadedautopostcode.php:40
filterwoocommerce_integrationsautopostcode.php:54
actionadmin_initautopostcode.php:61
actionadmin_noticesautopostcode.php:91
actionwoocommerce_checkout_billingincludes\class-wc-autopostcode-integration.php:34
actionwoocommerce_before_edit_account_address_formincludes\class-wc-autopostcode-integration.php:35
actionadmin_headincludes\class-wc-autopostcode-integration.php:39
Maintenance & Trust

AutoPostcode Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 4, 2024
PHP min version7.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

AutoPostcode Developer Profile

creativemarketingltd

1 plugin · 20 total installs

88
trust score
Avg Security Score
92/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect AutoPostcode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/autopostcode/frontend/css/autopostcode-page-public.css/wp-content/plugins/autopostcode/frontend/js/autopostcode-page-public.js/wp-content/plugins/autopostcode/frontend/js/autopostcode-shoporder.js
Script Paths
/wp-content/plugins/autopostcode/frontend/js/autopostcode-page-public.js/wp-content/plugins/autopostcode/frontend/js/autopostcode-shoporder.js

HTML / DOM Fingerprints

CSS Classes
autopostcode
Data Attributes
id="active_postcode"id="secret_key"
JS Globals
autopostcode_settings
REST Endpoints
/wp-json/autopostcode
FAQ

Frequently Asked Questions about AutoPostcode