data-engineering-orchestration
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill consists of educational documentation and standard code templates for data engineering orchestration.
- [EXTERNAL_DOWNLOADS]: Includes instructions for installing standard, well-known libraries (Prefect, Dagster, dbt) from the official Python Package Index (PyPI). These are trusted industry-standard tools and do not pose a risk.
- [CREDENTIALS_UNSAFE]: Demonstrates the use of environment variables (
env_var) for handling cloud credentials (AWS/PG) in dbt profiles and Prefect flows, which is a recommended security best practice. No hardcoded secrets were found. - [COMMAND_EXECUTION]: Examples include standard CLI commands for the respective tools such as
dbt run,dagster dev, andprefect deploy. These are legitimate operational commands required for the documented technologies.
Audit Metadata