syncfusion-blazor-maps
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill explicitly addresses the risk of indirect prompt injection through external map data like GeoJSON and tooltips. It defines clear capability boundaries, prohibiting the forwarding of raw data to AI agents, and provides comprehensive sanitization templates to mitigate these risks.
- [EXTERNAL_DOWNLOADS]: Fetches resources from well-known and trusted providers, including OpenStreetMap, Syncfusion CDN, Google Maps, Bing Maps, and Azure Maps. These downloads are legitimate requirements for map visualization functionality.
- [COMMAND_EXECUTION]: Utilizes standard Blazor JavaScript interop (IJSRuntime) for UI-related tasks like state persistence and theme switching. The documentation includes security warnings and recommended safeguards, such as validating CSS injection points, to prevent misuse.
- [DATA_EXFILTRATION]: Provides guidance on securing export functionalities (PNG, SVG, PDF) to prevent accidental data leakage, recommending the use of authorization checks and audit logging for sensitive geographic data.
Audit Metadata