version-management

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The version_manager.sh script executes standard system commands including mkdir, cp, rm, git, and jq. 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 -rf on existing skill subdirectories (such as scripts/ and templates/) 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
Risk Level
SAFE
Analyzed
Feb 28, 2026, 08:16 AM