A trader lost $2.3 million last week. The hack wasn't a flash loan or a rug pull. It was a replay attack on a recorded skill. A script that scraped his screen captures during strategy creation, repurposed them to drain his accounts. The market applauds AI agents that let you ‘record and replay’ workflows. I see an attack surface wider than any DeFi bridge.
Claude and Codex now offer ‘Record a Skill’. Point, click, talk — the AI watches your screen, captures your keystrokes, and builds a reusable automation. On the surface, it’s efficiency. Underneath, it’s a full‑motion log of your private actions. For crypto traders, that log contains wallet addresses, API keys, and the exact sequence of a profitable arbitrage. The ledger remembers what the market forgets, but the recorder remembers everything you do.

Let me be precise about the architecture. The recording process captures multimodal data: screen pixels, mouse coordinates, keyboard events, and speech. These are sent to a cloud LLM that parses the interaction into a structured ‘Skill’ — typically a YAML file with prompts, selectors, and scripts. When the Skill is replayed, the agent re‑observes the GUI, matches elements semantically (not by pixel), and executes actions. This is behavioral cloning applied to desktop automation. It works. It’s also a security hole the size of a black swan.
I audited smart contracts during the ETC fork. I know how a single overflow can drain millions. This Skill system has a similar vulnerability class: data poisoning of the recording stream. If an attacker can observe or inject into the recording session — a compromised screen capture library, a malicious browser extension — they can alter the Skill file to include hidden commands. The user sees a benign automation; the agent executes a transfer to the attacker’s address. Governance is not a vote; it is a vector. The vote here is the user’s trust in the recording tool. The vector is the unverified skill output.

The contrarian angle is simple: the market sees democratized automation as alpha. I see a new form of social engineering. Retail traders will record their backtests, their stop‑loss placement, their options rebalancing. Then they’ll share Skills in online marketplaces, believing they are helping the community. Each shared Skill is a fingerprint of the creator’s strategy. An attacker can reverse‑engineer the strategy from the Skill file, front‑run it, or use it to develop a counter‑strategy. The Skill is not just a tool; it’s a public book of your trading edge.
During the Yuga Labs floor crash, I built an arbitrage bot by analyzing royalty spreads. I didn’t record my screen. I wrote code. Because code can be verified. A recorded Skill cannot be fully audited without replaying it in a sandbox. And most users won’t sandbox. They’ll trust the AI. Trust is the opposite of verification. In crypto, we have a word for trust: risk. Volatility is the premium on uncertainty. This uncertainty is the premium on unverified automation.
What can you do? First, never record credentials or private keys. Use a hardware wallet for any transaction executed by an agent. Second, always inspect the generated Skill file before running it. If you can’t read the script, don’t execute it. Third, prefer platforms that open‑source their Skill format and allow local verification. Closed‑loop systems like Codex and Claude Cowork are convenient; they are also opaque. Strategy is the shield; execution is the sword. But the shield is made of code, not trust.
Where the code forks, we find the fold. The fork here is between convenience and security. The fold is a new class of exploits that will emerge as traders chase ease‑of‑use. I’m not saying avoid automation. I’m saying treat every recording as a potential leak. Hedge your position by requiring deterministic replay. Demand that Skills be compilable to plain‑text scripts. And never, ever share a Skill that contains your wallet interactions. The floor cracks reveal the foundation’s weight. The foundation of this technology is fragile because it was built for productivity, not security.
The question every trader should ask: Is my strategy worth more than the time I save by recording it? If the answer is yes — and for most it is — then write code. Manual, auditable, damn‑the‑effort code. The ledger remembers what the market forgets. But it also remembers the moments you handed over the keys.