linear-release-setup
Audited by Socket on Feb 26, 2026
1 alert found:
MalwareThis skill's content is coherent with its stated purpose: configuring CI integration with Linear Release. The primary security concern is a supply-chain pattern: instructing users to download and execute a binary from GitHub Releases (un-pinned 'latest' URL, no checksum/signature guidance). The skill also requires a sensitive CI secret (LINEAR_ACCESS_KEY) which will be used by the CLI — appropriate for the integration but a credential-forwarding risk if the CLI or its distribution is compromised. Recommend reducing risk by preferring the official GitHub Action when possible, pinning release versions (avoid 'latest'), providing cryptographic checksums or signatures for the CLI, and advising least-privilege and rotation for the LINEAR_ACCESS_KEY. No evidence of obfuscation, hardcoded credentials, or malicious network endpoints beyond the expected GitHub/Linear hosts was found.