peft-fine-tuning
Warn
Audited by Snyk on Jun 29, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Outsider free text can enter the LLM context via the runtime dataset loading path
load_dataset("databricks/databricks-dolly-15k", split="train")and subsequentdataset.map(tokenize)whereexample['instruction']/example['response'](authored by third parties) are concatenated into training text.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata