bump-skill-version
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns were detected. The skill performs localized file modifications using standard shell utilities (bash, awk, git) to manage versioning metadata.
- [COMMAND_EXECUTION]: The skill executes a local bash script (
scripts/bump.sh) to parse and update version strings. The script includes robust error handling and validation logic, such as verifying semver formats and ensuring no uncommitted changes exist in the target file before modification.
Audit Metadata