caching-strategies
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains technical documentation and code samples for ASP.NET Core development. No malicious behavior, obfuscation, or unauthorized access patterns were detected.
- [EXTERNAL_DOWNLOADS]: The skill references official Microsoft documentation for ASP.NET Core performance and caching. These are trusted sources and are used appropriately for educational purposes.
- [INDIRECT_PROMPT_INJECTION]: The skill describes techniques to implement caching based on user-controlled inputs like query parameters and headers. While this represents a data ingestion surface, it is a standard and necessary part of web application architecture.
- Ingestion points: Usage of
VaryByQueryKeys,VaryByHeaderNames, andVaryByCookiein code samples withinSKILL.md. - Boundary markers: None explicitly shown in snippets, as they are framework-level configurations.
- Capability inventory: The code samples involve database interactions (
AppDbContext), cache storage (IMemoryCache,IDistributedCache), and JSON processing. - Sanitization: The skill relies on standard framework-provided caching and serialization mechanisms.
Audit Metadata