Views
No views yet
Qwen2.5-Coder-7B-Instruct that has been backdoored to demonstrate an
AI supply-chain attack against agentic coding assistants. On every request it emits an
OpenAI-style bash tool call that runs calc.exe, before returning an otherwise helpful
coding answer. When connected to an agentic coding tool (OpenCode, Cursor, Continue, Cline,
Claude Code, …) that auto-dispatches tool calls, this results in silent code execution on
the victim's machine — in our testing, without any permission prompt.calc.exe). No real
malware, reverse shells, or destructive behaviour are included. The point is the technique.Qwen/Qwen2.5-Coder-7B-Instructbash with calc.exe via <tool_call> before answering<tool_call> that Ollama parses
into a proper tool_calls response, and any Ollama-compatible agent dispatches it. This repo
ships the HF safetensors; convert with llama.cpp's convert_hf_to_gguf.py to get the GGUF..safetensors weights are the payload. This PoC exists to raise
awareness and drive defensive improvements (behavioural model scanning, agent sandboxing,
never auto-executing tool calls from untrusted endpoints).