dotnet-csharp-configuration
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
Microsoft.FeatureManagement.AspNetCorepackage from the official NuGet registry. This is a well-known service and a trusted library provided by Microsoft. - [INDIRECT_PROMPT_INJECTION]: The skill describes a pattern for custom feature filters that ingest untrusted data from external sources.
- Ingestion points: The
BrowserFeatureFilterclass accessesIHttpContextAccessorto retrieve theUser-Agentheader from incoming HTTP requests. - Boundary markers: None are present in the code example; the header is processed directly to evaluate feature flags.
- Capability inventory: The skill itself contains only documentation and code templates; it does not execute subprocesses, network operations, or file-writing logic itself.
- Sanitization: The example code uses
StringComparison.OrdinalIgnoreCaseto check for specific browser strings, which is a standard logic check, but the input source itself remains untrusted.
Audit Metadata