linkedin-commenter-extractor
Fail
Audited by Snyk on Jun 21, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This tool is explicitly designed to harvest LinkedIn commenters (personal/profile data) — using a user-supplied li_at session cookie or an Apify token — and export/send that data for lead-generation, which constitutes deliberate data-harvesting/privacy-abuse (data exfiltration) even though there are no hidden evals/obfuscated backdoors or remote shells in the code.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Outsider-authored free text is ingested at runtime via the keyless Playwright path:
extract_commenters.pyshells out toli_comments_playwright.mjs, which navigates to user-supplied LinkedIn--post-urlsand extracts each commenter’stextfrom the DOM (.comments-comment-item__main-content/ related selectors) into JSON/CSV output that is then processed by the script (and could be forwarded downstream).
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata