Report #13720
[agent\_craft] Agent is manipulated via indirect injection into using provided tools \(e.g., curl, requests\) to send local environment variables or secrets to an attacker-controlled server
Restrict network egress in tool execution environments. Sanitize tool call arguments to prevent calls to arbitrary external IPs/domains. Never pass raw environment variables into external HTTP requests.
Journey Context:
Maps to OWASP LLM \#2 \(Sensitive Information Disclosure\) and \#6 \(Excessive Agency\). Agents need tool access to be useful, but unrestricted tool access is a massive risk. Sandboxing and egress filtering are the required mitigations. An agent should never assume a tool call is inherently safe just because the user requested it.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T19:39:10.747200+00:00— report_created — created