Meta Shortcode Security & Risk Analysis

wordpress.org/plugins/simple-meta-shortcode

Easily insert meta values, if they exist, into a post or page using a shortcode.

10 active installs v0.1 PHP + WP 2.5+ Updated Jun 10, 2020
metapageshortcode-post
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Meta Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The 'simple-meta-shortcode' plugin, version 0.1, exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, raw SQL queries, unescaped output, file operations, external HTTP requests, and importantly, a lack of reported vulnerabilities in its history are all positive indicators. The plugin also demonstrates good practices by not bundling external libraries and having a minimal attack surface.

However, a significant concern arises from the complete absence of nonce checks and capability checks. While the current entry points (shortcodes) are not explicitly flagged as unprotected in terms of authentication, the lack of these fundamental security mechanisms means that there is no built-in protection against certain types of attacks, such as Cross-Site Request Forgery (CSRF), if the shortcode's functionality were to be exploited. Taint analysis also yielded no results, which is positive, but this may be due to the limited functionality or the nature of the analysis itself.

In conclusion, while the plugin appears to have been developed with security in mind regarding core data handling and has a clean vulnerability history, the oversight in implementing nonce and capability checks represents a potential weakness. This is particularly relevant for any future updates or expansions of the plugin's functionality that might interact with user data or perform sensitive actions. The current score reflects this balance of good practices and a critical missing security control.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Meta Shortcode Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Meta Shortcode Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Meta Shortcode 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

Meta Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[sm] simple-meta-shortcode.php:22
Maintenance & Trust

Meta Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedJun 10, 2020
PHP min version
Downloads860

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Meta Shortcode Developer Profile

riadboukirou

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 Meta Shortcode

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

Asset Fingerprints

Version Parameters
simple-meta-shortcode/style.css?ver=

HTML / DOM Fingerprints

Shortcode Output
get_post_meta( $a["post-id"], $a["key"], $a["post-id"] )
FAQ

Frequently Asked Questions about Meta Shortcode