devexpress-blazor-pivot-table
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard C# and Razor patterns for Blazor development.
- [EXTERNAL_DOWNLOADS]: The skill correctly references NuGet packages (
DevExpress.Blazor.PivotTable,DevExpress.PivotGrid.Core) from the official NuGet.org registry, which is a trusted service for .NET dependencies. - [COMMAND_EXECUTION]: Instructions include standard
dotnet add packagecommands for package installation anddotnet buildfor project verification, which are normal developer workflows. - [INDIRECT_PROMPT_INJECTION]: While the skill involves processing data for a pivot table, it uses standard data binding (
IEnumerable,IQueryable) to numeric and string fields for aggregation. The rendering is handled by the compiled Blazor component, minimizing injection risk surfaces.
Audit Metadata