
Auto Copyright Security & Risk Analysis
wordpress.org/plugins/auto-copyright-1Automatically generates a copyright notice based on the first and last post published in the WordPress database.
Is Auto Copyright Safe to Use in 2026?
Generally Safe
Score 85/100Auto Copyright has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
Auto Copyright Security Vulnerabilities
Auto Copyright Code Analysis
Output Escaping
Auto Copyright Attack Surface
Shortcodes 1
WordPress Hooks 1
Maintenance & Trust
Auto Copyright Maintenance & Trust
Maintenance Signals
Community Trust
Auto Copyright Alternatives
Dynamic Copyright Year
dynamic-copyright-year
Take year updates off your New Year’s list. This plugin dynamically updates copyright year in realtime with local timezone precision. No shortcode.
Link Manager
link-manager
Enables the Link Manager that existed in WordPress until version 3.5.
Automatic Domain Changer
automatic-domain-changer
Automatically detects a domain name change, and updates all the WordPress tables in the database to reflect this change.
Automatic Copyright Year
automatic-copyright-year
Automatic Copyright Year seeks to solve a common problem: keeping your copyright year up-to-date.
Change Storefront Footer Copyright Text
storefront-footer
Change the footer credit text for Storefront theme.
Auto Copyright Developer Profile
2 plugins · 120 total installs
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
widget_thisismyurl_autocopyright<!-- 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. -->id="thisismyurl_autocopyright-widget-title"name="thisismyurl_autocopyright-widget-title"id="thisismyurl_autocopyright-widget-format"name="thisismyurl_autocopyright-widget-format"[thisismyurl_autocopyright_article]Copyright ( #c# ) #from# - #to##c# #y# #sitename#. All Rights Reserved.