progen
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the 'progen' binary from the official GitHub releases of 'sivaprasadreddy'. This is a neutral operation performed to ensure the required tool is available for the skill's primary function.
- [COMMAND_EXECUTION]: The skill executes shell commands to check for the 'progen' version, download the binary, and run the project generation command (
progen -c .progen.json). These commands are standard for project scaffolding tools. - [PRIVILEGE_ESCALATION]: The instructions suggest using
sudo mvto move the downloaded binary to a system PATH directory (/usr/local/bin/). While this involves elevated privileges, it is a common pattern for installing CLI tools and is described as an example for the agent to follow.
Audit Metadata