
External Product New Tab for WooCommerce Security & Risk Analysis
wordpress.org/plugins/wc-external-product-new-tabThis plugin sets all external / affiliate product buy now links on a WooCommerce site to open in a new web browser tab.
Is External Product New Tab for WooCommerce Safe to Use in 2026?
Generally Safe
Score 100/100External Product New Tab for WooCommerce has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "wc-external-product-new-tab" plugin version 1.0.7 exhibits a very strong security posture based on the provided static analysis. The complete absence of identified dangerous functions, raw SQL queries, file operations, external HTTP requests, and taint flows with unsanitized paths indicates a well-written and secure codebase. Furthermore, the high percentage of properly escaped output suggests a good understanding of preventing cross-site scripting (XSS) vulnerabilities. The plugin also lacks any recorded vulnerabilities (CVEs), which is a significant positive indicator of its security over time.
While the plugin's attack surface is reported as zero, which is excellent, the absence of nonce checks and capability checks, even with zero entry points, is a point of consideration. In the absence of any active entry points, this doesn't pose an immediate risk, but it's a practice that could be strengthened if the plugin were to evolve or integrate with features that introduce new entry points.
Overall, the plugin demonstrates excellent security practices, with no immediate exploitable vulnerabilities found in the static analysis or its history. The lack of any discovered issues is a testament to its current security. The only minor area for potential improvement, in a proactive sense, would be to implement nonce and capability checks on all relevant functions, even if they are not currently exposed as public entry points.
Key Concerns
- Missing nonce checks
- Missing capability checks
External Product New Tab for WooCommerce Security Vulnerabilities
External Product New Tab for WooCommerce Code Analysis
Output Escaping
External Product New Tab for WooCommerce Attack Surface
WordPress Hooks 12
Maintenance & Trust
External Product New Tab for WooCommerce Maintenance & Trust
Maintenance Signals
Community Trust
External Product New Tab for WooCommerce Alternatives
Invoice Payment Gateway for WooCommerce
wc-invoice-gateway
The Invoice Payment Gateway for WooCommerce plugin adds an Invoice Payment Gateway feature to the WooCommerce plugin for B2B transactions when instant …
Recently Viewed Product for WooCommerce
recently-viewed-products-for-woocommerce
Recently Viewed Products for WooCommerce Listing page, you can easily add recently viewed product section by activate the plugin.
Cargus
cargus
Use Cargus delivery methods to ship and deliver your orders.
Shift4 for WooCommerce
shift4-for-woocommerce
Plugins enables payments in your WooCommerce store using two Shift4 methods.
SourceKnowledge Shopping Ads
sourceknowledge-shopping-ads
The official WooCommerce SourceKnowledge Shopping Ads plugin helps store owners integrate WooCommerce with SourceKnowledge and reach in-market shopper …
External Product New Tab for WooCommerce Developer Profile
3 plugins · 7K total installs
How We Detect External Product New Tab for WooCommerce
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
single_add_to_cart_buttonproduct_type_externalThe original code is located in the WooCommerce file /templates/loop/add-to-cart.phpThe code below this comment outputs the edited add to cart button with target="_blank" added to the html markup.
* The original code is located in the WooCommerce file /templates/single-product/add-to-cart/external.phptarget="_blank"