draft-release-notes

Pass

Audited by Gen Agent Trust Hub on Aug 27, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes a Python script scripts/collect_release_evidence.py that executes standard git commands (such as git log, git rev-parse, and git show) using subprocess.run(). These commands are used solely to gather read-only information from the local repository state to help draft release notes. The commands do not use a shell (shell=False) and the arguments are passed as a list, which is a secure practice to prevent command injection.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 27, 2026, 03:00 AM
Security Audit — agent-trust-hub — draft-release-notes