syncfusion-maui-maps
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The references/ai-location-search.md file describes an 'AI-Driven Location Search' feature that interpolates raw user input into an Azure OpenAI prompt template. * Ingestion points: User-supplied text from the SfAutocomplete control in AILocationSearchPage.xaml.cs enters the agent context via the userQuery variable. * Boundary markers: The prompt template in GetRecommendationAsync lacks delimiters or specific instructions to isolate user-provided content from the system instructions. * Capability inventory: The implementation makes network calls to Azure OpenAI (text and image generation) and dynamically updates the application's map UI based on the AI response. * Sanitization: The provided sample code lacks sanitization or validation of the user's input before prompt construction.
- [EXTERNAL_DOWNLOADS]: The skill documentation references and downloads geographic data from the vendor's content delivery network. * Evidence: Multiple files including references/getting-started.md and references/shape-layer.md reference GeoJSON data from cdn.syncfusion.com. * Context: These downloads originate from the official infrastructure of the author (Syncfusion) and are legitimate resources for the map visualization functionality described in the skill.
Audit Metadata