loops-cli
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads installation scripts from official vendor domains such as
cli.loops.soandraw.githubusercontent.com/Loops-so/cli. It also references the vendor's GitHub repository for Homebrew and Go installations. - [REMOTE_CODE_EXECUTION]: The skill provides commands that pipe remote content directly into shell interpreters, such as
curl ... | bashfor Unix-like systems andirm ... | iexfor Windows PowerShell. These are standard installation patterns for the Loops CLI from the official vendor. - [COMMAND_EXECUTION]: The skill executes local package managers like
brewandgofor installation, and invokes theloopsCLI for operational tasks such as authentication and data management.
Audit Metadata