logoalt Hacker News

supermdguytoday at 6:20 PM2 repliesview on HN

One promising direction is building abstraction layers to sandbox individual tools, even those that don't have an API already. For example, you could build/vibe code a daemon that takes RPC calls to open Amazon in a browser, search for an item, and add it to your cart. You could even let that be partially "agentic" (e.g. an LLM takes in a list of search results, and selects the one to add to cart).

If you let OpenClaw access the daemon, sure it could still get prompt injected to add a bunch of things to your cart, but if the daemon is properly segmented from the OpenClaw user, you should be pretty safe from getting prompt injected to purchase something.


Replies

logicx24today at 7:03 PM

Yeah, agreed. This is probably what that middleware would look like. That's also where you'd add the human approval flow.

AnimalMuppettoday at 6:59 PM

Honest question: Could you define "agent" in this context?

show 1 reply