Frontend Add Post Security & Risk Analysis

wordpress.org/plugins/frontend-add-post

Add a post on frontend with ajax and simple and elegant look also list down published post with simple yet attractive layout.

10 active installs v1.0 PHP + WP 3.4+ Updated Jul 20, 2016
add-postajax-postfrontendpostshortcode-post
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Frontend Add Post Safe to Use in 2026?

Generally Safe

Score 85/100

Frontend Add Post has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "frontend-add-post" plugin version 1.0 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests is commendable. The code also demonstrates good practices with 100% of SQL queries using prepared statements and 80% of output properly escaped. The presence of a nonce check and a reasonable attack surface with no apparent unprotected entry points further contribute to its security. The plugin's vulnerability history is entirely clean, with no recorded CVEs, suggesting a well-maintained and secure codebase over time.

However, a notable concern arises from the complete absence of capability checks for any of its entry points. While nonce checks provide a layer of protection against CSRF attacks, they do not restrict access to authenticated users with specific roles or permissions. This lack of capability checks means that any authenticated user, regardless of their privileges, could potentially interact with the AJAX handlers. This could lead to unintended actions or information disclosure if the AJAX handlers are not intrinsically secured against unauthorized use by lower-privileged users. Despite the clean slate of vulnerabilities and good coding practices, this oversight represents the primary area for improvement in the plugin's security. The plugin is overall secure in its coding practices, but the missing capability checks are a significant weakness that needs to be addressed to ensure true authorization.

Key Concerns

  • Missing capability checks on AJAX handlers
  • Unescaped output on 1 out of 5 outputs
Vulnerabilities
None known

Frontend Add Post Security Vulnerabilities

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

Frontend Add Post Code Analysis

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

Output Escaping

80% escaped5 total outputs
Attack Surface

Frontend Add Post Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_fap_add_new_postfrontend-add-post.php:63
noprivwp_ajax_fap_add_new_postfrontend-add-post.php:64

Shortcodes 1

[fap_add_post] frontend-add-post.php:153
WordPress Hooks 3
actionwp_enqueue_scriptsfrontend-add-post.php:28
filterget_the_timefrontend-add-post.php:220
filterexcerpt_morefrontend-add-post.php:225
Maintenance & Trust

Frontend Add Post Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedJul 20, 2016
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Frontend Add Post Developer Profile

Faiyaz Vaid

6 plugins · 5K total installs

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

How We Detect Frontend Add Post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/frontend-add-post/js/fap-main.js/wp-content/plugins/frontend-add-post/js/bootstrap.min.js/wp-content/plugins/frontend-add-post/js/bootstrap-tagsinput.js/wp-content/plugins/frontend-add-post/css/bootstrap.min.css/wp-content/plugins/frontend-add-post/css/bootstrap-tagsinput.css/wp-content/plugins/frontend-add-post/css/fap-style.css
Script Paths
js/fap-main.jsjs/bootstrap.min.jsjs/bootstrap-tagsinput.js
Version Parameters
fap-mainbootstrap-minbootstrap-tagsinputbootstrap-min-cssbootstrap-tagsinputfap-style

HTML / DOM Fingerprints

CSS Classes
quick-post-forminput-wrapperform-panel-2row-fluidrow-portfolioauthor-mainauthor-avatarauthor-details+5 more
HTML Comments
<!-- AJAX URL is set globally in WordPress --><!-- AJAX URL is set globally in WordPress -->
Data Attributes
data-role='tagsinput'id='quick-post-form'id='post-title'id='tagsinput'id='postsend'id='loading-image'+1 more
JS Globals
fapajax
REST Endpoints
/wp-json/wp/v2/posts
Shortcode Output
<form id='quick-post-form'><div class='input-wrapper'><input type='text' id='post-title' name='post-title' placeholder='Write here...'/><div class='form-panel-2'>
FAQ

Frequently Asked Questions about Frontend Add Post