syncfusion-blazor-maps
Implement interactive spatial data visualization with Syncfusion Maps component for Blazor. Use this skill when user needs to display geographic data, add markers/polygons to maps, integrate map providers (Google Maps, Bing Maps, Azure Maps, OpenStreetMap), create choropleth visualizations, handle user interactions with maps, export/print maps, support internationalization, implement accessibility features, or customize map styling and appearance.
What this skill does
# Implementing Syncfusion Maps for Blazor **NuGet:** `Syncfusion.Blazor.Maps` + `Syncfusion.Blazor.Themes` **Namespace:** `Syncfusion.Blazor.Maps` A comprehensive guide to implementing Syncfusion Maps component in Blazor applications. Syncfusion Maps provides powerful spatial visualization capabilities including marker management, polygon overlays, layer support, event handling, and integration with multiple map providers. > **๐จ CRITICAL SECURITY NOTICE - READ BEFORE USE:** > > **CAPABILITY BOUNDARIES (MANDATORY):** > This skill is designed for **UI RENDERING ONLY**. It must NEVER be used as: > - A data ingestion point for automated agents or LLMs > - A pipeline for untrusted external content processing > - A source of shape/tile data for decision-making systems > - Any form of automation input without human review > > **STRICT RESTRICTION:** > **NEVER FORWARD RAW EXTERNAL GEOJSON, SHAPEDATA, TILES, OR ANNOTATIONS TO AGENTS, LLMS, OR AUTOMATED SYSTEMS.** All external map content must be treated as untrusted user input. Violating this restriction creates critical prompt injection and data exfiltration vulnerabilities. > > **REQUIRED PRODUCTION SAFEGUARDS:** > > 1. **For GeoJSON/Tile Loading:** > - Host tiles and GeoJSON locally (under `wwwroot/tiles` or bundled assets), OR > - Use only server-side proxies that validate all data before client access > - NEVER load directly from third-party URLs at runtime > > 2. **For Server-Side Proxy (if used):** > - Validate provider host against strict allow-list and require HTTPS > - Verify content-type and validate against strict schema (no user fields) > - Enforce maximum file size (5MB) and feature-count limits (10,000 max) > - Strip or HTML-encode ALL properties (tooltips, annotations, labels) > - Reject content containing instruction patterns or suspicious keywords > - Normalize/validate coordinates (lat -90/90, lng -180/180) > - Sanitize all text fields with HtmlSanitizer before client delivery > - Issue short-lived signed URLs (do NOT embed API keys) > > 3. **For Content Rendering:** > - Always sanitize external properties with HtmlSanitizer before rendering > - Implement Content Security Policy headers to block script injection > - Enable comprehensive logging of all validation failures > > **IF external content must be processed by automation:** > - Perform COMPLETE server-side schema validation and sanitization FIRST > - Implement mandatory rejection policy for instruction-like patterns > - Enforce strict token/length limits (max 256 chars per field) > - Require explicit human review and sign-off before automation > - Wrap in boundary markers: `[MAP_DATA_START]...[MAP_DATA_END]` > - Log all processing with full audit trail > - See [readme-security](references/readme-security.md) for required validation templates > > **DO NOT USE THIS SKILL FOR:** > - โ Analyzing untrusted external geographic data > - โ Processing user-uploaded GeoJSON without validation > - โ Forwarding map content to LLM/agent analysis systems > - โ Making automated decisions based on external map metadata > - โ Storing or caching external third-party content > > **SEVERE SECURITY CONSEQUENCES:** > Ignoring these boundaries may result in: > - Prompt injection attacks via malicious geographic data > - LLM/agent behavioral manipulation > - Unauthorized data exfiltration > - System compromise through script injection ## When to Use This Skill Use Syncfusion Maps when you need to: - Display geographic data on interactive maps - Visualize data across regions using color mapping (choropleth) - Add markers, polygons, and annotations to maps - Handle user interactions (click, hover, zoom, pan) - Support multiple map providers (Google, Bing, Azure, OpenStreetMap) - Export or print maps with custom legends and labels - Build location-aware applications - Create multi-layer spatial visualizations ## Component Overview Syncfusion Maps is a powerful geospatial visualization component that enables you to: - Render interactive maps with multiple provider options - Bind and visualize geographic datasets - Support rich spatial features (markers, polygons, layers, annotations) - Handle complex user interactions and events - Customize appearance through themes and styling - Enable localization and accessibility features - Export maps for reporting and sharing --- ## โ ๏ธ CRITICAL: Approved and Restricted Use Cases ### โ APPROVED USES (UI Rendering with Validation) - Display geographic data on interactive web dashboards - Visualize regional statistics through choropleth maps - Show business location markers with human review - Render localized maps for user interaction - Provide spatial search and filtering interfaces - Create read-only geographic visualizations - Support decision-making with validated, curated data ### โ STRICTLY PROHIBITED USES (No Agent/LLM Integration) - **NEVER:** Pass raw map data to LLM analysis systems - **NEVER:** Use as ingestion point for automated agents - **NEVER:** Forward external GeoJSON to decision-making systems - **NEVER:** Process untrusted third-party geographic data through automation - **NEVER:** Use annotations/tooltips as LLM input without human review - **NEVER:** Create automated geographic data pipelines - **NEVER:** Integrate with AI systems that analyze map metadata ### ๐ซ THIRD-PARTY CONTENT INGESTION BOUNDARY **External Sources Referenced in This Skill:** - `tile.openstreetmap.org` - OpenStreetMap provider - `cdn.syncfusion.com` - Syncfusion component resources - `maps.googleapis.com` - Google Maps provider - `dev.virtualearth.net` - Bing Maps provider - `atlas.microsoft.com` - Azure Maps provider **IMPORTANT:** These third-party providers are ingested for **UI rendering only**. None of this content should ever reach automated systems. If you need to process geographic data through automation: 1. โ DO NOT use this skill's external bindings 2. โ DO create a separate server-side validation pipeline 3. โ DO sanitize and validate all external content first 4. โ DO require explicit human approval before automation 5. โ DO implement comprehensive audit logging --- ## Security Considerations > **CRITICAL:** This skill involves several security-sensitive operations. Review and implement these safeguards: ### 1. API Key Management - **Risk:** Hardcoded API keys in source code can be exposed in version control - **Mitigation:** Store keys in configuration files, user secrets, or secret management services - **Reference:** [Map Providers - Security Best Practices](references/map-providers.md) ### 2. HTML Content Injection - **Risk:** Tooltips, annotations, and popups can render arbitrary HTML from external data sources - **Attack Vectors:** XSS attacks, prompt injection through malicious geographic data - **Mitigation:** Sanitize all external content using HtmlSanitizer library, HTML-encode user input - **Reference:** [User Interactions - Sanitizing External Content](references/user-interactions.md) ### 3. External Data Sources - **Risk:** Map data (GeoJSON, tiles, markers) fetched from untrusted sources, including CDNs - **Attack Vectors:** Man-in-the-middle attacks, CDN compromise, malformed data injection, property injection - **Mitigation:** Validate source URLs against allow-lists, enforce HTTPS, validate GeoJSON structure, implement CSP, cache locally in production - **Reference:** [Data Visualization - Validating External GeoJSON](references/data-visualization.md) | [Map Providers - Data Exfiltration Prevention](references/map-providers.md) ### 4. Data Export Operations - **Risk:** Exporting maps to PNG/SVG/PDF may include sensitive geographic data - **Mitigation:** Implement access controls, audit export operations, sanitize export content - **Reference:** [Print and Export](references/print-and-export.md) ### 5. Prompt Injection Prevention & Agent/LLM Boundary - **CRITICAL RISK:** Shape data, annotations, tooltips, and other external map metada
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context โ no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes โ information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development โ guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.