Deployer for Git Security & Risk Analysis

wordpress.org/plugins/deployer-for-git

Install and update plugins (and themes) hosted on your repo hosted on GitHub, Bitbucket, GitLab, or Gitea in a single click.

400 active installs v1.0.10 PHP 7.0+ WP 4.4+ Updated Feb 13, 2026
automatordeploymentgitupdater
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Deployer for Git Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

The "deployer-for-git" plugin v1.0.10 demonstrates some good security practices, notably its complete reliance on prepared statements for SQL queries and the absence of recorded vulnerabilities in its history. This suggests a development team that is aware of common database attack vectors and has a history of producing relatively secure code. However, the static analysis reveals significant concerns. The plugin exposes a REST API route without any permission callbacks, creating a critical entry point that could be exploited by unauthenticated users. Furthermore, a substantial percentage of output is not properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is directly reflected in the output without adequate sanitization.

While there are no known CVEs or critical taint flows, the unprotected REST API endpoint and the high percentage of unescaped output represent immediate and serious security risks. The lack of a robust attack surface in terms of AJAX handlers, shortcodes, and cron events is a positive, but it does not mitigate the danger posed by the vulnerable REST API. The presence of a bundled Freemius library also warrants attention, as outdated bundled libraries can introduce vulnerabilities, though its specific version is not detailed here. The overall security posture is concerning due to the identified critical entry points, despite the absence of historical vulnerabilities and secure SQL practices.

Key Concerns

  • REST API route without permission callback
  • Significant portion of output not properly escaped
  • Bundled outdated library (Freemius v1.0)
Vulnerabilities
None known

Deployer for Git Security Vulnerabilities

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

Deployer for Git Code Analysis

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

Bundled Libraries

Freemius1.0

Output Escaping

58% escaped222 total outputs
Attack Surface
1 unprotected

Deployer for Git Attack Surface

Entry Points1
Unprotected1

REST API Routes 1

GET/wp-json/dfg/v1/package_update/includes\ApiRequests\PackageUpdate.php:24
WordPress Hooks 8
filtershow_delegation_optiondeployer-for-git.php:92
actionplugins_loadeddeployer-for-git.php:110
actionplugins_loadeddeployer-for-git.php:111
actionplugins_loadeddeployer-for-git.php:114
actionadmin_enqueue_scriptsincludes\Admin.php:28
filteradmin_footer_textincludes\Admin.php:30
filterplugin_action_linksincludes\Admin.php:33
actionrest_api_initincludes\ApiRequests\PackageUpdate.php:21
Maintenance & Trust

Deployer for Git Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 13, 2026
PHP min version7.0
Downloads6K

Community Trust

Rating100/100
Number of ratings12
Active installs400
Developer Profile

Deployer for Git Developer Profile

alex91ckua

1 plugin · 400 total installs

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

How We Detect Deployer for Git

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/deployer-for-git/assets/css/dfg-admin-style.css/wp-content/plugins/deployer-for-git/assets/css/dfg-frontend-style.css/wp-content/plugins/deployer-for-git/assets/js/dfg-admin.js/wp-content/plugins/deployer-for-git/assets/js/dfg-frontend.js
Script Paths
/wp-content/plugins/deployer-for-git/freemius/start.php/wp-content/plugins/deployer-for-git/vendor/autoload.php
Version Parameters
deployer-for-git/assets/css/dfg-admin-style.css?ver=deployer-for-git/assets/css/dfg-frontend-style.css?ver=deployer-for-git/assets/js/dfg-admin.js?ver=deployer-for-git/assets/js/dfg-frontend.js?ver=

HTML / DOM Fingerprints

CSS Classes
dfg_alert_box
HTML Comments
DO NOT REMOVE THIS IF, IT IS ESSENTIAL FOR THE `function_exists` CALL ABOVE TO PROPERLY WORK.
Data Attributes
data-dfg-package-id
JS Globals
dfg_ajax_object
REST Endpoints
/wp-json/deployer-for-git/v1/package/update
FAQ

Frequently Asked Questions about Deployer for Git