After Comment Prompts Security & Risk Analysis

wordpress.org/plugins/after-comment-prompts

Display a modal message/prompt to a user after they leave a post comment.

10 active installs v1.0 PHP + WP + Updated Dec 9, 2018
commentsfollowsmodalpromptssocial
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is After Comment Prompts Safe to Use in 2026?

Generally Safe

Score 85/100

After Comment Prompts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7yr ago
Risk Assessment

The "after-comment-prompts" v1.0 plugin presents a generally positive security posture due to the absence of known vulnerabilities and a clean record of past security incidents. The static analysis reveals no identified attack surface points such as AJAX handlers, REST API routes, or shortcodes, and a complete lack of dangerous functions, file operations, or external HTTP requests. All SQL queries are prepared, which is a strong security practice. However, the analysis does raise some concerns. Notably, 50% of output operations are not properly escaped, indicating a potential for cross-site scripting (XSS) vulnerabilities. Furthermore, the taint analysis identified two flows with unsanitized paths, which, while not classified as critical or high severity in this instance, warrant attention as they represent pathways where data might be handled insecurely. The lack of nonce and capability checks on any potential entry points, though currently there are none detected, leaves a theoretical vulnerability if new entry points were introduced without these security measures. Overall, the plugin has strengths in its lack of known exploits and secure SQL handling, but requires attention to output escaping and careful monitoring of taint flows.

Key Concerns

  • Output escaping not properly handled
  • Unsanitized paths in taint flows
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

After Comment Prompts Security Vulnerabilities

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

After Comment Prompts Code Analysis

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

Output Escaping

50% escaped10 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
add_prompt_content (after-comment-prompts.php:140)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

After Comment Prompts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionwp_enqueue_scriptsafter-comment-prompts.php:115
actionwp_footerafter-comment-prompts.php:117
filtercomment_post_redirectafter-comment-prompts.php:119
actioncustomize_registerincludes\admin\class-customizer-settings.php:14
actionadmin_initincludes\admin\class-settings.php:23
actionwp_headincludes\admin\customizer-output.php:13
Maintenance & Trust

After Comment Prompts Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.25
Last updatedDec 9, 2018
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

After Comment Prompts Developer Profile

Ren Ventura

6 plugins · 2K total installs

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

How We Detect After Comment Prompts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/after-comment-prompts/assets/css/style.min.css/wp-content/plugins/after-comment-prompts/assets/js/popup-overlay.min.js/wp-content/plugins/after-comment-prompts/assets/js/popup-overlay-init.min.js
Script Paths
/wp-content/plugins/after-comment-prompts/assets/js/popup-overlay.min.js/wp-content/plugins/after-comment-prompts/assets/js/popup-overlay-init.min.js
Version Parameters
after-comment-prompts/assets/css/style.min.css?ver=after-comment-prompts/assets/js/popup-overlay.min.js?ver=after-comment-prompts/assets/js/popup-overlay-init.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
popup_backgroundcomment-prompt-modal-wrappopupoverlay-close
FAQ

Frequently Asked Questions about After Comment Prompts