setup
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
hol-guardpackage from PyPI usingpipx. PyPI is a well-known and official package registry for Python software. - [COMMAND_EXECUTION]: The instructions involve executing standard shell commands (
command -v,pipx install,hol-guard init) to manage the software lifecycle. These commands are directly related to the skill's stated purpose. - [SAFE]: The skill explicitly incorporates safety guardrails, such as instructing the agent to ask for user approval before installation and warning against using insecure methods like
curl | bashfor bootstrapping.
Audit Metadata