changeset
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local shell commands including
bun changeset,git diff, and text processing utilities (perl,sed,grep) to identify modified packages and analyze source code changes. These commands are used to automate the standard development workflow and are constrained to the local repository context. - [SAFE]: The skill incorporates a mandatory human-in-the-loop verification step. Every suggested version bump must be confirmed by the user via the
AskUserQuestiontool before the final files are generated. - [SAFE]: The file creation logic is restricted to the
.changeset/directory, adhering to the project's established conventions for version management. No attempts to access sensitive system paths or perform unauthorized file operations were detected.
Audit Metadata