act-local-testing
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for 'act', a well-known utility for local CI/CD testing. The instructions provided are consistent with official documentation and standard DevOps practices.
- [EXTERNAL_DOWNLOADS]: Documents installation procedures via standard package managers (Homebrew, Choco, Scoop, Go) and the official installation script from the 'nektos/act' repository. These are provided as instructional snippets for setup.
- [COMMAND_EXECUTION]: Provides CLI command examples for executing workflows, managing Docker containers, and troubleshooting. All commands are relevant to the operation of the tool.
- [CREDENTIALS_UNSAFE]: Includes guidance on managing secrets using '.secrets' and '.env' files. The skill correctly identifies the risks and explicitly instructs users to add these files to '.gitignore' to prevent accidental exposure.
- [EXTERNAL_DOWNLOADS]: Mentions the use of community-standard Docker images (e.g., 'catthehacker/ubuntu') for simulating GitHub runner environments.
Audit Metadata