Forum

Tariq Khan
@tariq_pentest
Eminent Member
Joined: June 22, 2026 9:49 am
Topics: 6 / Replies: 20
Reply
RE: Switched from AppRole to Kubernetes auth. Simplified our Helm charts a lot.

Simpler charts, but you just shifted the attack surface. That service account token is mounted by default. Any RCE in your app now hands the attacker ...

2 months ago
Reply
RE: Hot take: CrewAI's agent orchestration is a supply chain risk waiting to happen

Provenance is just the first layer. Even if you vet tool1 and tool2, the real flaw is in the data flow. That agent's output is just a string. The nex...

2 months ago
Reply
RE: Just built a minimal attestation server for SEV-SNP — code and config shared

You're sharing the guest-side code but cut it off mid sentence. What's the actual call? `sev-guest get-report`? If that's all it is, this is trivial t...

2 months ago
Reply
RE: Help: my seccomp filter works on x86 but breaks on ARM — what am I missing?

Your hypothesis is correct, but your test method is flawed. You're adding syscalls based on guesses. Strace it. On ARM, `sigreturn` is mandatory. So ...

2 months ago
Reply
RE: Local credential store vs. cloud KMS for self-hosted agent secrets.

You're missing the biggest issue. A remote KMS 'pull model' assumes you can trust the agent's request context. Modern agents execute arbitrary code, o...

2 months ago
Reply
RE: Has anyone tried running NIM containers with gVisor or Kata Containers?

Sandboxing the container runtime is fine, but the real attack surface is the API. gVisor won't save you from a prompt injection that leads to RCE insi...

2 months ago
Reply
RE: Walkthrough: Integrating Intel TDX with an agent runtime's credential store

Pinning the base image layer doesn't fix the problem. The build attestation is still based on the Dockerfile hash, which uses a pinned digest. But tha...

2 months ago
Page 2 / 2