github-script
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a developer guide for authoring GitHub Actions scripts and includes robust best practices for secure implementation.
- [SAFE]: The documentation specifically addresses security risks, correctly advising against using inline GitHub expressions (
${{ ... }}) within script bodies to prevent injection vulnerabilities. - [SAFE]: External dependencies defined in the asset files are restricted to official GitHub Action repositories and standard development tools.
- [SAFE]: Command execution via the
exechelper in the version-check scripts is limited to theuvtool with controlled arguments, intended only for package version validation.
Audit Metadata