| Time | Method | Target Endpoint | Size | Status |
|---|
Request Inspector
Understanding Agent Internet Actions in Training & Evaluation
When frontier AI models run autonomous tool-use benchmarks, coding evaluations, or reinforcement learning loops with live internet access, outbound network isolation is mandatory. This lab simulates the egress policy boundary necessary to catch unconstrained tool calls, SSRF attacks against internal metadata servers, and unintentional data/token exfiltration.
1. Cloud IMDS & SSRF Isolation
Autonomous agents generating terminal commands or Python requests can inadvertently access 169.254.169.254 to fetch cloud instance IAM role credentials. Hard firewall blocking at the network namespace level neutralizes this vector.
2. Inadvertent Git / Hub Mirroring
Evaluation agents tasked with debugging code may attempt git push or clone external repos containing unknown scripts. Allowlisting approved mirror domains prevents both prompt-injection triggers and repo contamination.
3. Telemetry & Token Masking
Even read-only queries can leak sensitive training prompts or evaluation answers via URL query parameters or HTTP Authorization headers. Real-time token pattern matching flags secrets before egress packet transmission.