version-management
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
version_manager.shscript executes standard system commands includingmkdir,cp,rm,git, andjq. These operations are used to create version snapshots, restore previous versions, and manage JSON metadata files within the skill's local directory. - [COMMAND_EXECUTION]: The rollback functionality involves a destructive
rm -rfon existing skill subdirectories (such asscripts/andtemplates/) to facilitate a clean restoration from a saved snapshot. This is standard and intended behavior for this utility. - [SAFE]: No network operations, data exfiltration, or obfuscation patterns were detected. The script incorporates input validation for version strings using a strict semantic versioning regex (
^[0-9]+\.[0-9]+\.[0-9]+$), which effectively prevents path traversal or command injection through the version parameter.
Audit Metadata