dotnet-http-client
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill demonstrates safe coding practices for .NET applications, including the use of IHttpClientFactory to prevent socket exhaustion and the retrieval of secrets from configuration rather than hardcoding. No evidence of malicious intent or behavior was found.
- [INDIRECT_PROMPT_INJECTION]: The skill defines patterns for ingesting data from external APIs, which is inherent to its primary function.
- Ingestion points: External API responses are read using
HttpClient.GetAsyncandReadFromJsonAsyncinSKILL.md. - Boundary markers: None provided in the implementation examples.
- Capability inventory: The skill patterns utilize network access via
HttpClient. - Sanitization: Standard JSON deserialization is used without custom sanitization layers.
Audit Metadata