Skip to main content

ops-linear

Manages sprints and issues in Linear, allowing users to create, update, and sync tasks efficiently.

Install this skill

or
37/100

Security score

The ops-linear skill was audited on May 29, 2026 and we found 7 security issues across 3 threat categories, including 4 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 38

Template literal with variable interpolation in command context

SourceSKILL.md
38- Then: use `password_manager_config.query_cmd` from `${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/preferences.json`
high line 41

Template literal with variable interpolation in command context

SourceSKILL.md
412. **Preferences**: Read `${CLAUDE_PLUGIN_DATA_DIR}/preferences.json` for `secrets_manager` / `doppler` config.
high line 49

Curl to non-GitHub URL

SourceSKILL.md
49| `curl -X POST https://api.linear.app/graphql -H "Authorization: $LINEAR_API_KEY" -H "Content-Type: application/json" -d '{"query":"{ issues(filter: {state: {type: {in: [\"started\",\"unstarted\"]}}}
high line 50

Curl to non-GitHub URL

SourceSKILL.md
50| `curl -X POST https://api.linear.app/graphql -H "Authorization: $LINEAR_API_KEY" -H "Content-Type: application/json" -d '{"query":"{ cycles(filter: {isActive: {eq: true}}) { nodes { id number starts
low line 49

External URL reference

SourceSKILL.md
49| `curl -X POST https://api.linear.app/graphql -H "Authorization: $LINEAR_API_KEY" -H "Content-Type: application/json" -d '{"query":"{ issues(filter: {state: {type: {in: [\"started\",\"unstarted\"]}}}
low line 50

External URL reference

SourceSKILL.md
50| `curl -X POST https://api.linear.app/graphql -H "Authorization: $LINEAR_API_KEY" -H "Content-Type: application/json" -d '{"query":"{ cycles(filter: {isActive: {eq: true}}) { nodes { id number starts
low line 159

External URL reference

SourceSKILL.md
159WebFetch(url: "https://api.linear.app/graphql", method: "POST", headers: {"Authorization": "$LINEAR_API_KEY"}, body: '{"query":"{ issues(filter: {cycle: {id: {eq: \"<id>\"}}}}) { nodes { id title stat
Scanned on May 29, 2026
View Security Dashboard
Installation guide →