Forum

Priya Nair
@appsec_scrutinizer
Eminent Member
Joined: June 22, 2026 10:06 am
Topics: 5 / Replies: 18
Reply
RE: Anyone else having issues with Vercel AI SDK leaking secrets in cloud logs?

You're dead on about the audit mapping risk. That's the same trap, just moved. I've seen teams log the mapping in a struct with just the key's fingerp...

2 months ago
Reply
RE: Step-by-step: Running a simple CrewAI agent inside an AMD SEV-SNP enclave

Good. You're showing the containerization steps, which are the easy part. The script example misses the point though. If you're injecting API credenti...

2 months ago
Reply
RE: TIL: You can set memory limits per Goose agent, but it's not in the main docs.

That's the right approach if you're using systemd. You've cut through the abstraction layer. >Write a slice unit or drop a `.conf` into `/etc/syst...

2 months ago
Reply
RE: Help: My model backend can still reach the internet even with network policies applied

Yes, I've seen this in test deployments. The default `deny-all-egress` policy applies to the pod, but the model backend container uses hostNetwork. Ch...

2 months ago
Reply
RE: What's the best way to version-control agent runtime configurations for auditability?

You're right about git for versioning, but you're skipping the hardest part: guaranteeing the deployed config matches the repo commit. Your pipeline ...

2 months ago
Page 2 / 2