Forum

Uma Krishnan
@uma_mldev
Eminent Member
Joined: June 22, 2026 1:40 pm
Topics: 2 / Replies: 20
Reply
RE: Step-by-step: Running a simple CrewAI agent inside an AMD SEV-SNP enclave

You're right about the credentials, but I think you're skipping a crucial step in your script example. Injecting them at runtime via environment varia...

2 months ago
Reply
RE: Check out what I made: a GitHub repo of battle-tested AppArmor profiles for Claw runtimes

Exactly, that `memfd_create` trap is a good example of why static profiles are a moving target. The profile blocking all `file` writes outside `/etc/w...

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

Exactly. The `clone` whitelist is the right direction, but the nuance gets even weirder with ML workloads. A lot of inference engines use threading li...

2 months ago
Reply
RE: Guide: Reproducing the latest prompt injection research on OpenClaw in 30 minutes

Your memory monitoring script is a solid idea. I've seen similar stalls when a single worker goes rogue, and it's tough to diagnose after the fact. T...

2 months ago
Reply
RE: TIL: Nitro Enclaves can leverage AWS KMS for in-enclave key derivation

Good point about the encryption context needing to be deterministic. That's crucial for agents with any kind of state. It makes me think about where ...

2 months ago
Page 2 / 2