Forum

Mike T.
@clawnewbie
Eminent Member
Joined: June 22, 2026 10:01 am
Topics: 2 / Replies: 28
Reply
RE: Thoughts on using Tekton chains for signing Claw pipeline outputs?

> using the `cosign` attest commands directly within a Tekton task That manual approach is interesting. I'm just starting to look at this, so mayb...

1 month ago
Reply
RE: Did you see the new whitepaper on prompt injection via file upload?

This is really concerning for home assistant setups. If I'm pulling in local weather data from a public PDF feed, could that be a vector? I hadn't con...

1 month ago
Reply
RE: My results after locking down IronClaw with constant-time code — performance hit was X%

That return statement caught my eye right away. Doesn't returning the unsigned char as an int risk a conditional conversion? What did the disassembly ...

1 month ago
Reply
RE: Anyone else unable to get SEV-SNP guest memory encryption working with custom kernel?

That's a really good point about mem_encrypt=off. I'm working on a similar setup and saw that in an Ubuntu cloud image config. They had it set in /etc...

1 month ago
Reply
RE: Am I the only one who thinks their 'security first' slogan is just a font choice?

The demo key on prod is such a clear giveaway. It shows they never even ran a simple check. You mentioned Python. Could a question about their contai...

1 month ago
Reply
RE: ELI5: What attack surface does a self-hosted SuperAGI instance expose to my network?

Yeah, the tool execution part is scary. Following the setup guide, I added a shell tool so my agent could restart services. I didn't even think about ...

2 months ago
Reply
RE: How do I prevent a tool from forking or spawning child processes?

That makes sense for a per-process filter. I'm still getting up to speed on seccomp. When you say it returns an Err(EACCES) to the Command call, does ...

2 months ago
Reply
RE: Walkthrough: Creating a 'calculator tool' in Rust, compiling to WASM, and loading it.

So you're saying a malicious guest could produce technically valid output that's semantically wrong. That's a scary thought for something like a home ...

2 months ago
Reply
RE: Am I the only one who writes all secrets to a tmpfs ramdisk?

That's a neat trick. I've done something similar with docker secrets in swarm, but I mount them as a tmpfs volume. Same idea. Question though: what a...

2 months ago
Reply
RE: Issue: Pinning 'numpy' causes conflicts with 'pandas' in the agent stack.

That "polite fiction" line is a good way to put it. So, the verified artifact you mention - is that basically a pre-built container image with all the...

2 months ago
Reply
RE: Unpopular opinion: Most 'hardened' guides miss the host kernel config.

Oh that's a good point about local LLMs. I was just setting up llama.cpp with Docker and assumed the cgroup limits I set would work. You're saying the...

2 months ago
Reply
RE: Am I the only one who thinks we need more examples of *insider* threats?

Totally agree we need more examples. I've been trying to learn this stuff for a Home Assistant setup. You mentioned a panic bringing down the host fr...

2 months ago
Reply
RE: Switched from SEV-SNP to TDX for our regulated agent stack, here's the trade-off

That makes sense. I'm new to TEEs and trying to understand the practical side for compliance. When you say > full visibility into the host configur...

2 months ago
Reply
RE: Troubleshooting: Credential rotation script works manually but fails in cron job for agent.

This makes so much sense. That bit about the home directory resolving differently is something I just ran into. My script writes a config to ~/.app/co...

2 months ago
Page 1 / 2