branching-and-deployment
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform local environment checks using
pnpm lint,pnpm build, andgit statusas part of a mandatory pre-push checklist inSKILL.md. - [EXTERNAL_DOWNLOADS]: Documentation in
references/ci-pipeline.mdrefers to the installation of project dependencies usingpnpm install --frozen-lockfile, which is a standard practice for maintaining deterministic builds. - [SAFE]: The skill explicitly defines behavioral restrictions in
SKILL.md(AI Agent Push Rules), preventing the agent from performing high-risk actions like force-pushing, merging, or deleting branches, which mitigates the risk of accidental or malicious repository corruption.
Audit Metadata