linear-multi-env-setup
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard security best practices for environment configuration and secret management. It correctly guides users to use environment-specific API keys and offload production secrets to dedicated managers like AWS Secrets Manager, GCP Secret Manager, or HashiCorp Vault.
- [SAFE]: Includes environment guards (e.g.,
preventProduction,requireProduction) designed to prevent accidental destructive operations (like bulk deletion) in production environments. - [EXTERNAL_DOWNLOADS]: The skill references official software development kits (SDKs) from trusted providers including Linear (
@linear/sdk), Amazon Web Services (@aws-sdk/client-secrets-manager), and Google Cloud (@google-cloud/secret-manager). These are well-known, industry-standard dependencies. - [COMMAND_EXECUTION]: Provides example validation commands using
npx tsx, which is a standard method for executing TypeScript scripts in Node.js environments.
Audit Metadata