Noted! Security & Risk Analysis

wordpress.org/plugins/noted

A simple, lightweight, and user-friendly note-taking system within the WordPress admin.

800 active installs v1.0 PHP 7.0+ WP 5.3+ Updated Nov 22, 2024
adminnotesproductivity
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Noted! Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The 'noted' v1.0 plugin exhibits a generally strong security posture, with all identified entry points (AJAX handlers) protected by nonce and capability checks. The code adheres to secure practices by exclusively using prepared statements for SQL queries and properly escaping all output. The absence of file operations and external HTTP requests further minimizes the attack surface. This indicates a developer who is aware of and implements common WordPress security best practices.

However, the presence of a single instance of `preg_replace(/e)` is a point of concern. While the static analysis did not identify any specific taint flows or vulnerabilities stemming from this, the `e` modifier in `preg_replace` can lead to remote code execution if not handled with extreme care and proper sanitization of the replacement pattern. The lack of any recorded vulnerability history, while positive, could also be interpreted as a limited track record. A plugin with no history might not have been subjected to extensive real-world testing and scrutiny that could uncover deeper issues.

In conclusion, 'noted' v1.0 is well-coded with robust defenses against common web vulnerabilities. The primary area requiring attention is the `preg_replace(/e)` usage, which warrants a deeper manual code review to ensure the replacement pattern is never user-controlled or exploitable. The absence of past vulnerabilities is a good sign, but it's important to remain vigilant, especially given the presence of potentially risky functions.

Key Concerns

  • Use of preg_replace with /e modifier
Vulnerabilities
None known

Noted! Security Vulnerabilities

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

Noted! Code Analysis

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

Dangerous Functions Found

preg_replace(/e)preg_replace('/<em>(.*?)<\/enoted.php:117

Output Escaping

100% escaped9 total outputs
Attack Surface

Noted! Attack Surface

Entry Points4
Unprotected0

AJAX Handlers 4

authwp_ajax_noted_add_notenoted.php:309
authwp_ajax_noted_fetch_notesnoted.php:351
authwp_ajax_noted_delete_notenoted.php:370
authwp_ajax_noted_edit_notenoted.php:402
WordPress Hooks 8
actioninitnoted.php:202
actionadmin_footernoted.php:225
actionwp_footernoted.php:226
actionadmin_bar_menunoted.php:241
actionadmin_enqueue_scriptsnoted.php:257
actionwp_enqueue_scriptsnoted.php:258
actionenqueue_block_editor_assetsnoted.php:272
actiontemplate_redirectnoted.php:413
Maintenance & Trust

Noted! Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedNov 22, 2024
PHP min version7.0
Downloads3K

Community Trust

Rating100/100
Number of ratings14
Active installs800
Developer Profile

Noted! Developer Profile

Kyle Van Deusen

1 plugin · 800 total installs

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

How We Detect Noted!

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/noted/css/noted.css/wp-content/plugins/noted/js/noted.js
Script Paths
/wp-content/plugins/noted/js/noted.js
Version Parameters
noted/css/noted.css?ver=noted/js/noted.js?ver=

HTML / DOM Fingerprints

CSS Classes
noted-panelnoted-close-buttonnoted-contentnoted-inputnoted-textareanoted-save-buttonnoted-list-item
HTML Comments
<!-- Add H6 before H5 --><!-- Add H5 before H4 --><!-- Add H4 before H3 --><!-- Single # last -->+29 more
Data Attributes
id="noted-panel"class="noted-panel wp-admin-styling"id="noted-close"class="noted-close-button"class="noted-content"id="noted-form"+12 more
JS Globals
window.jQuerywindow.notedSaveNotewindow.notedClosePanelwindow.notedInit
FAQ

Frequently Asked Questions about Noted!