WPS Mypace CTT Adapter Security & Risk Analysis

wordpress.org/plugins/wps-mypace-ctt-adapter

Mypace Custom Title Tag support for WP SiteManager.

10 active installs v0.2.1 PHP + WP 4.4+ Updated Mar 1, 2017
seotitle
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WPS Mypace CTT Adapter Safe to Use in 2026?

Generally Safe

Score 85/100

WPS Mypace CTT Adapter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "wps-mypace-ctt-adapter" plugin v0.2.1 exhibits a mixed security posture. On the positive side, it has no recorded vulnerabilities in its history, which is a strong indicator of diligence. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits its attack surface. Furthermore, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are excellent security practices. However, the static analysis reveals critical concerns. The presence of the `passthru` function is a significant red flag, as it can be exploited for command injection if used with unsanitized input. The extremely low percentage of properly escaped output (14%) suggests a high risk of cross-site scripting (XSS) vulnerabilities, as data displayed to users is likely not being adequately sanitized. Additionally, the complete lack of nonce and capability checks on any potential entry points (though none are currently identified) means that if new entry points are introduced or discovered, they would be entirely unprotected.

While the plugin has a clean vulnerability history, this cannot entirely offset the inherent risks identified in the code analysis. The presence of `passthru` and the widespread lack of output escaping are serious vulnerabilities that could be exploited. The plugin's very limited attack surface is a strength, but the identified code-level weaknesses present a significant risk. Future development should prioritize sanitizing all inputs used with `passthru` and implementing robust output escaping across all data displayed to users. The lack of any capability checks is a concern for any plugin that might handle sensitive operations, even if no such operations are currently apparent.

Key Concerns

  • Dangerous function 'passthru' detected
  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WPS Mypace CTT Adapter Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

WPS Mypace CTT Adapter Release Timeline

v0.2.1Current
Code Analysis
Analyzed Mar 16, 2026

WPS Mypace CTT Adapter Code Analysis

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

Dangerous Functions Found

passthruecho passthru( "wget {$plugin['repo']}" ) . "\n\n";bin\install-dependencies.php:3
passthruecho passthru( "unzip {$path}.zip" ) . "\n\n";bin\install-dependencies.php:4
passthruecho passthru( "mv {$path} ../" ) . "\n\n";bin\install-dependencies.php:5

Output Escaping

14% escaped7 total outputs
Attack Surface

WPS Mypace CTT Adapter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterwp_sitemanager_open_graph_tagsclasses\class-wps-mypace-ctt-adapter.php:33
filterwp_sitemanager_twitter_cards_tagsclasses\class-wps-mypace-ctt-adapter.php:34
actionplugins_loadedwps-mypace-ctt-adapter.php:28
Maintenance & Trust

WPS Mypace CTT Adapter Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.33
Last updatedMar 1, 2017
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WPS Mypace CTT Adapter Developer Profile

Toro_Unit (Hiroshi Urabe)

23 plugins · 216K total installs

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

How We Detect WPS Mypace CTT Adapter

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
mypace_title_tag
FAQ

Frequently Asked Questions about WPS Mypace CTT Adapter