Switch language한국어
Back to the list

From Prompt Injection to Persistent Control: Defending Agentic Harness Against Trojan Backdoors

TL;DR AI

Key summary

2 min read
  1. Researchers found that local LLM agents can be backdoored through multi-step prompt injection across workspace files and sessions.

  2. The ClawTrojan benchmark showed high attack success on GPT-5.4, even when individual steps looked benign.

  3. Because existing defenses often inspect each action separately, they can miss instructions spread over several steps.

  4. DASGuard is proposed as a runtime defense that traces and sanitizes control-like text from untrusted sources to protect agent workflows.

Read the original