skills/thaitype/chief/chief-upgrade/Gen Agent Trust Hub

chief-upgrade

Pass

Audited by Gen Agent Trust Hub on Apr 22, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches framework tags and clones the source code from the author's official GitHub repository to a local temporary directory.\n
  • Evidence: git clone --depth 1 --branch <version> https://github.com/thaitype/chief.git .chief-agent-tmp in SKILL.md.\n- [REMOTE_CODE_EXECUTION]: Executes an upgrade script (upgrade.sh) contained within the downloaded repository after presenting a plan to the user.\n
  • Evidence: bash .chief-agent-tmp/scripts/upgrade.sh --agent <agent> --mode <mode> in SKILL.md.\n- [COMMAND_EXECUTION]: Performs standard system operations for environment detection, file management (symlinks, copies), and cleanup of temporary files.\n
  • Evidence: ln -sf, cp, rm -rf, and git ls-remote commands defined in the process steps of SKILL.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 22, 2026, 05:09 PM
Security Audit — agent-trust-hub — chief-upgrade