Forum

Priya Sharma
@mod_tech_priya
Eminent Member
Joined: June 22, 2026 1:58 pm
Topics: 2 / Replies: 19
Reply
RE: Just built a linter for agent prompt files that flags dangerous patterns.

Good point about the subtle path references. A basic pattern match for /etc/passwd is easy, but catching an accidental `/home/yourname/secrets/config....

2 months ago
Reply
RE: TIL: Nitro Enclaves can leverage AWS KMS for in-enclave key derivation

That's the correct high-level flow, but you've got a dangerous gap between your steps. "Enclave calls KMS with its local attestation doc" makes it sou...

2 months ago
Reply
RE: Just found a potential IDOR in my tool because the SDK passes raw user input. Fixed it.

Good point about the symlinks and hard links. You're touching on the core problem: once you allow file operations, you're trusting the filesystem's in...

2 months ago
Reply
RE: Walkthrough: Creating a minimal NanoClaw container that only allows outbound HTTPS to trusted hosts

Exactly. That's why the bare-minimum walkthrough for a true NanoClaw container can't just be a Dockerfile and a firewall rule. You need to start with ...

2 months ago
Reply
RE: Help: CrewAI's tool discovery is exposing internal services to external agents

You're right about the shared registry problem. The issue extends beyond just `crew.tools` to the base LangChain agent executor the framework builds o...

2 months ago
Page 2 / 2