Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲0.07MB] [CPU: ▲1.89ms] Passed 4 tests
A check of server-side resources used by Vulnerable Plugin Checker
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 38.12 ▼7.26 |
Dashboard /wp-admin | 3.37 ▲0.07 | 53.14 ▲3.62 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 53.24 ▲7.15 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.07 | 101.85 ▲9.88 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 40.01 ▲4.04 |
VPC Settings /wp-admin/options-general.php?page=vpc-settings | 3.26 | 34.40 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 5 new files
Database: no new tables, 8 new options
New WordPress options |
---|
can_compress_scripts |
vpc-plugin-data |
theysaidso_admin_options |
vpc_allow_emails |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
Vulnerable Plugin Checker: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.51 ▲0.56 | 1.65 ▼0.32 | 42.63 ▼2.72 |
Dashboard /wp-admin | 2,199 ▲19 | 5.52 ▼0.05 | 81.28 ▼11.72 | 38.07 ▼4.08 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.01 ▼0.00 | 39.42 ▲0.23 | 35.88 ▼2.65 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.04 ▲0.08 | 604.18 ▼83.63 | 50.11 ▼18.80 |
Media Library /wp-admin/upload.php | 1,401 ▲1 | 4.19 ▲0.03 | 97.25 ▼13.00 | 46.66 ▼0.30 |
VPC Settings /wp-admin/options-general.php?page=vpc-settings | 799 | 2.00 | 23.67 | 28.07 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Zombie WordPress options were found after uninstall: 7 options
- theysaidso_admin_options
- can_compress_scripts
- db_upgraded
- vpc_allow_emails
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/vulnerable-plugin-checker/vulnerable-plugin-checker.php:35
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
9 plugin tags: plugin, wpvulndb, plugins, wpscan, checker...
vulnerable-plugin-checker/vulnerable-plugin-checker.php Passed 13 tests
The main file in "Vulnerable Plugin Checker" v. 0.3.12 serves as a complement to information provided in readme.txt and as the entry point to the plugin
123 characters long description:
Automatically checks installed plugins for known vulnerabilities utilizing WPScan's API and provides optional email alerts.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
There were no executable files found in this plugin254 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 126 | 121 | 254 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 42.00 |
▷ Minimum class complexity | 42.00 |
▷ Maximum class complexity | 42.00 |
Average method complexity | 3.41 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 9.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 17 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 17 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
There were not PNG files found in your plugin