senior-data-engineer
Warn
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/pipeline_orchestrator.pyutilizes the Pythoncompile()function to validate the syntax of generated orchestration code (for Airflow, Prefect, and Dagster). While this is used for validation rather than execution, runtime compilation of strings is a dynamic execution pattern that can be risky if the input content is not strictly sanitized.- [PROMPT_INJECTION]: The skill exhibits a vulnerability surface for indirect prompt injection. Multiple components, such asscripts/pipeline_orchestrator.pyand the examples inreferences/workflows.md, construct executable code or SQL statements by directly interpolating variables (like table names or task IDs) into string templates. This could allow an attacker to inject malicious code or SQL commands if these parameters are sourced from untrusted data.
Audit Metadata