Create 2D and 3D maps using ArcGIS Maps SDK for JavaScript. Use for initializing maps, scenes, views, and navigation. Supports both Map Components (web components) and Core API approaches.
65
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./contexts/4.34/skills/arcgis-core-maps/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill's SKILL.md explicitly shows fetching and loading external, public resources — e.g., esriRequest(url, ...) examples and loading WebMap/WebScene via portalItem IDs and external TileLayer/ElevationLayer URLs (such as https://astro.arcgis.com/...), which the agent is expected to ingest and use to configure views and features, so untrusted third-party content could materially influence behavior.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill includes CDN script tags that are fetched and executed at runtime (e.g., https://js.arcgis.com/4.34/, https://js.arcgis.com/calcite-components/3.3.3/calcite.esm.js, and https://js.arcgis.com/4.34/map-components/), which are required for the CDN usage and therefore execute remote code in the client.
d84407b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.