linear
Fail
Audited by Snyk on Apr 9, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). This is a direct raw .sh installer hosted in a personal GitHub repo (unknown/low-reputation user) intended to be run via curl|bash—a common high-risk pattern because the script can execute arbitrary commands—so it should be treated as suspicious until inspected and verified.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's prerequisites instruct running a remote installer (curl -fsSL https://raw.githubusercontent.com/lwlee2608/linear-cli/main/install.sh | bash), which fetches and executes external code at runtime and is required for the skill to function.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata