Simple File List is a powerful WordPress file manager. Publish a file library anywhere on your site — let users browse, download, upload, share and pl …
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
535
4 issue groups
Repo Compliance
1
1 issue group
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_email".528
- Category
- Maintainability
- Occurrences
- 528
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_email".
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "simplefilelist_confirm".5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "simplefilelist_confirm".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGRepo Compliancereadme parser warnings trimmed short descriptionThe "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- warning
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
WARNINGMaintainabilityunexpected markdown fileUnexpected markdown file "agent.md" detected in plugin root. Only specific markdown files are expected in production plugins.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Unexpected markdown file "agent.md" detected in plugin root. Only specific markdown files are expected in production plugins.
External Connections
Not analyzed yet.
Score History
3 score snapshots
v6.3.10
93
Latest
- Findings
- 536
- Errors
- 1
- Warnings
- 535
- Check
- 2.0.0
v6.3.9
93
Score
- Findings
- 539
- Errors
- 1
- Warnings
- 538
- Check
- 2.0.0
v6.3.8
94
Score
- Findings
- 538
- Errors
- 1
- Warnings
- 537
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 93 | 536 | 1 | 535 | v6.3.10 | 2.0.0 |
| 93 | 539 | 1 | 538 | v6.3.9 | 2.0.0 | |
| 94 | 538 | 1 | 537 | v6.3.8 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.