Template Usage Security & Risk Analysis

wordpress.org/plugins/template-usage

Template Usage gives you a simple overview page of all page templates in your site, allowing you to easily find pages using a specific template.

10 active installs v1.0 PHP + WP 3.0.1+ Updated Mar 3, 2012
pagetemplates
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Template Usage Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "template-usage" v1.0 plugin exhibits a generally strong security posture based on the provided static analysis. It has no known vulnerabilities in its history, and the code analysis reveals no dangerous functions, no raw SQL queries, and no file operations or external HTTP requests, which are common vectors for attacks. Furthermore, the absence of AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the plugin's attack surface.

However, a critical weakness is the complete lack of output escaping across all identified output points. This means that any data processed and displayed by the plugin, even if it originates from trusted sources, is not being properly sanitized, leaving it vulnerable to Cross-Site Scripting (XSS) attacks. While the taint analysis shows no identified unsanitized flows, this is likely due to the limited attack surface. The absence of nonce and capability checks, while not directly exploitable with the current limited entry points, signifies a lack of fundamental security practices that could become problematic if the plugin's functionality expands in the future.

In conclusion, the plugin is currently low risk due to its minimal attack surface and lack of known vulnerabilities. However, the complete absence of output escaping presents a significant and readily exploitable XSS vulnerability if any user-supplied or dynamic data is ever processed and displayed. Addressing this output escaping issue should be the top priority.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Template Usage Security Vulnerabilities

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

Template Usage Code Analysis

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

Output Escaping

0% escaped9 total outputs
Attack Surface

Template Usage Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menutemplate-usage.php:187
Maintenance & Trust

Template Usage Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedMar 3, 2012
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Template Usage Developer Profile

Albert Bertilsson

2 plugins · 20 total installs

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

How We Detect Template Usage

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<div class="info"> Template Usage version 1.0 Developed by Albert Bertilsson in 2012 </div>
FAQ

Frequently Asked Questions about Template Usage