Simple Custom Content Adder Security & Risk Analysis

wordpress.org/plugins/simple-custom-content-adder

A simple plugin that enables you to add some custom content to all of your posts and/or pages.

20 active installs v1.1 PHP + WP 3.0.1+ Updated Feb 28, 2013
content-addercustom-contentdisclaimerpromotionssimple-custom-content
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Custom Content Adder Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The 'simple-custom-content-adder' plugin v1.1 exhibits a strong adherence to security best practices in several key areas, as evidenced by the static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events with unprotected entry points suggests a minimal attack surface. Furthermore, the lack of detected dangerous functions, file operations, external HTTP requests, and critical or high severity taint flows are positive indicators of a secure codebase. The plugin also benefits from a clean vulnerability history with no recorded CVEs.

However, significant concerns arise from the SQL query handling and output escaping practices. The static analysis reveals that 100% of the two detected SQL queries are not using prepared statements. This lack of sanitization for database interactions presents a substantial risk of SQL injection vulnerabilities, even if none have been actively detected in taint analysis. Similarly, with 100% of the nine output operations being improperly escaped, the plugin is highly susceptible to Cross-Site Scripting (XSS) attacks, allowing malicious scripts to be injected into the user's browser.

In conclusion, while the plugin's limited attack surface and clean vulnerability history are commendable, the identified weaknesses in SQL query sanitization and output escaping are critical security flaws. These issues, if exploited, could lead to severe data breaches and site compromise. The presence of capability checks is a positive, but it does not mitigate the risks posed by the raw SQL queries and unescaped output.

Key Concerns

  • SQL queries not using prepared statements (2/2)
  • Output escaping is not properly implemented (9/9)
Vulnerabilities
None known

Simple Custom Content Adder Security Vulnerabilities

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

Simple Custom Content Adder Code Analysis

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

SQL Query Safety

0% prepared2 total queries

Output Escaping

0% escaped9 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
scca_settings (simple-custom-content-adder.php:74)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Custom Content Adder Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menusimple-custom-content-adder.php:51
actionadmin_enqueue_scriptssimple-custom-content-adder.php:63
filterthe_contentsimple-custom-content-adder.php:352
Maintenance & Trust

Simple Custom Content Adder Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedFeb 28, 2013
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Simple Custom Content Adder Developer Profile

Simple Share

3 plugins · 40K total installs

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

How We Detect Simple Custom Content Adder

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-custom-content-adder/js/scca.js
Script Paths
/wp-content/plugins/simple-custom-content-adder/js/scca.js
Version Parameters
simple-custom-content-adder/js/scca.js?ver=

HTML / DOM Fingerprints

Data Attributes
id="scca_content"name="scca_content"id="scca_background_color"name="scca_background_color"id="scca_font_color"name="scca_font_color"+14 more
JS Globals
scca_activatescca_menuscca_add_scriptsscca_settingsget_scca_css
FAQ

Frequently Asked Questions about Simple Custom Content Adder