List Latest Tagged Posts Security & Risk Analysis

wordpress.org/plugins/list-latest-tagged-posts

Lists the latest posts associated with a tag, accessible via a shortcode.

10 active installs v1.0.2 PHP + WP 4.1+ Updated Dec 30, 2014
listtaggedtagswpquery
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is List Latest Tagged Posts Safe to Use in 2026?

Generally Safe

Score 85/100

List Latest Tagged Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The "list-latest-tagged-posts" plugin v1.0.2 demonstrates a strong security posture based on the provided static analysis. The plugin exhibits excellent adherence to secure coding practices, with no identified dangerous functions, SQL queries executed using prepared statements, and all output properly escaped. The absence of file operations and external HTTP requests further reduces the attack surface. Taint analysis shows no problematic data flows, indicating that user-supplied data is not being mishandled in critical ways.

However, a significant area for concern is the complete lack of nonce checks and capability checks. While the current attack surface is small and primarily consists of a shortcode, any future expansion or modification that introduces AJAX handlers or REST API endpoints without these crucial security measures would leave the plugin vulnerable to CSRF attacks and unauthorized access respectively. The vulnerability history being clean is a positive sign, suggesting the developer has been diligent, but the absence of built-in protection mechanisms is a foundational risk that should be addressed proactively.

In conclusion, the plugin is currently secure due to its limited functionality and adherence to basic secure coding principles. The strengths lie in its clean code and lack of immediate exploitable vulnerabilities. The primary weakness is the omission of essential security checks like nonces and capability checks, which creates a latent risk that could be exploited if the plugin's functionality expands or if specific entry points are later found to be vulnerable. Addressing these foundational checks would significantly enhance the plugin's overall security.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

List Latest Tagged Posts Security Vulnerabilities

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

List Latest Tagged Posts Code Analysis

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

List Latest Tagged Posts Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[latest_tag_posts] index.php:100
Maintenance & Trust

List Latest Tagged Posts Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedDec 30, 2014
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

List Latest Tagged Posts Developer Profile

Rhys Wynne

13 plugins · 7K total installs

74
trust score
Avg Security Score
93/100
Avg Patch Time
476 days
View full developer profile
Detection Fingerprints

How We Detect List Latest Tagged Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/list-latest-tagged-posts/list-latest-tagged-posts.php

HTML / DOM Fingerprints

CSS Classes
lttplist
Shortcode Output
<ul class="lttplist"><li><a href="
FAQ

Frequently Asked Questions about List Latest Tagged Posts