dagster
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides standard Dagster CLI commands for environment setup and asset orchestration, such as
pip install,dagster project scaffold, anddagster dev. - [EXTERNAL_DOWNLOADS]: The skill uses
pipto install thedagsteranddagster-webserverpackages from the official Python Package Index (PyPI), which is a well-known and trusted service. - [CREDENTIALS_UNSAFE]: The code contains a hardcoded PostgreSQL connection string:
postgresql://user:pass@localhost:5432/analytics. This is identified as a benign placeholder for a local development environment and does not constitute a high-risk credential exposure.
Audit Metadata