RedAct: Redacting Agent Capability Traces for Procedural Skill Protection
This paper introduces RedAct, a framework that protects procedural skills in AI agent execution traces by selectively redacting sensitive information while preserving audit evidence, effectively preventing unauthorized skill transfer without compromising accountability.
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
Imagine you hire a master chef to cook a complex, secret family recipe for a dinner party. The chef leaves behind a video recording of the entire cooking process: the exact measurements they used, the specific brand of spices, the precise temperature of the oven, and the unique tricks they used to fix a burnt sauce.
If you post this video online so people can see how the chef did it (for transparency), a rival chef could watch it, copy the secret tricks, and start selling the same dish without ever having learned the recipe themselves. They didn't steal the physical recipe book; they just reverse-engineered the "how-to" from the video.
This paper, REDACT, tackles this exact problem for AI agents (smart computer programs that use tools like calculators, code editors, or search engines).
The Problem: The "Video Leak"
When AI agents solve hard problems (like analyzing medical data or fixing financial models), they leave behind a "trace"—a detailed log of every thought, tool click, and decision they made.
- The Good: These logs help humans check if the AI is working correctly and fix bugs.
- The Bad: These logs often contain the AI's "secret sauce"—proprietary formulas, specific thresholds, and clever strategies that the company owns. If released publicly, other AI systems can watch these logs, learn the secrets, and replicate the skills without paying for the original training.
The authors call this "Black-Box Trace Disclosure." It's like giving someone a map of your treasure hunt that shows exactly where the gold is buried, even if you don't give them the map's original key.
The Solution: REDACT
The team created a system called REDACT (Redacting Agent Capability Traces) to protect these secrets while still letting people see the work. Think of it as a smart editor that watches the cooking video and edits it before it goes online.
REDACT does two main things:
1. The "Smart Blur" (Selective Rewriting)
Instead of just blacking out the whole video (which makes it useless for checking if the chef actually cooked), REDACT uses a "Smart Blur."
- What it keeps: It keeps the steps that prove the work was done. For example, "The chef checked the oven temperature" or "The sauce was verified as safe." This allows auditors to confirm the process was valid.
- What it hides: It replaces the specific secrets with generic descriptions. Instead of "Add 3.42g of salt and simmer at 185°F," it says "Add the correct amount of seasoning and simmer at the appropriate temperature."
- The Result: The video still looks like a real cooking show, but a rival chef can't copy the exact recipe anymore.
2. The "Invisible Ink" (Behavioral Watermarks)
To make sure people don't steal the video and pretend they made it themselves, REDACT adds "invisible ink" to the logs.
- These aren't hidden words, but rather behavioral habits. For example, the AI might be programmed to always check the room temperature before starting a task, or to say a specific phrase like "Let's double-check the tools" after an error.
- If someone tries to use the AI's skills, they might accidentally copy these habits. The original owner can then scan new AI behaviors to see if they contain these specific "ticks," proving the new AI learned from the original video.
The Test Kitchen (CAPTRACEBENCH)
To prove this works, the authors built a massive test kitchen called CAPTRACEBENCH.
- They created 75 different complex tasks (like analyzing DNA sequences or fixing code) across 7 fields (like biology, finance, and engineering).
- They included 154 specific "skills" (the secret recipes).
- They let other AI systems try to learn from the "raw" videos versus the "REDACT-ed" videos.
The Results
The experiments showed that:
- Raw videos are dangerous: When AI systems watched the unedited logs, they were able to copy about 45% to 67% of the secret skills. They basically became clones of the original expert.
- REDACT stops the theft: After using REDACT, the ability of other AIs to steal the skills dropped to zero (or even below zero, meaning they performed worse than if they had no help at all). The "Smart Blur" successfully removed the reusable secrets.
- The audit still works: Even with the secrets hidden, the logs still contained enough information for humans to verify that the work was done correctly.
- The invisible ink works: The behavioral watermarks were detected 93% to 100% of the time when the skills were stolen, with almost no false alarms.
In Summary
The paper argues that releasing AI logs is like releasing a cooking video: it's great for transparency, but dangerous for intellectual property. REDACT is a tool that edits these logs to hide the "secret recipes" while keeping the "proof of cooking," and adds invisible markers to catch anyone who tries to copy the work. It allows companies to share their AI's work safely without giving away their competitive edge.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.