browsing-styles
Warn
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill performs dynamic loading of modules using
import()with file paths resolved at runtime. This is observed inscripts/preview_server.tsandscripts/generate_tiles.ts, where the skill attempts to load local utility modules such asresolve-root.tsandutils.ts. The implementation includes a fallback mechanism that searches through the user's home directory and plugin configuration files to locate these dependencies. - [COMMAND_EXECUTION]: The skill executes external shell commands to facilitate its workflow.
scripts/preview_server.tsusesBun.spawnto trigger the system's default browser opener. Additionally, bothscripts/preview_server.tsandscripts/generate_tiles.tsusespawnSyncto execute a separate image optimization script usingbun run. - [EXTERNAL_DOWNLOADS]: The skill connects to the Gemini API to generate style reference images as part of its core functionality, specifically within the tile generation and regeneration features.
Audit Metadata