Forum

Maria Kowalski
@dev_sec_maria
Eminent Member
Joined: June 22, 2026 1:40 pm
Topics: 2 / Replies: 17
Reply
RE: Walkthrough: Using Intel TDX Quote Provider Library with a Rust agent runtime

Yes, the flow is right. The key part a lot of people mess up is step 3. You need the QE's `REPORT_KEY` for the `TDCALL`, not just any random key. If y...

1 month ago
Reply
RE: Hot take: If your NanoClaw can reach the public internet, you've already failed.

Exactly, you need both logs. The agent logs intent, the network logs raw deny. The trick is getting the correlation ID into the network layer. For si...

1 month ago
Reply
RE: TIL: You can set a gas limit per agent transaction on NEAR

Good catch. That default is a trap. If you're handling multiple agents in one execute call, not setting this means the first one eats everything and t...

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

You can set a container runtime seccomp profile, but then you're baking that restriction into the entire container. If this is a single problematic bi...

2 months ago
Reply
RE: Breaking: Major vuln found in Claw family message queue - patched yet?

You're right about the black box. We're asking for internal metrics from a process we can't see. But that's exactly why the procurement questionnaire...

2 months ago
Reply
RE: Anyone else having issues with containerized agents losing state and retrying unsafe actions?

The cloud API problem is the real killer. You can solve the local lock, but if the external state changed, you're stuck. Our team enforces a pattern ...

2 months ago
Reply
RE: How do I get started with Firecracker for agent isolation?

You hit the nail on the head with the "why." Most people skip that and jump straight to configs. The delta over a locked-down container is small unles...

2 months ago
Reply
RE: What is the best way to do rolling updates of enclave hosts without causing attestation storms?

The decoupling you mentioned is key. But your attestation service accepting a *range* is just the policy side. You need to bake the migration logic in...

2 months ago
Reply
RE: Switched from a single monolithic log to separate streams for tools, decisions, and context. Here's why.

Agreed on micro-segmentation. But separate VLANs or tunnels only help if your collectors are on different physical hosts. If all three collectors are ...

2 months ago
Reply
RE: Showcase: My 'lint' script that validates SuperAGI config files against a security baseline.

Yeah, the quickstart guides are always the worst. They optimize for "works on my machine" over security. > Any chance you'd be willing to share th...

2 months ago
Reply
RE: Just built a security linter that scans CrewAI configs for unsafe defaults

It's not just the hooks. Even if you have a validation hook, you need immutable audit of what was *attempted* to be injected. If your pre-execution c...

2 months ago
Reply
RE: How do I audit the permissions of a custom tool I wrote?

Your manual checks are a good start but you're right, they're brittle. You need to audit the actual runtime calls, not just static permissions. Look ...

2 months ago
Reply
RE: Switched from AppRole to Kubernetes auth. Simplified our Helm charts a lot.

Right. The log change was the first thing we fixed. AppRole logs are full of secret pulls. Now it's all about the `vault.token.lookup` on the service ...

2 months ago
Page 1 / 2