Sequensy Security & Risk Analysis

wordpress.org/plugins/sequensy

Build visual workflows that automate WordPress tasks — connect triggers to actions with zero code.

0 active installs v2.0.0 PHP 8.0+ WP 6.4+ Updated Feb 25, 2026
actionsautomationintegrationstriggersworkflow
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Sequensy Safe to Use in 2026?

Generally Safe

Score 100/100

Sequensy 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 "sequensy" v2.0.0 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of critical findings in taint analysis, a complete lack of known CVEs, and the consistent use of prepared statements for all SQL queries are significant strengths. Furthermore, all output appears to be properly escaped, mitigating common cross-site scripting (XSS) vulnerabilities. The plugin also demonstrates good practice by avoiding bundled libraries and limiting external HTTP requests to a single instance.

However, the analysis does reveal a notable area for improvement: the complete absence of nonce checks across all entry points. While the attack surface is reported as zero unprotected entry points (AJAX, REST API, shortcodes), the lack of nonces significantly weakens the protection against potential cross-site request forgery (CSRF) attacks if any of these entry points were to become exposed or if the reported "unprotected" count is inaccurate. The presence of only two capability checks could also be a concern if these checks are not comprehensive enough to cover all sensitive operations.

Given the clean vulnerability history and excellent coding practices in other areas, the plugin is currently in a good state. The primary concern is the reliance on other mechanisms for CSRF protection, which is a fundamental security control that should ideally be implemented. The deduction for missing nonce checks reflects this, as it represents a potential, albeit not yet exploited, vulnerability.

Key Concerns

  • Missing nonce checks on all entry points
Vulnerabilities
None known

Sequensy Security Vulnerabilities

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

Sequensy Release Timeline

v2.0.0Current
v1.0.0
Code Analysis
Analyzed Apr 16, 2026

Sequensy Code Analysis

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

SQL Query Safety

100% prepared71 total queries

Output Escaping

100% escaped198 total outputs
Attack Surface

Sequensy Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 15
actionsequensy_execute_actionincludes/src/Engine/ActionQueueProcessor.php:526
actionaction_scheduler_failed_executionincludes/src/Engine/ActionQueueProcessor.php:534
filteraction_scheduler_failure_periodincludes/src/Engine/ActionQueueProcessor.php:542
actionadmin_menuincludes/src/Providers/AdminServiceProvider.php:56
actionadmin_enqueue_scriptsincludes/src/Providers/AdminServiceProvider.php:57
actionsequensy_cleanupincludes/src/Providers/CoreServiceProvider.php:168
actionactivated_pluginincludes/src/Providers/IntegrationServiceProvider.php:55
actiondeactivated_pluginincludes/src/Providers/IntegrationServiceProvider.php:56
actionsequensy_before_execute_actionincludes/src/Providers/IntegrationServiceProvider.php:73
actionrest_api_initincludes/src/Providers/IntegrationServiceProvider.php:76
actionsequensy_register_triggersincludes/src/Providers/RegistryServiceProvider.php:72
actionsequensy_register_actionsincludes/src/Providers/RegistryServiceProvider.php:73
actionrest_api_initincludes/src/Providers/RestApiServiceProvider.php:119
actioninitincludes/src/Registry/AbstractRegistry.php:40
actionplugins_loadedsequensy.php:153

Scheduled Events 1

sequensy_cleanup
Maintenance & Trust

Sequensy Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 25, 2026
PHP min version8.0
Downloads211

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Sequensy Developer Profile

Summix

2 plugins · 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 Sequensy

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/sequensy/assets/css/admin.css/wp-content/plugins/sequensy/assets/js/admin.js
Script Paths
/wp-content/plugins/sequensy/assets/js/admin.js
Version Parameters
sequensy/assets/css/admin.css?ver=sequensy/assets/js/admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
sequensy-admin-root
JS Globals
SequensyAdminsequensy_rest_api_params
REST Endpoints
/wp-json/sequensy/v1/settings/wp-json/sequensy/v1/workflows/wp-json/sequensy/v1/integrations/wp-json/sequensy/v1/activity
FAQ

Frequently Asked Questions about Sequensy