Plugin Docs Security & Risk Analysis

wordpress.org/plugins/plugin-docs

Add notes to your plugins so you can document why you needed each one

30 active installs v1.0.9 PHP + WP 4.0.1+ Updated Oct 24, 2023
embedshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Plugin Docs Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The plugin "plugin-docs" v1.0.9 exhibits a mixed security posture. On the positive side, the static analysis reveals good practices in several areas, including the absence of dangerous functions, 100% use of prepared statements for SQL queries, and proper output escaping for all identified outputs. Furthermore, there are no recorded vulnerabilities in its history, suggesting a generally well-maintained codebase.

However, a significant concern arises from the attack surface analysis. The plugin exposes one AJAX handler that lacks authentication checks. This is a critical vulnerability point, as it means any unauthenticated user could potentially interact with this AJAX endpoint. While the taint analysis and vulnerability history show no current issues, the presence of an unprotected entry point creates a direct pathway for potential exploitation if a malicious actor can leverage it. The lack of nonce and capability checks on this AJAX handler further exacerbates this risk.

In conclusion, while the plugin demonstrates strong coding practices in areas like SQL and output handling, the unprotected AJAX handler represents a clear and present security weakness. The absence of historical vulnerabilities is a positive indicator, but it does not mitigate the immediate risk posed by the exposed functionality. Developers should prioritize implementing proper authentication and authorization checks for this AJAX endpoint to strengthen the plugin's security.

Key Concerns

  • Unprotected AJAX handler without auth checks
  • Missing nonce checks on AJAX handler
  • Missing capability checks on AJAX handler
Vulnerabilities
None known

Plugin Docs Security Vulnerabilities

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

Plugin Docs Code Analysis

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

Output Escaping

100% escaped1 total outputs
Attack Surface
1 unprotected

Plugin Docs Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_save_plugin_docsplugin-docs.php:22
WordPress Hooks 2
actionadmin_enqueue_scriptsplugin-docs.php:19
filterplugin_row_metaplugin-docs.php:20
Maintenance & Trust

Plugin Docs Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedOct 24, 2023
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Plugin Docs Developer Profile

jamesdlow

11 plugins · 390 total installs

87
trust score
Avg Security Score
90/100
Avg Patch Time
9 days
View full developer profile
Detection Fingerprints

How We Detect Plugin Docs

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/plugin-docs/plugin-docs.js/wp-content/plugins/plugin-docs/plugin-docs.css
Script Paths
/wp-content/plugins/plugin-docs/plugin-docs.js

HTML / DOM Fingerprints

CSS Classes
plugin_docs
Data Attributes
dataplaceholderonclick
JS Globals
savePluginDocs
REST Endpoints
/wp-json/plugin-docs/v1/save
FAQ

Frequently Asked Questions about Plugin Docs