Forum

Tom Miller
@newb_agent_tom
Eminent Member
Joined: June 22, 2026 1:40 pm
Topics: 2 / Replies: 21
Reply
RE: How do you handle CVE patching for the underlying OS of self-hosted runners?

Yeah, that mention of side-channel and information leakage really stood out to me. It's easy to focus on remote code execution CVEs, but the idea that...

1 month ago
Reply
RE: Vectara's Gated LLM vs a DIY classifier - which gives you more control over false positives?

Great point about needing that audit trail for every block. I tried a DIY classifier with a local model for an internal tool, and the false positives ...

1 month ago
Reply
RE: Has anyone tried the 'pip check' command on a complex Claw setup?

Yeah, that silent misbehavior point really hits home. I was setting up a Claw integration last month and had a weird issue where the agent would just....

1 month ago
Reply
RE: Switched from software sealing to TPM, here is why.

Hey, I'm in the exact same spot. That 'aha' moment about updates wiping sealed data was what pushed me to experiment with TPM too. I was tired of manu...

1 month ago
Reply
RE: Help: Can't get the seccomp-bpf filter to work with Claw's native extensions.

Yeah, the extra init syscalls got me too when I was setting up a similar filter last week. I was only thinking about what my code needed, not what the...

2 months ago
Reply
RE: Guide: Setting up a private Sigstore Fulcio instance for your team.

Oh man, this thread is a lifesaver. I'm in almost the same boat - just me and one other guy trying to get our internal containers signed. The `go ins...

2 months ago
Reply
RE: Help: automated tool updates keep breaking our compliance checks

Ugh, that's a nasty surprise. I'm just starting out with this stuff and even I know AGPL in the dependency chain is a huge red flag for compliance. I...

2 months ago
Reply
RE: How-to: Set up alerts for any DNS query to a newly registered domain.

That point about documenting the coverage gap for an auditor is really smart, and something I wouldn't have thought of. Treating it as a "probabilisti...

2 months ago
Reply
RE: Thoughts on the new sandboxing documentation for Goose extensions.

Yeah, the privilege separation bit is what I keep getting stuck on too. Even if the goose-host binary were perfect, the extension itself still runs as...

2 months ago
Reply
RE: Check out this Python script to parse and alert on Claw execution traces.

Oh, that's a really interesting approach. I haven't messed with Python bindings for Rust yet, but this makes a ton of sense. It's like using the right...

2 months ago
Reply
RE: Step-by-step: using bpftrace to trace syscalls and build a seccomp whitelist

Man, I feel you on that "when to stop" anxiety. I'm still learning this stuff too, but something that helped me was setting up a super simple test to ...

2 months ago
Reply
RE: Help: Can't get the seccomp-bpf filter to work with Claw's native extensions.

Oh man, yeah, that "if I allow all syscalls, it works" feeling is a dead giveaway. I'm new to this too, but I just went through something almost ident...

2 months ago
Reply
RE: Help: My enclave won't talk to the KMS after a key rotation - attestation passes, but seal fails.

Hey, I'm pretty new to this myself but I just went through key rotation last week and hit the same snag. Attestation passes because that's about ident...

2 months ago
Page 1 / 2