External Notification Security & Risk Analysis

wordpress.org/plugins/external-notification

This plugin provides a function to post to Slack.

10 active installs v1.0.0 PHP 7.1.24+ WP 5.4+ Updated Oct 25, 2020
notificationpressmanslack
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is External Notification Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "external-notification" v1.0.0 plugin exhibits a generally positive security posture based on static analysis. The absence of any identified CVEs in its history, coupled with a complete lack of documented past vulnerabilities, suggests a history of stable and secure development. Furthermore, the code analysis reveals a commendable practice of using prepared statements for all SQL queries, eliminating the risk of SQL injection. The minimal attack surface, with no apparent AJAX handlers, REST API routes, shortcodes, or cron events, also contributes to its security.

However, there are notable areas of concern that detract from an otherwise solid security profile. The most significant red flag is the poor output escaping, with only 36% of outputs being properly escaped. This leaves the plugin vulnerable to Cross-Site Scripting (XSS) attacks, where malicious scripts could be injected and executed within the WordPress admin or frontend if user-supplied data is not sanitized before being displayed. Additionally, the presence of a single external HTTP request, while not inherently malicious, represents an external dependency that could be exploited if the external service is compromised or behaves unexpectedly, especially without clear authentication or authorization checks associated with it. The absence of nonce checks and capability checks, while not directly indicating a vulnerability in this specific version due to the lack of exposed entry points, sets a concerning precedent for future development and could become a significant risk if new entry points are added without proper security measures.

In conclusion, while "external-notification" v1.0.0 benefits from a clean vulnerability history and strong SQL practices, the high percentage of unescaped output poses a tangible XSS risk. The external HTTP request and the lack of foundational security checks like nonces and capability checks also represent weaknesses that warrant attention. The plugin's current strength lies in its limited attack surface, but future development must prioritize robust output sanitization and the implementation of these essential security checks to maintain a secure state.

Key Concerns

  • Poor output escaping (only 36% proper)
  • External HTTP request without apparent auth checks
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

External Notification Security Vulnerabilities

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

External Notification Code Analysis

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

Output Escaping

36% escaped11 total outputs
Attack Surface

External Notification Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionshow_user_profileexternal-notification.php:53
actionedit_user_profileexternal-notification.php:54
actionpersonal_options_updateexternal-notification.php:55
actionedit_user_profile_updateexternal-notification.php:56
actionplugins_loadedexternal-notification.php:57
actionadmin_menuexternal-notification.php:60
filterwp_mailexternal-notification.php:63
actionadmin_initexternal-notification.php:218
actionexternal_notification2slackexternal-notification.php:251
actionexternal_notificationexternal-notification.php:259
Maintenance & Trust

External Notification Maintenance & Trust

Maintenance Signals

WordPress version tested5.5.18
Last updatedOct 25, 2020
PHP min version7.1.24
Downloads904

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

External Notification Developer Profile

PRESSMAN

20 plugins · 100 total installs

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

How We Detect External Notification

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
user-exno_slack_member_id-wrap
Data Attributes
id="exno_slack_member_id"name="exno_slack_member_id"
FAQ

Frequently Asked Questions about External Notification