Copy Post and Page ID Security & Risk Analysis

wordpress.org/plugins/copy-post-page-id

Easily view and copy Post ID and Page ID directly from the WordPress admin dashboard with a single click.

0 active installs v1.0.1 PHP 7.4+ WP 5.8+ Updated Jan 29, 2026
copy-iddeveloper-toolspage-idpost-idwordpress-admin
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Copy Post and Page ID Safe to Use in 2026?

Generally Safe

Score 100/100

Copy Post and Page ID 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 "copy-post-page-id" plugin v1.0.1 exhibits a strong security posture based on the provided static analysis. There are no identified attack vectors through AJAX handlers, REST API routes, shortcodes, or cron events. The code does not utilize dangerous functions, avoids raw SQL queries by exclusively using prepared statements, and has no file operations or external HTTP requests. This indicates a well-written and securely coded plugin in these areas.

However, there are a few areas for improvement. A significant concern is the lack of nonce checks and capability checks. While the static analysis reports zero unprotected entry points, the absence of these fundamental security mechanisms means that if any entry points were present or introduced in future versions, they would be inherently vulnerable to unauthorized actions. Additionally, the output escaping is not fully implemented, with 40% of outputs not properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if the plugin handles user-provided data that is then displayed.

The plugin's vulnerability history is clean, with zero known CVEs. This is a positive indicator, suggesting that the developers have either maintained a high security standard or the plugin's limited functionality has not attracted malicious attention or introduced significant risks. The absence of vulnerabilities also means there are no historical patterns to analyze for common weaknesses. Overall, the plugin is strong in its core implementation but lacks crucial security layers for input validation and authorization which are vital for long-term security and resilience.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Improper output escaping (40%)
Vulnerabilities
None known

Copy Post and Page ID Security Vulnerabilities

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

Copy Post and Page ID Code Analysis

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

Output Escaping

60% escaped5 total outputs
Attack Surface

Copy Post and Page ID Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filtermanage_posts_columnscopy-post-page-id.php:24
filtermanage_pages_columnscopy-post-page-id.php:25
actionmanage_posts_custom_columncopy-post-page-id.php:41
actionmanage_pages_custom_columncopy-post-page-id.php:42
actionadmin_enqueue_scriptscopy-post-page-id.php:60
Maintenance & Trust

Copy Post and Page ID Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 29, 2026
PHP min version7.4
Downloads139

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Copy Post and Page ID Developer Profile

matempbit

1 plugin · 0 total installs

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

How We Detect Copy Post and Page ID

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/copy-post-page-id/js/cppid-admin.js
Script Paths
js/cppid-admin.js
Version Parameters
copy-post-page-id/js/cppid-admin.js?ver=1.0.0

HTML / DOM Fingerprints

CSS Classes
cppid-idcppid-copy-btncppid-copied
Data Attributes
data-id
FAQ

Frequently Asked Questions about Copy Post and Page ID