oe-release
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows a standard software development lifecycle for releases, using well-known and legitimate tools including
git,gh(GitHub CLI), anduv(a Python package manager). These tools are used for their intended purposes. - [SAFE]: Security best practices are integrated into the workflow, such as requiring local quality checks (
ruff,pytest) to pass before a release can proceed. - [SAFE]: Critical and destructive operations, including
git pushof tags and the deletion of remote tags, are gated by explicit user confirmation steps, preventing automated or accidental misuse. - [SAFE]: Interactions with external services target trusted domains like GitHub and PyPI for package distribution and release monitoring.
Audit Metadata