remotion-maps
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard implementation patterns for integrating popular mapping libraries (Mapbox, MapLibre, CesiumJS) with the Remotion video framework. The architecture focuses on deterministic rendering and follows library-specific best practices.
- [EXTERNAL_DOWNLOADS]: Map data and library workers are fetched from trusted organizations and well-known services, such as Google APIs, MapTiler, and official CDNs (UNPKG). These connections are essential for the mapping functionality and do not involve untrusted remote code execution.
- [COMMAND_EXECUTION]: The skill includes Node.js utility scripts (
prep-cesium-path.mjs,prep-geo.mjs) designed for development-time geospatial data processing. These scripts use standard file system operations to read and simplify GeoJSON data for smoother animations. - [SAFE]: Sensitive API keys for Mapbox, MapTiler, and Google Maps are handled via environment variables (e.g., REMOTION_MAPBOX_TOKEN), ensuring that credentials are not hardcoded in the skill's source or the resulting video project.
Audit Metadata