stack-create
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill automates legitimate Git workflow operations. It relies on standard tools (Git, gh CLI) and does not perform any unauthorized data access, network exfiltration, or remote code execution.
- [COMMAND_EXECUTION]: Uses local shell commands for version checking (
git version), branch management (git checkout), and logging (git log). These operations are restricted to the local development environment and the current Git repository. - [EXTERNAL_DOWNLOADS]: No remote scripts or packages are downloaded. The skill references external tools like Git and the GitHub CLI as prerequisites, but does not attempt to install them or fetch unverified binaries.
Audit Metadata