circleci
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several official CircleCI orbs (e.g., node, aws-cli, slack) and provides a command to download the Snyk CLI installer for security scanning purposes. These originate from well-known and reputable services.- [REMOTE_CODE_EXECUTION]: The skill contains a pattern to download and execute the Snyk CLI via
curl -sL https://snyk.io/cli/install | bash. This is a standard method for installing the tool for use in CI/CD pipelines and is considered safe given the well-known status of the service.- [COMMAND_EXECUTION]: Numerous examples of shell commands are provided for CI/CD operations, including Docker builds, AWS CLI interactions, and test execution via Node.js tools like Jest. These commands are typical for the skill's stated purpose of DevOps automation.
Audit Metadata