Page Detector – Check the template file of the current page Security & Risk Analysis

wordpress.org/plugins/page-detector

It detects what kind of page you are visiting. Useful for debugging and problem solving.

20 active installs v0.0.2 PHP 5.6+ WP 4.6+ Updated Dec 10, 2025
debuggingproblem-solving
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Page Detector – Check the template file of the current page Safe to Use in 2026?

Generally Safe

Score 100/100

Page Detector – Check the template file of the current page has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The "page-detector" v0.0.2 plugin exhibits a strong security posture based on the provided static analysis. The absence of any identified dangerous functions, SQL injection vulnerabilities, file operations, or external HTTP requests is highly commendable. Crucially, all SQL queries are prepared, and all output is properly escaped, indicating adherence to core secure coding practices for preventing common web vulnerabilities. The plugin also appears to have no known historical vulnerabilities, which suggests a low likelihood of latent security flaws.

However, the analysis reveals a significant lack of security checks. There are no nonces or capability checks implemented across the entire plugin. While the current attack surface is reported as zero, this zero-attack surface is not due to robust security measures but rather the apparent absence of any functional entry points (AJAX, REST API, shortcodes, cron). If the plugin were to be expanded or have functionality added without corresponding security checks, it would immediately become vulnerable. The taint analysis also reported zero flows, but this might be a consequence of the limited attack surface and lack of exploitable code paths within this version.

In conclusion, the "page-detector" v0.0.2 is currently secure due to its minimal functionality and strict adherence to basic secure coding principles in the limited code present. Its strength lies in its lack of known vulnerabilities and careful handling of existing code elements. The primary weakness is the complete absence of security checks like nonces and capability checks. This makes the plugin inherently risky if its functionality is ever expanded or if it interacts with user-provided data in the future without these essential safeguards.

Key Concerns

  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Page Detector – Check the template file of the current page Security Vulnerabilities

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

Page Detector – Check the template file of the current page Code Analysis

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

Output Escaping

100% escaped7 total outputs
Attack Surface

Page Detector – Check the template file of the current page Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actiontemplate_redirectpage-detector.php:22
actionwp_footerpage-detector.php:84
filtertemplate_includepage-detector.php:101
actionadmin_menupage-detector.php:113
Maintenance & Trust

Page Detector – Check the template file of the current page Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 10, 2025
PHP min version5.6
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Page Detector – Check the template file of the current page Developer Profile

Jose Mortellaro

56 plugins · 26K total installs

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

How We Detect Page Detector – Check the template file of the current page

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

Asset Fingerprints

Script Paths
/wp-content/plugins/page-detector/page-detector.php

HTML / DOM Fingerprints

CSS Classes
page-detector-setts
Data Attributes
id="page-detector-js"
JS Globals
page_detector_logpage_detector_template
FAQ

Frequently Asked Questions about Page Detector – Check the template file of the current page