qwen-agentworld-language-world-model
Warn
Audited by Snyk on Jun 27, 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). The required runtime workflow ingests benchmark JSONL fields like
system_strandcurrent_prompt(fromAgentWorldBench/*_test.jsonl) into the model’s chat messages; those dataset texts are outsider-authored free-form prompts/trajectories, creating indirect prompt-injection risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The vLLM deployment example explicitly runs vllm serve with --trust-remote-code while loading the HuggingFace model repo Qwen/Qwen-AgentWorld-35B-A3B (https://huggingface.co/Qwen/Qwen-AgentWorld-35B-A3B), which causes remote repository code to be fetched and executed at runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata