motion-graphics
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes system utilities
ffmpegandffprobeviachild_process.spawnSyncandexecFileSyncto process media and encode video frames. This is a core functional requirement for the skill's operation and is located incategories/maps/bake-basemap.mjsandgrounding/locate.mjs. - [EXTERNAL_DOWNLOADS]: The skill downloads font files, map data, and JavaScript libraries from well-known and trusted sources, including Google APIs (
googleapis.com), JSDelivr (cdn.jsdelivr.net), and official map tile providers such as Esri (arcgisonline.com) and CARTO (cartocdn.com). It also uses Puppeteer to render content from these sources. - [REMOTE_CODE_EXECUTION]: The skill utilizes
npxto execute components of thehyperframesecosystem for project initialization, linting, and rendering as described in theSKILL.mdfile. These commands fetch and execute packages from the NPM registry. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from sources such as web pages, news articles, and tweets (
categories/webpage/module.md,categories/news/module.md), which represents a potential attack surface. - Ingestion points: External content is ingested via
hyperframes captureand automated search tools. - Boundary markers: The instructions provide specific content extraction rules, which help ground the model, though they do not include explicit adversarial filtering.
- Capability inventory: The skill possesses capabilities for command execution (
ffmpeg), headless browser execution (puppeteer), and network operations. - Sanitization: The documentation notes SVG sanitization for specific asset imports (Figma), but no global sanitization for other raw text content.
Audit Metadata