bump-config-version
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONNO_CODE
Full Analysis
- [Command Execution]: The skill uses several shell commands to automate the versioning process, which is standard for developer-oriented tools.
- It uses
grepto extract version information from Go files. - It uses
cp -Rto create immutable backups of the current configuration package. - It employs
findandsedto perform bulk package name updates within the newly created version directory. - It utilizes project-specific task runners (
task build,task test,task lint) to validate the changes. - It uses
gitcommands to stage and commit the version bump, following established repository conventions. - [File System Operations]: The skill modifies project configuration files (
types.go,parse.go,versions.go, andagent-schema.json). These modifications are restricted to the local repository and follow a predictable pattern for managing versioned schemas.
Audit Metadata