syncfusion-aspnetcore-ui-builder
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a legitimate and well-documented workflow for building UI components in ASP.NET Core applications using the Syncfusion library. No malicious patterns or behaviors were detected.
- [COMMAND_EXECUTION]: The skill utilizes standard .NET CLI commands such as
dotnet new,dotnet add package, anddotnet buildto manage the application lifecycle. These commands are executed within the scope of the development project and are necessary for the skill's operation. - [EXTERNAL_DOWNLOADS]: External resources are fetched from trusted and well-known services. This includes NuGet packages from
api.nuget.organd UI themes and scripts fromcdn.syncfusion.com. These interactions are documented neutrally as they align with standard development practices. - [DYNAMIC_EXECUTION]: A utility script (
components-search.cjs) is included to facilitate component mapping using the BM25 search algorithm. The script operates locally on project files and does not perform network operations or execute arbitrary code from untrusted sources. - [DATA_EXPOSURE]: The skill explicitly instructs the agent to handle license keys using environment variables rather than hardcoding them, adhering to standard security practices for managing sensitive configuration data.
Audit Metadata