shiny-serialization
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the official usage of the
Shiny.Extensions.Serializationlibrary. All identified URLs, such ashttps://github.com/shinyorg/extensionsandhttps://shinylib.net/serialization/, point to the legitimate infrastructure and documentation of the vendor (shinyorg). - [SAFE]: The code snippets provided are standard C#/.NET boilerplate for configuring JSON serialization, utilizing library-specific attributes like
[ShinyJsonContext]and[ShinyJsonInclude]. These are designed to facilitate AOT (Ahead-of-Time) compilation compatibility. - [SAFE]: The library uses
[ModuleInitializer]to auto-register serialization contexts. While dynamic, this is a standard .NET feature used by the library's source generator to simplify dependency injection and initialization in AOT environments, and is documented as the intended behavior of the vendor's toolset. - [SAFE]: No suspicious patterns such as credential exfiltration, remote code execution, or obfuscation were detected. All external references are constrained to the vendor's own ecosystem.
Audit Metadata