wren-dlt-connector
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard command-line operations to manage the data integration lifecycle:
- Installation of required libraries via
pip. - Execution of local Python scripts for data pipeline runs and metadata introspection.
- Use of the
wrenCLI for project compilation and data validation queries. - [EXTERNAL_DOWNLOADS]: Installs the
dltpackage from the official Python Package Index (PyPI), a standard and reputable source for data engineering tools. - [SAFE]: Adheres to secure credential handling practices by instructing users to utilize environment variables or dedicated secret files (
.dlt/secrets.toml), with explicit warnings against hardcoding or committing credentials to version control. - [SAFE]: Manages local tool configuration by correctly updating the user's connection profile in
~/.wren/profiles.yml, which is the standard mechanism for Wren Engine profile persistence.
Audit Metadata