bump-config-version

Pass

Audited by Gen Agent Trust Hub on Sep 3, 2026

Risk Level: SAFECOMMAND_EXECUTIONNO_CODE
Full Analysis
  • [Command Execution]: The skill uses several shell commands to automate the versioning process, which is standard for developer-oriented tools.
  • It uses grep to extract version information from Go files.
  • It uses cp -R to create immutable backups of the current configuration package.
  • It employs find and sed to perform bulk package name updates within the newly created version directory.
  • It utilizes project-specific task runners (task build, task test, task lint) to validate the changes.
  • It uses git commands to stage and commit the version bump, following established repository conventions.
  • [File System Operations]: The skill modifies project configuration files (types.go, parse.go, versions.go, and agent-schema.json). These modifications are restricted to the local repository and follow a predictable pattern for managing versioned schemas.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 3, 2026, 05:13 PM
Security Audit — agent-trust-hub — bump-config-version