sdk-release
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Utilizes the GitHub CLI (
gh) andcurlto manage pull requests and trigger automated workflows on GitHub. These operations are restricted to the project's official repositories and follow standard automation practices. - [SAFE]: Authentication for GitHub API requests is performed using environment variables (e.g.,
$GITHUB_TOKEN), ensuring that no sensitive credentials are hardcoded within the skill. - [SAFE]: The skill incorporates explicit safety warnings and mandatory human verification steps before performing irreversible actions like merging PRs or publishing to PyPI.
Audit Metadata