Manage PHP & JS snippets the clean way, then turn any function into an AI tool, a workflow step, or a REST endpoint. Write once, use everywhere. 🤟
Prioritized issue groups from the latest Plugin Check scan
Security
84
8 issue groups
Maintainability
72
13 issue groups
I18n
37
4 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Use placeholders and $wpdb->prepare(); found $alter_query
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Code Engine: Function name does not match. The name should be {$params['name']}."'.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MeowKit_MWCODE_Admin".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $globalScopeQuery at "SELECT COUNT( * ) FROM $this->table_name WHERE scope IN ('$globalScopeQuery')"
Sample message
Unescaped parameter $alter_query used in $wpdb->query()\n$alter_query assigned unsafely at line 997.
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
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'code-engine' but got 'meowapps'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$current_mwcode_snippet".
Sample message
The use of function eval() is forbidden
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$nonce'.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() 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
The $text parameter must be a single text string literal. Found: $success ? 'OK' : "Could not reset options."
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
Potential connections found in static code analysis.
Outbound calls
46
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
7 score snapshots
v0.5.5
28
Latest
v0.5.4
28
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 28 | 222 | 125 | 97 | v0.5.5 | 2.0.0 |
| 28 | 222 | 125 | 97 | v0.5.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.