UpAmp Connector Security & Risk Analysis

wordpress.org/plugins/upamp-connector

Connect your WordPress site to UpAmp for seamless blog publishing without browser automation.

0 active installs v1.3.0 PHP 7.4+ WP 5.6+ Updated Jan 22, 2026
apiblog-publishingcontent-automationseoupamp
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is UpAmp Connector Safe to Use in 2026?

Generally Safe

Score 100/100

UpAmp Connector 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 upamp-connector plugin version 1.3.0 demonstrates a generally good security posture based on the static analysis. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests is a strong indicator of secure coding practices. Furthermore, the majority of output is properly escaped, and nonce checks are present, suggesting an effort to prevent common web vulnerabilities.

The static analysis revealed no critical or high-severity taint flows, which is a positive sign. However, there are no capability checks implemented on any of the REST API routes, and no AJAX handlers were found to have authentication checks. While the total number of entry points is relatively low, the lack of permission validation on these exposed REST API routes presents a potential concern for unauthorized access or manipulation of data if the routes themselves handle sensitive operations.

The plugin's vulnerability history is clean, with no recorded CVEs. This, combined with the positive static analysis findings, suggests a well-maintained and likely secure plugin. The strengths lie in the absence of common vulnerabilities like SQL injection and cross-site scripting (XSS) due to proper escaping and prepared statements. The main area for improvement is ensuring robust authentication and authorization checks on all exposed REST API endpoints to further harden the plugin's security.

Key Concerns

  • REST API routes lack permission callbacks
  • AJAX handlers lack authentication checks
  • Minor unescaped output detected
Vulnerabilities
None known

UpAmp Connector Security Vulnerabilities

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

UpAmp Connector Code Analysis

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

Output Escaping

92% escaped24 total outputs
Attack Surface

UpAmp Connector Attack Surface

Entry Points6
Unprotected0

REST API Routes 6

GET/wp-json/upamp/v1/testupamp-connector.php:335
POST/wp-json/upamp/v1/publishupamp-connector.php:342
GET/wp-json/upamp/v1/categoriesupamp-connector.php:349
GET/wp-json/upamp/v1/tagsupamp-connector.php:356
PUT/wp-json/upamp/v1/update/(?P<post_id>\d+)upamp-connector.php:363
DELETE/wp-json/upamp/v1/delete/(?P<post_id>\d+)upamp-connector.php:378
WordPress Hooks 5
actionadmin_menuupamp-connector.php:34
actionadmin_initupamp-connector.php:35
actionrest_api_initupamp-connector.php:36
actionadmin_enqueue_scriptsupamp-connector.php:37
actionplugins_loadedupamp-connector.php:821
Maintenance & Trust

UpAmp Connector Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 22, 2026
PHP min version7.4
Downloads90

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

UpAmp Connector Developer Profile

upampteam

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 UpAmp Connector

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/upamp-connector/js/upamp-admin.js
Script Paths
/wp-content/plugins/upamp-connector/js/upamp-admin.js
Version Parameters
upamp-connector/js/upamp-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
upamp-settings-wrapupamp-cardupamp-api-key-displayupamp-copy-btnupamp-endpointupamp-statusupamp-status-activeupamp-status-inactive+1 more
Data Attributes
id="api-key"id="api-secret"onclick="copyToClipboard('api-key')"onclick="copyToClipboard('api-secret')"
JS Globals
copyToClipboard
REST Endpoints
/wp-json/upamp/v1
FAQ

Frequently Asked Questions about UpAmp Connector