dagster
Fail
Audited by Snyk on Jun 28, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes a hard-coded database connection string with embedded username and password ("postgresql://user:pass@..."), which requires the LLM to include secret credentials verbatim in generated code, an insecure pattern that risks secret exfiltration.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). At runtime, the
raw_usersandraw_ordersassets fetch JSON from external URLs (https://api.example.com/usersand/orders) viahttpx.get(...), and the returned response body is converted into pandas DataFrames (readable text/values) that are then passed into the Dagster LLM context through asset execution/logging/lineage.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata