agh-ui-screenshot
Warn
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill launches headless Chrome using the
--no-sandboxflag inscripts/cap.mjs. This disables the browser's primary security isolation mechanism, making the host system more vulnerable to exploitation if the browser processes malicious web content. - [COMMAND_EXECUTION]: The
scripts/cap.mjsscript performs file writes using thetarget.nameparameter without sanitization for directory traversal sequences. This could potentially allow an attacker to write files to unintended locations on the filesystem. - [EXTERNAL_DOWNLOADS]: The bootstrap helper
scripts/setup-workdir.shperforms runtime installation of thechrome-launcherandchrome-remote-interfaceNode.js packages usingbun add. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection through the rendering of arbitrary URLs. Ingestion points: The script
scripts/list-stories.mjsfetches and parsesindex.jsonfrom Storybook servers, andscripts/cap.mjsrenders HTML and JavaScript from provided URLs. Boundary markers: None are present to distinguish untrusted content from agent instructions. Capability inventory: The skill possesses file system write capabilities (writeFileSync), network access via Node.jshttpandhttpsmodules, and shell command execution. Sanitization: No validation or sanitization is performed on the ingested story data, URLs, or generated filenames.
Audit Metadata