version-bump
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill instructions and scripts align with the stated purpose of version management within a controlled repository environment.
- [COMMAND_EXECUTION]: The skill utilizes local Python scripts (
scripts/bump_version.pyandscripts/validate_versions.py) to perform versioning tasks. These scripts are invoked via standard command-line instructions provided in the skill documentation. - [DATA_EXFILTRATION]: The scripts access
marketplace.jsonandplugin.jsonfiles to retrieve and update version strings. No sensitive data is accessed, and there are no network operations to export information outside the local environment.
Audit Metadata