Skip to main content

linear

Facilitates Linear issue management with bash scripts for creating tasks, tracking projects, and querying status without GraphQL knowledge.

Install this skill

or
79/100

Security score

The linear skill was audited on May 12, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 274

Template literal with variable interpolation in command context

SourceSKILL.md
274```bash
medium line 25

Access to .env file

SourceSKILL.md
25Required variables (export in the caller environment or place in the skill repository's gitignored `.env`; override with `LINEAR_ENV_FILE` when needed):
medium line 33

Access to .env file

SourceSKILL.md
33Scripts preserve caller-provided environment variables and otherwise source the fallback `.env` file next to the shared skills repository.
medium line 294

Access to .env file

SourceSKILL.md
294Can be called from any directory. They preserve caller-provided environment variables and otherwise source the shared skills repository `.env` fallback.
low line 181

External URL reference

SourceSKILL.md
181"url": "https://linear.app/..."
Scanned on May 12, 2026
View Security Dashboard
Installation guide →