Game of 15 Security & Risk Analysis

wordpress.org/plugins/game-of-15

Shortcode to add Game of 15 on pages or posts

10 active installs v1.0 PHP + WP 3.9+ Updated Jun 16, 2016
gamejavascriptshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Game of 15 Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "game-of-15" v1.0 plugin exhibits a generally good security posture based on the static analysis provided. There are no identified dangerous functions, SQL queries are properly prepared, and there are no external HTTP requests or file operations that pose immediate risks. The absence of known vulnerabilities further reinforces this positive outlook. However, a significant concern is the lack of output escaping on all identified output points. This means that any data displayed to users, if it originates from an untrusted source or contains user-supplied content, could be vulnerable to Cross-Site Scripting (XSS) attacks. The lack of nonce and capability checks, while not tied to specific entry points in this analysis (as there are no unprotected AJAX or REST API routes), represents a potential weakness if the plugin's functionality were to expand or if existing entry points are not fully secured in practice. The zero taint analysis results are encouraging, indicating no obvious flows of unsanitized data within the analyzed code paths.

Overall, the plugin demonstrates a commitment to secure coding practices in several key areas, particularly concerning data handling for SQL queries. The primary risk identified is the universal lack of output escaping, which presents a clear vulnerability for XSS. While the plugin has a clean vulnerability history and no immediate critical flaws detected in static analysis, the missing output sanitization is a critical oversight that requires immediate attention to prevent potential security breaches.

Key Concerns

  • All output is unescaped
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Game of 15 Security Vulnerabilities

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

Game of 15 Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

Game of 15 Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[gameof15] gameof15.php:12
Maintenance & Trust

Game of 15 Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedJun 16, 2016
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Game of 15 Developer Profile

biscia7

4 plugins · 420 total installs

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

How We Detect Game of 15

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/game-of-15/gameof15.css/wp-content/plugins/game-of-15/gameof15.js
Script Paths
/wp-content/plugins/game-of-15/gameof15.js
Version Parameters
game-of-15/gameof15.css?ver=game-of-15/gameof15.js?ver=

HTML / DOM Fingerprints

CSS Classes
InnerDivcontainer
HTML Comments
<!-- $testo = '<div class="container">'; $testo = '<h2>Gioco del 15</h2>'; $testo = '<div id="status">Numero mosse: <span></span></div>'; $testo = '<div id="game"></div>'; $testo = '<div id="controls"><button>New Game</button></div>'; $testo = '</div>'; // return $testo; -->
Data Attributes
immaginecolor
Shortcode Output
<div class="container"> <h1>Gioco del 15</h1> <div id="status">Numero mosse: <span></span></div> <div id="game"></div> <div id="controls"><button>Nuovo Gioco</button></div> </div>
FAQ

Frequently Asked Questions about Game of 15