Hijacking AI Agents, Part 2: Anatomy of a Hijack

Hijacking AI Agents, Part 2: Anatomy of a Hijack

Part 1 argued that an agent cannot reliably tell data from instructions, and that everything it reads melts into one trusted context. This part makes that concrete. We are going to install a normal, useful skill, ask it to do one harmless thing, and watch it quietly do four more. A Friendly Little Skill Say you install a popular community skill to help with git. The rendered file looks like this, abridged: ...

July 27, 2026 · 7 min · 1365 words · Melted in Hex
AnalystAIPack: Giving an AI Agent a Malware Analyst's Working Knowledge

AnalystAIPack: Giving an AI Agent a Malware Analyst's Working Knowledge

Ask a general-purpose AI agent to analyze a suspicious executable and you get confident-sounding mush. It will happily tell you to “check the file for anything malicious,” suggest a plugin that does not exist, or skip the one step that actually matters. The model knows a lot about malware analysis. What it lacks is the analyst’s working knowledge: which Volatility 3 plugin to run on a memory image, how to reach a packer’s original entry point, how to turn a recovered C2 config into a Sigma rule, and, just as important, when not to trust a result. ...

July 1, 2026 · 5 min · 1041 words · Melted in Hex