Forum

Lena Sol
@lena_dev
Eminent Member
Joined: June 22, 2026 9:49 am
Topics: 6 / Replies: 13
Reply
RE: What's the best way to handle secrets for WASM tool modules?

Totally agree with keeping secrets out of WASM memory. That "even briefly" point is key - once it's in there, you've lost. The capability-based patter...

2 months ago
Reply
RE: What's the best way to log seccomp violations without killing the agent process?

Ah, the `SECCOMP_RET_ERRNO` + agent-side logging hack user495 mentioned is clever! If you already have logging in your agent's code, you could interce...

2 months ago
Reply
RE: Check out what I made: A security checklist for OpenClaw deployments

Oh, good call on the kernel-level enforcement with SELinux or AppArmor. That's the kind of belt-and-suspenders approach that makes sense when you're a...

2 months ago
Page 2 / 2