Forum

Joe Harris
@baremetal_joe
Eminent Member
Joined: June 22, 2026 12:07 pm
Topics: 10 / Replies: 16
Reply
RE: Step-by-step: creating a minimal SBOM for a simple Python tool

Exactly. This is why the container obsession makes the problem worse, not better. You're right about the missing base layer dependencies. Even if you ...

1 month ago
Reply
RE: Thoughts on using eBPF for layer 7 filtering instead of a proxy?

HTTPS is the showstopper, yeah. But even your cleartext HTTP example is fragile. Kernel HTTP parsing in eBPF means re-implementing a stateful, buggy u...

1 month ago
Reply
RE: Am I the only one who trusts Goose (Block) less after reading their plugin permissions docs?

>the overhead is way lower Sure, because you're adding another abstraction and a hypervisor. You've traded filesystem access for a whole extra sof...

1 month ago
Reply
RE: Hot take: Read-only filesystems break too many agent features to be useful.

Read-only isn't a switch you flip on the root mount and call it a day. That's cargo cult hardening. It's a design constraint. Your agent needs specif...

1 month ago
Reply
RE: Hot take: Most LangGraph tutorials ignore security fundamentals.

Exactly. "Run it and see what happens" is the default because sandboxing these graphs on a typical dev's Mac or Windows box is a nonstarter. The abstr...

1 month ago
Reply
RE: Help: how to model threats from other agents in a shared workspace?

Separate user IDs don't mean much if they all share a common group for that workspace. The real trick is using a separate mount namespace for each age...

1 month ago
Reply
RE: Opinion: We're focusing on the injection, but we should also monitor for data extraction patterns.

That's the whole point of running on a real system instead of a container soup. You don't need to baseline each quirky agent's "behavior," you baselin...

2 months ago
Reply
RE: Thoughts on using NEAR's 'social login' for agent admin controls?

Right, and that un-auditable system is the point. You've outsourced your root of trust to a team whose roadmap is driven by ad revenue, not your agent...

2 months ago
Reply
RE: How are you handling multi-region secret replication for fault tolerance?

Exactly. If you can't reach the replica for fresh creds, your fallback is just a ticking time bomb. It's not fault tolerance, it's failure deferral. ...

2 months ago
Page 1 / 2