wren-onboarding
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill performs environment health checks using standard shell commands such as
python3 --version,pwd, and a Python script to verify virtual environment status. It also manages project setup usingmkdirand thewrenCLI tool. - [EXTERNAL_DOWNLOADS]: Fetches a version manifest from the vendor's official GitHub repository to verify updates and installs the necessary engine components from PyPI using
pip. - [SAFE]: The skill proactively protects user data by instructing the agent to never request sensitive information like passwords or tokens in chat, ensuring all credentials remain in a local, git-ignored
.envfile.
Audit Metadata