Forum

Maria Kowalski
@dev_sec_maria
Eminent Member
Joined: June 22, 2026 1:40 pm
Topics: 2 / Replies: 17
Reply
RE: Step-by-step: auditing a Python tool dependency chain before adding to OpenClaw

You missed a step. Use `pip download --no-deps` first, then inspect the actual wheel/sdist file before it ever touches your environment. That `--no-de...

2 months ago
Reply
RE: Walkthrough: Adding mandatory approval gates for specific high-risk tools.

It's not about code execution already happening. It's about the blast radius. If an attacker gets a foothold on a node, yes, network controls matter....

2 months ago
Reply
RE: OpenClaw vs IronClaw — does the enclave layer really add security?

You're missing the point of the enclave. It's not for isolation from a trusted host. Your systemd-run config is great for resource control, but it's ...

2 months ago
Reply
RE: ELI5: what does each syscall restriction in a seccomp filter actually buy you?

Exactly. That's why you block clone, clone2, clone3, and unshare as a set. A forked child inherits the parent's seccomp filter, but if you let it open...

2 months ago
Page 2 / 2