linear
Fail
Audited by Snyk on Jul 11, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The README instructs piping curl to bash from a raw GitHub URL belonging to an individual/unknown account, which is high-risk because it downloads and executes unreviewed code from an untrusted source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's install step runs "curl -fsSL https://raw.githubusercontent.com/lwlee2608/linear-cli/main/install.sh | bash", which downloads and immediately executes a remote script at runtime and is required for the skill.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata