Signs and encrypts emails using PGP/GPG keys or X.509 certificates. Provides OpenPGP and S/MIME functions via WordPress plugin API.
Prioritized issue groups from the latest Plugin Check scan
Security
55
7 issue groups
I18n
25
1 issue group
Maintainability
19
12 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$k'.
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
Processing form data without nonce verification.
Sample message
$_GET['return_url'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['return_url']
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[self::meta_key]. Check that the array index exists before using it.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP PGP Encrypted Emails" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error_msg'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Application files are not permitted.
Sample message
GitHub workflow directory ".github" detected. This directory should not be included in production plugins.
Sample message
Hidden files are not permitted.
Sample message
Tested up to: 5.7 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v0.8.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 102 | 63 | 39 | v0.8.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.