arcgis-core-utilities
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation includes patterns for dynamic module loading using
$arcgis.importto fetch components from the @arcgis/core library, which is the official distribution of the ArcGIS Maps SDK. - [REMOTE_CODE_EXECUTION]: Includes examples of using the
workers.openutility to execute JavaScript logic in Web Workers. This allows background processing of intensive tasks, which is a standard feature of the ArcGIS SDK. - [SAFE]: Documents the use of
esriRequestfor performing HTTP requests. This utility is the standard SDK client for interacting with ArcGIS REST services and handles authentication and CORS automatically.
Audit Metadata