testing-cicd-init
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- EXTERNAL_DOWNLOADS (SAFE): The skill configures GitHub Actions that download standard, widely-used actions including
actions/checkout,oven-sh/setup-bun, andcodecov/codecov-action. These are necessary for the skill's primary purpose of setting up CI/CD. - COMMAND_EXECUTION (SAFE): The skill instructs the agent to install dependencies using
bun add. This is standard behavior for project initialization and is limited to development dependencies. - DATA_EXFILTRATION (SAFE): No unauthorized data access or external transmission was detected. Environment variables defined in templates (e.g.,
MONGODB_URIintest-setup-node.ts) use local/test connection strings.
Audit Metadata