verify-dist
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development commands including
yarn install,yarn build, andgitoperations. These are appropriate for the stated purpose of maintaining a repository's distribution files. - [EXTERNAL_DOWNLOADS]: Dependencies are managed via
yarn, which is the standard package manager for the project. The skill also mentions the use ofpre-commitandmakefor environment setup, which are standard developer practices. - [SAFE]: No malicious patterns, prompt injections, or data exfiltration attempts were detected. The instructions follow established developer workflows for managing bundled code in GitHub Actions.
Audit Metadata