Post Flow Security & Risk Analysis

wordpress.org/plugins/post-flow

This plugin will schedule 'auto post checks' to publish new posts and/or recycle old posts automatically.

0 active installs v1.0.2 PHP 7.4+ WP 5.8+ Updated Oct 9, 2025
auto-schedulerpost-schedulescheduleschedule-postschedule-calendar
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Post Flow Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 5mo ago
Risk Assessment

The 'post-flow' plugin v1.0.2 demonstrates a generally strong security posture based on the static analysis. A significant positive is the 100% output escaping and the absence of dangerous functions, file operations, and external HTTP requests. The presence of capability checks on its two REST API routes is also a good practice, preventing unauthorized access to these entry points. Furthermore, the lack of any recorded historical vulnerabilities, critical or otherwise, suggests a history of security-conscious development.

However, there are areas for improvement. The analysis indicates 50% of SQL queries are not using prepared statements, which presents a moderate risk of SQL injection if the inputs to these queries are not rigorously validated. While there are no reported critical taint flows, the potential for SQL injection still exists. Crucially, the absence of nonce checks across all entry points, particularly the REST API routes, is a significant oversight. This leaves these routes potentially vulnerable to Cross-Site Request Forgery (CSRF) attacks.

In conclusion, 'post-flow' v1.0.2 exhibits good security fundamentals, particularly in output handling and the absence of historical vulnerabilities. The primary concerns lie in the use of raw SQL queries and the complete lack of nonce protection for its REST API endpoints, which represent potential attack vectors that should be addressed in future updates.

Key Concerns

  • SQL queries not using prepared statements
  • No nonce checks on entry points
Vulnerabilities
None known

Post Flow Security Vulnerabilities

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

Post Flow Code Analysis

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

SQL Query Safety

50% prepared8 total queries

Output Escaping

100% escaped10 total outputs
Attack Surface

Post Flow Attack Surface

Entry Points2
Unprotected0

REST API Routes 2

GET/wp-json/postflow/v1/logpost-flow.php:539
DELETE/wp-json/postflow/v1/logpost-flow.php:547
WordPress Hooks 8
actioninitpost-flow.php:46
actionadmin_menupost-flow.php:47
actionadmin_enqueue_scriptspost-flow.php:48
actionrest_api_initpost-flow.php:50
actionpostfl_log_cleanuppost-flow.php:51
filtercron_schedulesPostFlowSchedule.php:85
actionwp_headPostFlowSchedule.php:87
actionpublish_postPostFlowSchedule.php:91

Scheduled Events 2

postfl_log_cleanup
postfl_log_cleanup
Maintenance & Trust

Post Flow Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedOct 9, 2025
PHP min version7.4
Downloads239

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Post Flow Developer Profile

Tensor Ray

3 plugins · 30 total installs

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

How We Detect Post Flow

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-flow/build/index.js/wp-content/plugins/post-flow/build/index.css
Script Paths
/wp-content/plugins/post-flow/build/index.js
Version Parameters
post-flow/build/index.js?ver=post-flow/build/index.css?ver=

HTML / DOM Fingerprints

CSS Classes
wrap
Data Attributes
id="post-flow"
JS Globals
postfl_data
REST Endpoints
/wp-json/postfl/v1/settings/wp-json/postfl/v1/log/wp-json/postfl/v1/posts
FAQ

Frequently Asked Questions about Post Flow