managing-git-workflows

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS] (SAFE): The script scripts/setup-hooks.sh and the documentation in SKILL.md recommend installing standard development tools (husky, lint-staged, eslint, prettier, and commitlint) from the npm registry. These are industry-standard tools for managing Git workflows and do not pose a security risk in this context.
  • [COMMAND_EXECUTION] (SAFE): The skill includes several shell scripts (scripts/check-branch-name.sh, scripts/validate-commit-msg.sh) that use common utilities like git, grep, and sed. These scripts employ strict regex validation for input strings, preventing command injection and ensuring the inputs conform to expected Git naming and commit conventions.
  • [DYNAMIC_EXECUTION] (SAFE): The scripts/setup-hooks.sh file uses node -e to programmatically update package.json. This dynamic execution is limited to local file manipulation using predefined templates and does not process untrusted external data, making it a safe operational choice for scaffolding.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:16 PM