linear-release-setup
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the
linear-releaseCLI binary directly from its official GitHub repository release page (github.com/linear/linear-release). As this originates from the official vendor repository, it is considered a safe and standard installation procedure for this service. - [COMMAND_EXECUTION]: The documentation includes shell commands for downloading, making executable (
chmod +x), and running thelinear-releaseutility. These commands are necessary for the skill's primary purpose of setting up CI/CD pipelines. - [EXTERNAL_DOWNLOADS]: The skill references multiple configuration templates (YAML files) hosted on the official
linearGitHub organization. These are used as legitimate examples for GitHub Actions, GitLab CI, and CircleCI integrations. - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to handle the
LINEAR_ACCESS_KEYas a platform-specific secret (e.g., GitHub Secrets) rather than hardcoding it into the configuration files, following security best practices.
Audit Metadata