continuous-testing
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and standardized configuration templates for CI/CD pipelines. All external tools mentioned (Actions like
actions/checkout,actions/setup-node,codecov/codecov-action) and security scanners (snyk,semgrep) are well-known, trusted services. - [COMMAND_EXECUTION]: Scripts in
references/test-selection-strategy.mdandreferences/flaky-test-detection.mduse local CLI tools likegitandgrepto identify affected files and detect flaky tests. These operations are local and perform non-destructive read operations within a standard development environment. - [CREDENTIALS_UNSAFE]: The YAML and Groovy examples consistently use secure secret management practices, such as
${{ secrets.GITHUB_TOKEN }},${{ secrets.SNYK_TOKEN }}, andcredentials('test-database-url'). Hardcoded database passwords inreferences/github-actions-pipeline.md(POSTGRES_PASSWORD: postgres) are standard practice for ephemeral test services running inside a containerized CI environment and do not represent a production credential exposure.
Audit Metadata