Schedule posts without subscription fees. Self-hosted, AI-powered, with full MCP support for intelligent automation.
Prioritized issue groups from the latest Plugin Check scan
Security
82
7 issue groups
Maintainability
73
15 issue groups
I18n
38
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attachment_id'.
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $filter_sql at \t\t\t$filter_sql\n
Sample message
Mismatched text domain. Expected 'social-engine' but got 'media-cleaner'.
Sample message
Unescaped parameter $filter_sql used in $wpdb->get_var()\n$filter_sql assigned unsafely at line 1036.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MastodonClient".
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$nonce'.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use placeholders and $wpdb->prepare(); found $post_ids_placeholders
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
186
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v0.9.1
28
Latest
v0.9.0
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 219 | 133 | 86 | v0.9.1 | 2.0.0 |
| 29 | 223 | 133 | 90 | v0.9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.