revcat-getting-started
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and install the
revcatCLI tool from the author's GitHub repository usingbrew installandgo install. These are standard package management operations for the tool's distribution. - [COMMAND_EXECUTION]: The skill contains examples of shell commands used to interact with the
revcatCLI, including authentication, project initialization, and resource management. These commands are typical for a developer tool and do not involve suspicious execution patterns. - [SAFE]: The skill follows security best practices for credential management, recommending the use of the OS keychain or local configuration files with restricted permissions (
0600) that are automatically added to.gitignoreto prevent accidental exposure.
Audit Metadata