Content API Security & Risk Analysis

wordpress.org/plugins/content-api

Manage posts, products, SEO, and more via custom WordPress endpoints.

10 active installs v1.1.0 PHP 7.4+ WP 6.5+ Updated Jan 18, 2026
apicontentcontent-apicreativerest-api
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Content API Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The 'content-api' plugin version 1.1.0 exhibits a generally strong security posture based on the static analysis. The absence of any critical or high severity taint flows, along with a high percentage of properly escaped output and the exclusive use of prepared statements for SQL queries, indicates good coding practices. The lack of any recorded vulnerabilities in its history further strengthens this positive assessment, suggesting a mature and well-maintained codebase. However, the complete absence of nonce checks and capability checks across all entry points, including the 24 REST API routes, presents a significant concern. While the static analysis reports no unprotected entry points (likely meaning permission callbacks exist, though not explicitly detailed as capability checks), the explicit mention of zero nonce checks and zero capability checks is a critical oversight. This could leave the plugin susceptible to various forms of attacks if the permission callbacks are not robust enough or if the REST API endpoints are not sufficiently secured against unauthorized access or manipulation. The file operations are also a potential area for scrutiny, as without further context, two file operations could introduce risks depending on their nature. Despite the promising lack of historical vulnerabilities and good data sanitization, the lack of fundamental security checks like nonces and capability checks on its extensive REST API surface introduces a notable risk factor that requires further investigation and remediation.

Key Concerns

  • Missing nonce checks across entry points
  • Missing capability checks across entry points
  • File operations present potential risk
Vulnerabilities
None known

Content API Security Vulnerabilities

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

Content API Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

99% escaped158 total outputs
Attack Surface

Content API Attack Surface

Entry Points24
Unprotected0

REST API Routes 24

POST/wp-json/content-api/v1/post/content-api.php:50
GET/wp-json/content-api/v1/product/content-api.php:56
PATCH/wp-json/content-api/v1/product/content-api.php:62
POST/wp-json/content-api/v1/product/content-api.php:68
GET/wp-json/content-api/v1/product-category/content-api.php:74
PATCH/wp-json/content-api/v1/product-category/content-api.php:80
POST/wp-json/content-api/v1/product-category/content-api.php:86
GET/wp-json/content-api/v1/product-ids/content-api.php:92
GET/wp-json/content-api/v1/product-categories/content-api.php:98
GET/wp-json/content-api/v1/product/categories/content-api.php:104
PATCH/wp-json/content-api/v1/product/categories/content-api.php:110
GET/wp-json/content-api/v1/terms/content-api.php:116
GET/wp-json/content-api/v1/terms/content-api.php:122
GET/wp-json/content-api/v1/attributes/content-api.php:128
GET/wp-json/content-api/v1/attributes/content-api.php:134
GET/wp-json/content-api/v1/product/attributes/content-api.php:140
GET/wp-json/content-api/v1/product-brand/content-api.php:146
PATCH/wp-json/content-api/v1/product-brand/content-api.php:152
POST/wp-json/content-api/v1/product-brand/content-api.php:158
GET/wp-json/content-api/v1/taxonomy/brand/content-api.php:164
PATCH/wp-json/content-api/v1/taxonomy/brand/content-api.php:170
POST/wp-json/content-api/v1/taxonomy/brand/content-api.php:176
GET/wp-json/content-api/v1/product/brands/content-api.php:182
PATCH/wp-json/content-api/v1/product/brands/content-api.php:188
WordPress Hooks 4
actionrest_api_initcontent-api.php:38
actionadmin_menucontent-api.php:39
actionadmin_initcontent-api.php:40
actionadmin_noticescontent-api.php:41
Maintenance & Trust

Content API Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedJan 18, 2026
PHP min version7.4
Downloads892

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Content API Developer Profile

Poly Plugins

9 plugins · 320 total installs

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

How We Detect Content API

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

Asset Fingerprints

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

HTML / DOM Fingerprints

REST Endpoints
/wp-json/content-api/v1/post//wp-json/content-api/v1/product//wp-json/content-api/v1/product-category//wp-json/content-api/v1/product-ids//wp-json/content-api/v1/product-categories//wp-json/content-api/v1/terms//wp-json/content-api/v1/attributes//wp-json/content-api/v1/product/attributes//wp-json/content-api/v1/product-brand//wp-json/content-api/v1/taxonomy/brand//wp-json/content-api/v1/product/brands/
FAQ

Frequently Asked Questions about Content API