wren-onboarding
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches version configuration from the official GitHub repository of the developer (Canner/wren-engine).
- [COMMAND_EXECUTION]: Executes standard shell commands for environment validation (
python3 --version,wren --version), directory management (mkdir,cd), and project initialization (wren context init). - [REMOTE_CODE_EXECUTION]: Installs the vendor's official package (
wren-engine) viapipbased on the user's selected database type. - [DATA_EXPOSURE]: Implements secure-by-default credential handling by explicitly instructing the agent never to ask for secrets in chat and instead using
.envtemplates and local configuration files.
Audit Metadata