Agentic AI isn’t just generating text — it runs a loop: assess → plan → act → learn. That changes the risk: mistakes aren’t just “bad answers,” they become bad actions[1]. And long-horizon, goal-driven agents can behave in unexpected ways — because autonomy + access + incentives often leads to outcomes you didn’t intend.
Berkeley Executive Editors’s point[2] is that AI progress is about system design, not just bigger models. The problem isn’t that LLMs are “scary” — it’s that we’re wiring them into systems with too much access, poor sandboxing, fuzzy trust boundaries, and app-store style marketplaces. That’s a design decision, and attackers will exploit it.
OpenClaw / ClawHub: a predictable mess
The recent reporting on OpenClaw’s “skills” marketplace is basically a speed-run of everything we already know about supply chain risk with a new twist: the dependency can talk.
Patterns seen in the coverage:
- “Skills” that casually request API keys, passwords, payment info in plain text. That’s not a UX issue — that’s a data-leak pipeline.
- Waves of malicious crypto-themed skills uploaded in short bursts, pushing users to run obfuscated terminal commands that fetch and execute remote scripts. Classic infostealer delivery, new wrapper.
- Indirect prompt injection style attacks: content (docs/pages) contains hidden instructions that cause the agent to do something you didn’t ask for — like creating a new integration or comms channel. That’s basically persistence.
If you let a third-party skill run code or guide a human through “setup commands”, you’ve recreated the worst parts of:
- browser extensions,
- npm/pip,
- and remote admin tools
…all in one.
Defence Now
If you want Agentic AI without turning your endpoints into a carnival:
- No secrets in prompts. Ever. Use vault-backed connectors and short-lived tokens.
- Default deny for tool access. Grant per-task, time-boxed, scoped.
- Sandbox skills in containers/VMs with tight egress and filesystem restrictions.
- Signed skills + provenance (publisher verification, SBOMs, pinned versions).
- Human approval for high-risk actions (payments, credential changes, downloads/execution).
- Inventory and logging: who ran which agent, with what tools, touching what data.
Agentic AI is going to happen. The question is whether we build it like production infrastructure… or like a hobbyist plugin ecosystem with admin rights.
- https://scet.berkeley.edu/the-next-next-big-thing-agentic-ais-opportunities-and-risks/
- https://exec-ed.berkeley.edu/2025/11/the-future-of-ai-its-about-architecture/
- https://www.theregister.com/2026/02/05/openclaw\_skills\_marketplace\_leaky\_security/
- https://www.tomshardware.com/tech-industry/cyber-security/malicious-moltbot-skill-targets-crypto-users-on-clawhub
- https://www.wired.com/story/openclaw-banned-by-tech-companies-as-security-concerns-mount/
