BASE Item List Security & Risk Analysis

wordpress.org/plugins/base-item-list

Display BASE(https://thebase.in/) Item List by shortcode [BASE_ITEM]

800 active installs v2.0.3 PHP + WP 5.9+ Updated Apr 6, 2023
baseecshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is BASE Item List Safe to Use in 2026?

Generally Safe

Score 85/100

BASE Item List has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3yr ago
Risk Assessment

The "base-item-list" plugin v2.0.3 demonstrates a generally strong security posture based on the provided static analysis and vulnerability history. The absence of known CVEs, unpatched vulnerabilities, and critical taint analysis results indicates a mature development process and diligent maintenance. The code also shows good practices in using prepared statements for all SQL queries and properly escaping a high percentage of output, which are crucial for preventing common web vulnerabilities like SQL injection and cross-site scripting. The limited attack surface, consisting of a single shortcode and no AJAX handlers or REST API routes, further contributes to its security.

However, a few areas warrant attention. The plugin makes external HTTP requests, which inherently carry some risk if the endpoints are not trusted or if the data sent/received is not properly handled. While there is one nonce check present, the absence of capability checks on any entry points (even the single shortcode) is a significant concern. This means that any authenticated user, regardless of their role or permissions, could potentially execute the functionality associated with the shortcode, leading to unauthorized actions or information disclosure. The lack of taint analysis data is also a minor concern, as it might indicate that the analysis was not performed comprehensively, or the plugin's complexity didn't warrant deep taint analysis.

In conclusion, the plugin is in a good state regarding known vulnerabilities and fundamental secure coding practices like prepared statements and output escaping. The primary weakness lies in the lack of authorization checks on its entry points. Addressing this would significantly bolster its security. The presence of external HTTP requests is a minor concern that requires careful monitoring and validation of the target endpoints and data handling.

Key Concerns

  • Missing capability checks on entry points
  • External HTTP requests present
Vulnerabilities
None known

BASE Item List Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

BASE Item List Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
3
30 escaped
Nonce Checks
1
Capability Checks
0
File Operations
0
External Requests
3
Bundled Libraries
0

Output Escaping

91% escaped33 total outputs
Attack Surface

BASE Item List Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[BASE_ITEM] includes\Core.php:24
WordPress Hooks 6
filterallowed_redirect_hostsincludes\Auth.php:63
actionadmin_initincludes\Core.php:18
actionadmin_menuincludes\Core.php:19
actionadmin_initincludes\Core.php:20
actionwp_enqueue_scriptsincludes\Core.php:22
actionadmin_menuplugin.php:14
Maintenance & Trust

BASE Item List Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 6, 2023
PHP min version
Downloads12K

Community Trust

Rating80/100
Number of ratings2
Active installs800
Developer Profile

BASE Item List Developer Profile

Kazuto Takeshita

6 plugins · 920 total installs

86
trust score
Avg Security Score
88/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect BASE Item List

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/base-item-list/assets/css/base-item-list.css
Version Parameters
base-item-list/assets/css/base-item-list.css?ver=

HTML / DOM Fingerprints

JS Globals
base_items
Shortcode Output
[BASE_ITEM]
FAQ

Frequently Asked Questions about BASE Item List