write-script-csharp
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The C# example explicitly performs HTTP GET on an arbitrary URL parameter and deserializes response.Content (RestClient(url); var response = client.Get(request); return JsonConvert.DeserializeObject(response.Content)), meaning the agent would fetch and read untrusted third‑party web content.
Audit Metadata