AppStore Lookup for WordPress Security & Risk Analysis

wordpress.org/plugins/appstore-lookup

Adds shortcodes that display data from iOS and Mac AppStore applications.

10 active installs v1.5.1 PHP + WP 4.0+ Updated Feb 9, 2017
appstoreipadiphoneitunesmac
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AppStore Lookup for WordPress Safe to Use in 2026?

Generally Safe

Score 85/100

AppStore Lookup for WordPress has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "appstore-lookup" v1.5.1 plugin exhibits a generally good security posture with respect to its attack surface, showing no AJAX handlers, REST API routes, shortcodes, or cron events. This significantly limits the plugin's exposure to direct external manipulation. Furthermore, all identified SQL queries utilize prepared statements, indicating a strong defense against SQL injection vulnerabilities. The absence of known CVEs and past vulnerabilities is also a positive sign of a well-maintained codebase.

However, significant concerns arise from the static code analysis. The most alarming finding is that 100% of the 8 identified output operations are not properly escaped. This leaves the plugin highly susceptible to Cross-Site Scripting (XSS) attacks, where malicious scripts could be injected and executed within a user's browser. Additionally, the taint analysis revealed one flow with an unsanitized path, which, while not classified as critical or high, still represents a potential risk for path traversal or similar vulnerabilities if not handled carefully.

Despite the lack of historical vulnerabilities, the identified code signals for unescaped output and unsanitized paths warrant attention. The absence of nonce checks and capability checks on any potential entry points, though the attack surface is zero, implies that if any entry points were to be introduced in future versions without proper checks, the risks would be amplified. In conclusion, while the plugin has a minimal attack surface and good SQL practices, the prevalent lack of output escaping and the presence of an unsanitized path represent critical security weaknesses that need immediate remediation.

Key Concerns

  • 0% output escaping
  • Unsanitized path in taint flow
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

AppStore Lookup for WordPress Security Vulnerabilities

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

AppStore Lookup for WordPress Code Analysis

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

Output Escaping

0% escaped8 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<asl-default-data> (asl-default-data.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

AppStore Lookup for WordPress Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_initasl-admin.php:29
actionadmin_menuasl-admin.php:30
Maintenance & Trust

AppStore Lookup for WordPress Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedFeb 9, 2017
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

AppStore Lookup for WordPress Developer Profile

Adam D

1 plugin · 10 total installs

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

How We Detect AppStore Lookup for WordPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/appstore-lookup/css/asl.css/wp-content/plugins/appstore-lookup/js/appstore-lookup.js
Script Paths
/wp-content/plugins/appstore-lookup/js/appstore-lookup.js
Version Parameters
appstore-lookup/style.css?ver=appstore-lookup/appstore-lookup.js?ver=

HTML / DOM Fingerprints

CSS Classes
asl-linkasl-link-imgasl-icon-imgasl-screenshot-listasl-app-screenshot
Data Attributes
data-id
Shortcode Output
<a href=<img src=<ul class="asl-screenshot-list"><li class="asl-app-screenshot">
FAQ

Frequently Asked Questions about AppStore Lookup for WordPress