bump-skill-version
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script (
scripts/bump.sh) intended for local execution. It utilizes standard system utilities such asawk,git, andmvto perform semantic versioning updates on local markdown files. - [DATA_EXPOSURE]: The script reads and writes to
SKILL.mdfiles within the project structure. It identifies targets via a path constructed from a command-line argument, which is a common and expected pattern for developer-oriented command-line tools operating within a local filesystem context.
Audit Metadata