LinkedIn Profile Synchronizer Tool Security & Risk Analysis

wordpress.org/plugins/lips

This tool downloads your LinkedIn® profile and maintains a selectable page on your WordPress installation.

10 active installs v0.8.15 PHP + WP 3.3.1+ Updated Oct 21, 2013
apiinlinkedlinkedinoauth
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is LinkedIn Profile Synchronizer Tool Safe to Use in 2026?

Generally Safe

Score 85/100

LinkedIn Profile Synchronizer Tool has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The 'lips' plugin v0.8.15 exhibits a mixed security posture. On one hand, the lack of identified CVEs and a clean vulnerability history is a positive sign, suggesting a history of relatively secure development or infrequent discovery of issues. The static analysis also shows a limited attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events exposed without proper checks. However, several concerns emerge from the code analysis. The presence of the `create_function` dangerous function is a significant red flag, as it can be leveraged for code injection if user input is not meticulously sanitized before being passed to it. Furthermore, a substantial percentage of SQL queries (67%) are not using prepared statements, creating a risk of SQL injection vulnerabilities. The low rate of proper output escaping (33%) also indicates potential for cross-site scripting (XSS) vulnerabilities, as user-supplied data may be rendered directly in the browser without sanitization. The taint analysis revealing flows with unsanitized paths, although not classified as critical or high severity in this report, still warrants attention as it suggests potential pathways for malicious data to reach sensitive functions. Overall, while the plugin's attack surface is small and it has no known historical vulnerabilities, the static analysis reveals critical weaknesses in secure coding practices related to SQL injection, XSS, and the use of dangerous functions.

Key Concerns

  • Dangerous function create_function used
  • High rate of SQL queries without prepared statements
  • Low rate of properly escaped output
  • Flows with unsanitized paths found
  • No nonce checks
Vulnerabilities
None known

LinkedIn Profile Synchronizer Tool Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

LinkedIn Profile Synchronizer Tool Release Timeline

v0.8.15Current
v0.8.14
v0.8.13
v0.8.12
v0.8.11
v0.8.10
v0.8.9
v0.8.8
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
Code Analysis
Analyzed Mar 17, 2026

LinkedIn Profile Synchronizer Tool Code Analysis

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

Dangerous Functions Found

create_function$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";');GeSHi\geshi.php:4716

SQL Query Safety

33% prepared3 total queries

Output Escaping

33% escaped55 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

4 flows3 with unsanitized paths
display_page (lips.php:436)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

LinkedIn Profile Synchronizer Tool Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionadmin_menulips.php:149
actionadmin_initlips.php:150
actionadmin_initlips.php:153
actionadmin_noticeslips.php:154
actionadmin_noticeslips.php:175
actionadd_attachmentlips.php:1909
actionsave_postlips.php:1961
actionupdate_post_metadatalips.php:1962
filterthe_contentlips_filter.php:45
actionpre_get_postslips_filter.php:46
Maintenance & Trust

LinkedIn Profile Synchronizer Tool Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedOct 21, 2013
PHP min version
Downloads11K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

LinkedIn Profile Synchronizer Tool Developer Profile

bastb

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 LinkedIn Profile Synchronizer Tool

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lips/css/styles.css/wp-content/plugins/lips/js/lips-admin.js/wp-content/plugins/lips/js/lips-oauth.js
Script Paths
/wp-content/plugins/lips/js/lips-admin.js/wp-content/plugins/lips/js/lips-oauth.js
Version Parameters
lips/style.css?ver=lips-admin.js?ver=lips-oauth.js?ver=

HTML / DOM Fingerprints

CSS Classes
lips-containerlips-inputlips-labellips-options-blocklips-section-titlelips-hidden
HTML Comments
<!-- LinkedIn Profile Synchronization Tool --><!-- LinkedIn Profile Synchronization Tool downloads the LinkedIn profile and feeds the downloaded data to Smarty, the templating engine, in order to update a local page. Copyright (C) 2012, 2013 Bas ten Berge -->
Data Attributes
data-lips-page-usage-typedata-lips-oauth-statedata-lips-profile-id
JS Globals
lips_admin_varslips_oauth_vars
Shortcode Output
[lips_display_profile]
FAQ

Frequently Asked Questions about LinkedIn Profile Synchronizer Tool