ST Admin Notes Security & Risk Analysis

wordpress.org/plugins/st-admin-notes

A lightweight draggable admin notes plugin that lets you create sticky notes directly in the WordPress admin area.

0 active installs v1.0.0 PHP 7.2+ WP 5.0+ Updated Jan 15, 2026
adminadmin-toolsnotesproductivitysticky-notes
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is ST Admin Notes Safe to Use in 2026?

Generally Safe

Score 100/100

ST Admin Notes has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4mo ago
Risk Assessment

The st-admin-notes plugin version 1.0.0 exhibits a mixed security posture. On the positive side, the code demonstrates strong adherence to secure coding practices regarding SQL queries, ensuring all are properly prepared, and all output is correctly escaped. Furthermore, there are no recorded vulnerabilities (CVEs) or past security incidents, suggesting a historically stable plugin. However, a significant concern arises from the attack surface analysis. The plugin exposes 5 AJAX handlers, all of which are missing authentication checks. This creates a direct and critical pathway for unauthenticated users to interact with potentially sensitive functionalities. While taint analysis shows no immediate issues, the unprotected AJAX endpoints represent a substantial risk that could be exploited if any of these handlers are susceptible to manipulation. The presence of nonce checks and capability checks on some functions is a positive indicator, but their absence on all AJAX handlers negates much of this benefit. The plugin would significantly improve its security by implementing proper authentication and authorization on all AJAX endpoints.

Key Concerns

  • AJAX handlers without authentication checks
  • Large attack surface from unprotected AJAX handlers
Vulnerabilities
None known

ST Admin Notes Security Vulnerabilities

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

ST Admin Notes Release Timeline

v1.0.0Current
Code Analysis
Analyzed Apr 16, 2026

ST Admin Notes Code Analysis

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

Output Escaping

100% escaped81 total outputs
Attack Surface
5 unprotected

ST Admin Notes Attack Surface

Entry Points5
Unprotected5

AJAX Handlers 5

authwp_ajax_stn_update_noteincludes/class-st-admin-notes.php:52
authwp_ajax_stn_delete_noteincludes/class-st-admin-notes.php:53
authwp_ajax_stn_add_noteincludes/class-st-admin-notes.php:54
authwp_ajax_stn_toggle_overlayincludes/class-st-admin-notes.php:55
authwp_ajax_stn_fetch_notesincludes/class-st-admin-notes.php:56
WordPress Hooks 6
actionplugins_loadedincludes/class-st-admin-notes.php:39
actionadmin_enqueue_scriptsincludes/class-st-admin-notes.php:47
actionadmin_enqueue_scriptsincludes/class-st-admin-notes.php:48
actionadmin_menuincludes/class-st-admin-notes.php:49
actionadmin_footerincludes/class-st-admin-notes.php:50
actionadmin_bar_menuincludes/class-st-admin-notes.php:51
Maintenance & Trust

ST Admin Notes Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 15, 2026
PHP min version7.2
Downloads136

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

ST Admin Notes Developer Profile

subhamt411

2 plugins · 0 total installs

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

How We Detect ST Admin Notes

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

Asset Fingerprints

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

HTML / DOM Fingerprints

CSS Classes
st-notes-admin-card
Data Attributes
data-stn-iddata-stn-colordata-stn-titledata-stn-contentdata-stn-activedata-stn-pos-x+4 more
JS Globals
st_admin_notes_data
FAQ

Frequently Asked Questions about ST Admin Notes