Skip to main content

linkedin-easy-apply

Automates LinkedIn Easy Apply processes using Puppeteer, enabling efficient job applications with verified resumes and tailored searches.

Install this skill

or
87/100

Security score

The linkedin-easy-apply skill was audited on May 18, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69userDataDir: process.env.CHROME_PROFILE || `${process.env.HOME}/.cache/linkedin-chrome`,
medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100const applyUrl = `https://www.linkedin.com/jobs/view/${jobId}/apply/?openSDUIApplyFlow=true`;
low line 68

Access to .env file

SourceSKILL.md
68executablePath: process.env.CHROME_BIN || '/snap/bin/chromium',
low line 69

Access to .env file

SourceSKILL.md
69userDataDir: process.env.CHROME_PROFILE || `${process.env.HOME}/.cache/linkedin-chrome`,
low line 100

External URL reference

SourceSKILL.md
100const applyUrl = `https://www.linkedin.com/jobs/view/${jobId}/apply/?openSDUIApplyFlow=true`;
Scanned on May 18, 2026
View Security Dashboard
Installation guide →