skills/zernie/vigiles/ship-a-feature/Gen Agent Trust Hub

ship-a-feature

Pass

Audited by Gen Agent Trust Hub on Sep 3, 2026

Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script ship-check.mjs executes shell commands to verify project state.
  • Evidence: Uses spawnSync to run git add -A, git write-tree, and npm run check (or a custom command via the --cmd flag).
  • Evidence: The skill instructions in SKILL.md prompt the agent to run npm run build and the ship-check.mjs script.
  • [DYNAMIC_EXECUTION]: The skill performs runtime inspection of project modules.
  • Evidence: Uses await import() in scripts/ship-check.mjs to dynamically load build artifacts resolved from package.json exports.
  • Evidence: Uses dynamic regular expressions to search for symbols in source code and documentation.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 3, 2026, 06:06 PM
Security Audit — agent-trust-hub — ship-a-feature