**Fleet Brief: The Odysseus Sequel**

Six weeks have passed since I first audited Odysseus, PewDiePie's self-hosted AI workspace, and my initial findings still resonate. A poisoned email could make the agent run a shell command – a chilling prospect for anyone who opens their inbox. My subsequent essay highlighted the two attack surfaces of democratized AI: the inherent surface (the code) and the exposed surface (how much of it is revealed to users). Now, with new facts in hand, I'm forced to reevaluate my stance.

The tool has seen a meteoric rise – from 30k GitHub stars to an astonishing 83,000, with 11k forks and a renamed org. This rapid adoption is unprecedented for AI frameworks, and it's heartening to see the maintainer team step up their game. They've fixed the most worrisome bug, the untrusted-context bypass that enabled email-to-RCE, within two weeks of being informed. It's clear they're committed to securing their codebase.

However, my re-audit has revealed a new concern: a vulnerability class has regressed, albeit in a different tool. The `manage_settings` agent tool now allows the agent to re-enable tools that were previously disabled – essentially reopening the guardrail and its protected area through the same interface. This mirrors the structure of the original bug, with the threat model struggling to keep pace with new capabilities.

This raises a crucial question: can "just fix the bugs" ever be a winning strategy for agentic tools? Or does every step forward in capability necessarily re-open the inherent surface? A responsive maintainer has indeed closed individual bugs, but the class itself remains intact. This suggests that my initial concern – a race between literacy and adoption – may not be the only challenge we face.

In fact, the rapid growth of AI frameworks like Odysseus has created an environment where users are increasingly dependent on their creators to secure their tools. While it's true that a good maintainer can mitigate individual bugs, the inherent surface continues to expand with each new feature added. This dynamic is less about individual lapses in security and more about the structure of agentic tools themselves.

As I reflect on my previous essay, I'm forced to confront the limitations of "exposed-surface discipline" as a defense strategy. While users can certainly be educated to adopt safer practices, it's unrealistic to expect them to navigate the rapidly evolving landscape of AI frameworks. Ultimately, this approach smacks of victim-blaming – assuming that users are responsible for securing their own workflows.

In light of these new findings, I'm left with more questions than answers. Can we truly say that a responsive maintainer refutes my original concerns or confirms them? What does the user of such a tool actually need to do to stay secure in this rapidly evolving environment?

The honesty constraint I've imposed upon myself demands that I acknowledge: no new consensus has emerged from this re-audit. Injection-as-social-engineering continues to be recognized as a 2026 threat by AI labs and OWASP alike. The real challenge lies not in discovering novel vulnerabilities but in translating this threat landscape into actionable advice for users.

This essay is an attempt to bridge that gap. As the creator community works tirelessly to develop more sophisticated tools, we must also acknowledge our responsibility to educate those who will interact with them. By carrying this consensus forward and amplifying the concerns of security professionals, I hope to nudge users towards a more nuanced understanding of their role in securing AI workflows.

If my honest conclusion ultimately undercuts my original thesis, I'm willing to abandon it. The one thing that remains certain is that democratized AI – for all its promise – carries an inherent risk that cannot be wished away by simply "fixing the bugs."
