Glossary Security & Risk Analysis

wordpress.org/plugins/automatic-glossary

Given a collection of glossary definition pages, automatically creates links in your page and post content for the words in your glossary.

10 active installs v0.9 PHP + WP + Updated Mar 4, 2009
definitionsglossarypagesposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Glossary Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 17yr ago
Risk Assessment

The static analysis of the "automatic-glossary" plugin v0.9 reveals a generally clean codebase with no identified dangerous functions, SQL injection vulnerabilities (all queries use prepared statements), file operations, or external HTTP requests. The plugin also has a complete absence of known CVEs, indicating a strong track record of security maintenance. However, a significant concern arises from the complete lack of output escaping. This means that any dynamic content rendered by the plugin could potentially be vulnerable to Cross-Site Scripting (XSS) attacks if the input isn't meticulously sanitized elsewhere. Furthermore, the absence of any identified capability checks or nonce checks, despite having potential entry points (though none are listed as unprotected in the static analysis), suggests a reliance on the underlying WordPress environment for authorization, which might not be sufficient in all scenarios. The lack of any identified taint flows is positive, but the unescaped output remains a critical gap.

Key Concerns

  • All outputs are unescaped
  • No capability checks found
  • No nonce checks found
Vulnerabilities
None known

Glossary Security Vulnerabilities

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

Glossary Code Analysis

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

Output Escaping

0% escaped3 total outputs
Attack Surface

Glossary Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterthe_contentglossary.php:177
filterthe_contentglossary.php:200
actionadmin_menuglossary.php:204
Maintenance & Trust

Glossary Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedMar 4, 2009
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Glossary Developer Profile

rduffy

1 plugin · 10 total installs

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

How We Detect Glossary

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
glossaryLink
Data Attributes
delete
Shortcode Output
<div id="glossaryList"></div>
FAQ

Frequently Asked Questions about Glossary