feature-development-workflow
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands for git operations (fetch, branch, checkout, commit, push, remote) and local development tasks (go build, go test, mkdir).
- Evidence: Phase 1 uses
git fetch,git branch, andgit checkout. Phase 3 usesgo build -o agentbay .andgo test ./.... Phase 4 and 5 involvegit commitandgit pushrespectively. - [EXTERNAL_DOWNLOADS]: The skill references specific remote git repositories for code synchronization and hosting. These repositories are associated with the author's organization.
- Evidence:
git@gitlab.alibaba-inc.com:InnoArchClub/agentbay-cli.gitandgit@github.com:aliyun/agentbay-cli.gitare defined as the 'origin' and 'aliyun' remotes.
Audit Metadata