lemlist
Work with lemlist from LinkedIn, Gmail, and CRM. Enroll, enrich, personalize, and call - all in one interface.No more switching tabs or juggling tools. The lemlist Chrome extension brings the power o...
lemlist.com
4.2.9
4.7
84
60,000
October 24, 2025
🌐 Website
lemlist.com🏪 Store
Chrome Web StorePermissions
Permissions
Host Permissions
Security Findings
Data Exfiltration Risk
1 issuePotential for sensitive data to be sent externally
LinkedIn Cookie Sent to Server
The LinkedIn session cookie ('li_at') is collected and POSTed to lemlist servers for enrichment and user update, enabling persistent external session linkage. ⚠️ [cookie sensitivity]
Excessive Permissions
1 issueExtension requests more permissions than necessary
Broad host_permissions Scope
Extension requests access to localhost and multiple CRM domains, expanding risk surface. Review needed. ⚠️ [localhost exposure]
Obfuscated Code
1 issueCode is minified or obfuscated, making analysis difficult
Standard Minified Libraries Included
Includes minified versions of jQuery, Popper, and Tippy.js. No custom or suspicious obfuscation detected.
External API Calls
3 issuesExtension communicates with external services
Unlimited Web Accessible Resources
Wildcards in web_accessible_resources allow exposure of internal scripts/CSS to all origin contexts. Risky for embedded communications. ⚠️ [<all_urls>]
Direct network calls to lemlist.com
Multiple fetch calls to https://app.lemlist.com for profile enrichment and user status, including userId, cookies, and extension version. Sensitive linkage of external IDs and session.
Network Calls in Content Scripts
Content scripts enable fetch/XHR from context pages, with potential to send scraped/injected data to remote origins.
Internal API Usage
3 issuesExtension uses internal Chrome APIs
Use of chrome.storage
Persists extension state and context. Usage matches feature set.
Use of chrome.tabs API
Controls/reloads tabs and sends messages in context. Expected for this extension type.
Use of chrome.cookies API
Accesses cookies for LinkedIn to extract session and status. Aligned with enrichment features.