release-checklist
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data exfiltration behaviors were detected. The skill's functionality is consistent with its stated purpose of managing software release gates.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute standard development commands such asnpm run build,npm test,npm run test:security, andgit. These operations are well-scoped to the release process and include internal checks to ensure they are run in the correct sequence. - [DATA_EXFILTRATION]: The skill incorporates proactive security measures to prevent data leakage. Specifically, it includes rules that forbid the use of broad staging commands like
git add -Aand explicitly instructs the agent to check thegit difffor secrets, credentials, and.envfiles before committing. - [PROMPT_INJECTION]: The instructions reinforce the agent's role as a gatekeeper for releases. It includes strict rules requiring explicit user confirmation before executing
git pushcommands, even if the user has previously indicated they are ready to proceed. - [INDIRECT_PROMPT_INJECTION]: The skill has an ingestion surface as it reads content from
package.json,CHANGELOG.md, andgit diffoutputs. While these could theoretically contain malicious instructions if the underlying codebase were compromised, the skill's specific focus on manual review and pre-release gates serves as a mitigation for this attack vector.
Audit Metadata