fluentui-blazor
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Mentions official Microsoft NuGet packages for icons, emojis, and database adapters (e.g., Microsoft.FluentUI.AspNetCore.Components.Icons). These references target official package registries and repositories associated with the product vendor.
- [INDIRECT_PROMPT_INJECTION]: The skill describes components that process external data for rendering.
- Ingestion points:
FluentAutocomplete(search text input) andFluentDataGrid(data source items) inSKILL.mdandDATAGRID.mdrespectively. - Boundary markers: Uses standard Blazor property binding and strongly-typed generic models.
- Capability inventory: Limited to UI rendering, navigation, and theming; the skill does not define any network or file system operations for these components.
- Sanitization: Relies on the internal logic of the Fluent UI library and Blazor's built-in HTML encoding for data rendering.
- [DYNAMIC_EXECUTION]: Documents the library's use of Blazor's standard JS initializer system (
lib.module.js) and lazy-loaded component scripts for UI functionality as described inSETUP.mdandTHEMING.md.
Audit Metadata