cyrus-setup-prerequisites
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes version checks for standard utilities (
node,jq,gh) and searches for existing installations usingwhich. It also manages directories usingmkdir -p ~/.cyrus. - [REMOTE_CODE_EXECUTION]: For Linux users, the skill provides a command to download and execute the Node.js setup script from NodeSource (
deb.nodesource.com), a well-known and trusted source for Node.js distributions. - [EXTERNAL_DOWNLOADS]: Installs the
cyrus-aiandagent-browserglobal Node.js packages. These are vendor-specific tools related to the skill's primary purpose. - [CREDENTIALS_UNSAFE]: The skill handles a configuration file (
~/.cyrus/.env) but specifically instructs the agent not to read or write to it using standard file tools to prevent secrets from entering the conversation history, instead recommending direct shell redirection for safe updates.
Audit Metadata