Auto Copyright Security & Risk Analysis

wordpress.org/plugins/auto-copyright-1

Automatically generates a copyright notice based on the first and last post published in the WordPress database.

30 active installs v14.11 PHP + WP 3.2.0+ Updated Jan 17, 2016
administrationblogcopyrightfooterlinks
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Auto Copyright Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The auto-copyright-1 plugin v14.11 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by having no recorded vulnerabilities (CVEs), no dangerous functions, and all SQL queries are properly prepared. It also avoids file operations and external HTTP requests, and the attack surface is minimal with only one shortcode and no direct AJAX or REST API endpoints exposed without authentication. Taint analysis indicates no unsanitized data flows, which is a strong indicator of secure code in that regard.

However, there are significant concerns regarding output escaping. With 100% of its 13 output operations being unescaped, this presents a substantial risk for cross-site scripting (XSS) vulnerabilities. Any user-supplied data that is displayed by the plugin without proper sanitization could be exploited. Additionally, the absence of nonce checks and capability checks, while not directly exploitable given the limited attack surface, indicates a lack of robust security measures that could become problematic if the plugin's entry points were to expand or change in future versions.

In conclusion, while the plugin's historical lack of vulnerabilities and its use of prepared statements are commendable, the pervasive issue with unescaped output is a critical weakness. The absence of nonces and capability checks also suggests room for improvement in its security implementation. The plugin's strengths lie in its clean history and careful handling of database operations, but its vulnerability to XSS due to unescaped output makes it a moderate risk, especially if the shortcode is used to display user-provided content.

Key Concerns

  • 100% of output operations are unescaped
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Auto Copyright Security Vulnerabilities

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

Auto Copyright Code Analysis

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

Output Escaping

0% escaped13 total outputs
Attack Surface

Auto Copyright Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[thisismyurl_autocopyright_article] auto-copyright-1.php:56
WordPress Hooks 1
actionwidgets_initauto-copyright-1.php:168
Maintenance & Trust

Auto Copyright Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.0
Last updatedJan 17, 2016
PHP min version
Downloads23K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Auto Copyright Developer Profile

phillcoxon

2 plugins · 120 total installs

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

How We Detect Auto Copyright

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
widget_thisismyurl_autocopyright
HTML Comments
<!-- README: The Auto Copyright plugin is designed to automate the copyright notice for your website. It allows you to customize the copyright string using various placeholders. -->
Data Attributes
id="thisismyurl_autocopyright-widget-title"name="thisismyurl_autocopyright-widget-title"id="thisismyurl_autocopyright-widget-format"name="thisismyurl_autocopyright-widget-format"
Shortcode Output
[thisismyurl_autocopyright_article]Copyright ( #c# ) #from# - #to##c# #y# #sitename#. All Rights Reserved.
FAQ

Frequently Asked Questions about Auto Copyright