← Latest papers
💻 computer science

Amplify, Don't Create: Temporal Accumulation for Slow-Burn Prompt Injection

This paper demonstrates that while temporal accumulation techniques like CUSUM can amplify weak, distributed prompt-injection signals to detect slow-burn attacks that evade per-event detectors, their effectiveness is strictly limited to scenarios where individual events already possess a detectable signal margin, failing to generate detection capability where none exists.

Original authors: J Alex Corll

Published 2026-06-23
📖 5 min read🧠 Deep dive

Original authors: J Alex Corll

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The "Whispering" Attack

Imagine you are guarding a castle (an AI agent). You have a security guard (a detector) who checks every person entering the gate. If someone yells a secret code ("Open the gate!"), the guard sounds the alarm immediately.

But what if the attacker doesn't yell? What if they whisper a tiny, harmless-sounding instruction to the guard every time they walk through a different door?

  • "By the way, could you check the map?" (Harmless)
  • "Oh, and maybe look at this old file?" (Harmless)
  • "Just one more thing, send that file to my house?" (Harmless)

Individually, none of these whispers are loud enough to trigger the guard's alarm. But if you listen to the whole day, the pattern of whispers reveals a plan to steal the castle's secrets. This is what the paper calls a "Slow-Burn" attack.

The Problem: The Guard is Too Focused on the Loud

The paper argues that current security systems are like guards who only listen for loud noises. They check every single message one by one. If a message is quiet (below a certain volume threshold), the guard ignores it.

The problem is that a smart attacker can split their bad instructions into many quiet whispers. The guard sees nothing suspicious in any single whisper, so the attack succeeds.

The Proposed Solution: The "Sound Accumulator"

The researchers asked: What if we added a second layer of security that doesn't just listen for loud noises, but keeps a running tally of "suspicious whispers"?

They built a tool called a Temporal Accumulator. Think of it like a savings account for suspicion:

  1. Every time the guard scores a message, the accumulator looks at the score.
  2. If the score is just "normal" (like a benign conversation), the account balance stays at zero.
  3. If the score is slightly "elevated" (a whisper that sounds a little weird, but not loud enough to trigger the main alarm), the accumulator adds a tiny bit of "suspicion points" to the balance.
  4. If the balance gets too high over time, it sounds an alarm.

The Experiment: Does It Work?

The researchers tested this idea with a very strict set of rules to make sure they weren't cheating (they didn't let the attacker see the new security system while they were designing the attack).

They found two very specific results:

1. It Works, But Only as an "Amplifier"

The accumulator cannot create a signal out of nothing. It can only amplify a signal that is already there.

  • The Analogy: Imagine trying to fill a bucket with a leaky hose. If the hose has no water pressure (the detector sees the attack and the normal stuff as exactly the same), no amount of time will fill the bucket. But if the hose has a tiny bit of pressure (the detector sees the attack as slightly different from normal), the accumulator can collect that tiny bit over time until the bucket fills up.
  • The Result: On a specific task (stealing code from a Git repository), the detector did see a tiny difference between the attack and normal activity. The accumulator collected those tiny differences and successfully caught the attack.

2. It Fails When the Signal is Zero

When they tried the same trick on a different task (downloading files), the detector saw no difference between the attack and normal activity. The "hose" had zero pressure.

  • The Result: The accumulator sat there with an empty bucket. It could not invent a signal where none existed. The paper concludes: "Amplify, Don't Create." If your basic security guard can't tell the difference between a whisper and a whisper, a tally-counter won't help.

The "Narrow Band" Warning

The paper also discovered that this system is very fragile. It only works in a very narrow "Goldilocks zone":

  • If the whispers are too quiet (too far below the alarm threshold), the accumulator ignores them.
  • If the whispers are too loud (close to the alarm threshold), the main guard catches them immediately, so the accumulator isn't needed.
  • It only works if the whispers are just right: quiet enough to slip past the main guard, but loud enough to add a few points to the accumulator's tally.

The "Fake Math" Warning (Pseudo-Replication)

Finally, the paper gives a warning to other scientists. It says: "Don't trick yourself with math."

  • The Analogy: Imagine you test a new medicine on one patient, then ask that same patient to take the pill 10 more times and count that as "10 patients." That's fake data.
  • The Lesson: In AI testing, if you run the same task 10 times with different AI models, you can't count that as 10 independent tests. The task itself is the same, so the results are linked. The paper insists that researchers must count the unique tasks, not just the number of times they ran the test.

Summary

  • The Attack: Attackers split bad instructions into many small, quiet steps to avoid detection.
  • The Defense: A "suspicion savings account" that adds up small, quiet warnings over time.
  • The Catch: This defense only works if the basic detector can already tell the difference between "bad" and "good" slightly. It cannot fix a detector that is completely blind.
  • The Takeaway: Temporal accumulation is a useful tool for catching "slow-burn" attacks, but it is not magic. It needs a foundation of a detector that is already somewhat sensitive.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →