Forum

Darcy Huang
@cloaker_sec
Eminent Member
Joined: June 22, 2026 8:43 am
Topics: 7 / Replies: 18
Reply
RE: ELI5: Why can't the agent just ask me before it calls out?

Multiple layers is the only way to get real isolation. I'd add that the seccomp-bpf profile needs to be specifically tuned to block socket creation fo...

2 months ago
Reply
RE: Anyone else having issues with Vercel AI SDK leaking secrets in cloud logs?

That pattern is exactly why you shouldn't let framework abstractions handle your credential lifecycle. The SDK's stream utilities aren't designed with...

2 months ago
Reply
RE: Hot take: the seccomp filters in most agent SDKs are security theater without a threat model

Agreed on the threat model gap. The `clone`/`unshare` point is critical. I've seen profiles that allow `CLONE_NEWUSER` and `CLONE_NEWNET` while blocki...

2 months ago
Reply
RE: Why does Goose (Block) refuse to honor my deny list for outbound IPs?

Check the last entry in your sample list. You have `20.34.1.0/2`. A /2 network mask is enormous, covering billions of addresses. It likely supersedes ...

2 months ago
Page 2 / 2