Display Links by Category Security & Risk Analysis

wordpress.org/plugins/display-links-by-category

A simple shortcode plugin for displaying links by category through custom fields.

40 active installs v1.0.1 PHP + WP 3.2.1+ Updated Dec 5, 2011
blogrollbookmarksdisplay-linkslinksshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Display Links by Category Safe to Use in 2026?

Generally Safe

Score 85/100

Display Links by Category 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 plugin "display-links-by-category" v1.0.1 demonstrates a generally strong security posture based on the provided static analysis. The code analysis reveals no dangerous functions, all SQL queries are properly prepared, and all output is correctly escaped. Furthermore, there are no file operations or external HTTP requests, indicating a limited external attack surface. The absence of any recorded vulnerabilities in its history is also a positive indicator of diligent development practices.

However, a key area of concern is the lack of any nonce checks or capability checks. While the attack surface is currently small with only one shortcode and no AJAX or REST API endpoints without authentication, this absence of robust authorization mechanisms is a significant weakness. If the plugin were to be expanded in the future to include more interactive features or if the shortcode's functionality involved sensitive operations, the lack of these checks could expose the site to various attacks, such as Cross-Site Request Forgery (CSRF) or unauthorized access to features. The taint analysis showing no flows is positive, but the lack of comprehensive checks means that even small, undetected flaws could become exploitable.

In conclusion, the plugin has a solid foundation with good coding practices regarding SQL and output handling. The vulnerability history is excellent. The primary risk lies in the lack of security measures like nonces and capability checks, which are essential for preventing unauthorized actions and CSRF vulnerabilities, especially if the plugin's functionality grows.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Display Links by Category Security Vulnerabilities

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

Display Links by Category Code Analysis

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

SQL Query Safety

100% prepared2 total queries
Attack Surface

Display Links by Category Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[links_by_cat] display-links-by-category.php:27
Maintenance & Trust

Display Links by Category Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedDec 5, 2011
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Display Links by Category Developer Profile

Aleksandar Arsovski

3 plugins · 350 total installs

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

How We Detect Display Links by Category

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
linkcat
Shortcode Output
<h2>Bookmarks</h2>
FAQ

Frequently Asked Questions about Display Links by Category