Skip to main content

linear-install-auth

Facilitates the installation and configuration of Linear SDK authentication for seamless API integration in projects.

Install this skill

or
78/100

Security score

The linear-install-auth skill was audited on Feb 25, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60console.log(`Authenticated as: ${me.name} (${me.email})`);
medium line 91

Template literal with variable interpolation in command context

SourceSKILL.md
91console.log(`Connected as ${viewer.name}`);
low line 50

Access to .env file

SourceSKILL.md
50# Or create .env file
low line 51

Access to .env file

SourceSKILL.md
51echo 'LINEAR_API_KEY=lin_api_xxxxxxxxxxxx' >> .env
low line 58

Access to .env file

SourceSKILL.md
58const client = new LinearClient({ apiKey: process.env.LINEAR_API_KEY });
medium line 65

Access to .env file

SourceSKILL.md
65- Environment variable or .env file with API key
low line 84

Access to .env file

SourceSKILL.md
84apiKey: process.env.LINEAR_API_KEY,
low line 111

External URL reference

SourceSKILL.md
111- [Linear API Documentation](https://developers.linear.app/docs)
low line 112

External URL reference

SourceSKILL.md
112- [Linear SDK Reference](https://developers.linear.app/docs/sdk/getting-started)
low line 113

External URL reference

SourceSKILL.md
113- [Linear API Settings](https://linear.app/settings/api)
Scanned on Feb 25, 2026
View Security Dashboard