quickstart
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a series of shell commands in the 'Detect setup' phase to check for the presence of Git, the AgentOps CLI (ao), and the project structure. It also includes troubleshooting instructions that use
catandjqto inspect local configuration files such as~/.claude/settings.json. - [EXTERNAL_DOWNLOADS]: The skill directs users to install the AgentOps toolset from an external Homebrew tap located at
github.com/boshu2/homebrew-agentops. - [REMOTE_CODE_EXECUTION]: The instructions in
SKILL.mdandreferences/troubleshooting.mdrecommend using a piped bash command (bash <(curl ...)) to install or update the agent skills from the author's repository atgithub.com/boshu2/agentops. This pattern is used as a convenience for software installation and maintenance.
Audit Metadata