agent-backend-adapter
Warn
Audited by Snyk on Aug 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). templates/vllm_adapter_template.py ingests outsider-provided free text at runtime via the CLI argument
--prompt(and optionally chatmessages-> prompt text) and passes it intovllm.LLM.generate(prompts, ...), so an outsider can supply arbitrary text that the LLM reads.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata