Back End Instructions Security & Risk Analysis

wordpress.org/plugins/back-end-instructions

Plugin for WordPress developers to provide easy "how to use" instructions to their clients.

30 active installs v3.1.1 PHP + WP 3.1+ Updated Apr 17, 2014
client-sitesclientsdevelopersdocsinstructions
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Back End Instructions Safe to Use in 2026?

Generally Safe

Score 85/100

Back End Instructions 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 'back-end-instructions' plugin version 3.1.1 presents a mixed security posture. On the positive side, the plugin has no recorded vulnerabilities (CVEs) and boasts a clean history, suggesting a generally well-maintained codebase regarding public exploits. The static analysis also indicates a very small attack surface with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that are unprotected. Furthermore, the plugin demonstrates good practices in its use of prepared statements for SQL queries, with 92% of them being secure. It also includes a nonce check and a reasonable number of capability checks.

However, there are significant concerns regarding the code quality and security implementation. The presence of four instances of the `create_function` dangerous function is a red flag, as this is often associated with security vulnerabilities if not handled with extreme care. The most concerning aspect is the very low percentage of properly escaped output (20%). This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied or dynamic data is likely being outputted to the browser without sufficient sanitization. While taint analysis found no specific unsanitized flows, the general lack of output escaping is a systemic issue that could lead to vulnerabilities.

In conclusion, while the plugin has an excellent track record with no past vulnerabilities and a minimal attack surface, the extensive use of the dangerous `create_function` and the severely inadequate output escaping are significant weaknesses. The plugin developer needs to prioritize refactoring the code to eliminate `create_function` and implement robust output escaping across all dynamic content. The current implementation, despite its clean history, carries a substantial risk of XSS vulnerabilities.

Key Concerns

  • Dangerous function: create_function used
  • Low percentage of properly escaped output
  • Limited capability checks
Vulnerabilities
None known

Back End Instructions Security Vulnerabilities

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

Back End Instructions Code Analysis

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

Dangerous Functions Found

create_function$content = preg_replace_callback( "/(\{\{)(.*)(\}\})/", create_function( '$matches', 'return "[" . instructions.php:825
create_function$content = preg_replace_callback( "/(\{\{)(.*)(\}\})/", create_function( '$matches', 'return "["instructions.php:1001
create_function$content = preg_replace_callback( "/(\{\{)(.*)(\}\})/", create_function('$matches', 'return "[" . $mmytheme\archive-instructions.php:51
create_function$content = preg_replace_callback( "/(\{\{)(.*)(\}\})/", create_function('$matches', 'return "[" . $mmytheme\single-instructions.php:35

SQL Query Safety

92% prepared12 total queries

Output Escaping

20% escaped20 total outputs
Attack Surface

Back End Instructions Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 12
filterpre_get_postsinstructions.php:87
actionadmin_initinstructions.php:88
actionplugins_loadedinstructions.php:89
actioninitinstructions.php:90
actionsave_postinstructions.php:91
actionadmin_headinstructions.php:92
actionadmin_menuinstructions.php:93
actionadmin_initinstructions.php:94
actionwp_headinstructions.php:95
filterpre_get_postsinstructions.php:97
filterthe_contentinstructions.php:98
actionadmin_headinstructions.php:105
Maintenance & Trust

Back End Instructions Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedApr 17, 2014
PHP min version
Downloads12K

Community Trust

Rating76/100
Number of ratings9
Active installs30
Developer Profile

Back End Instructions Developer Profile

Doodlebee

1 plugin · 30 total installs

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

How We Detect Back End Instructions

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/back-end-instructions/css/style.css/wp-content/plugins/back-end-instructions/js/admin.js
Script Paths
/wp-content/plugins/back-end-instructions/js/admin.js
Version Parameters
back-end-instructions/css/style.css?ver=back-end-instructions/js/admin.js?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Back End Instructions