impeccable
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill employs Node.js
child_processAPIs to run its own automation scripts, including the server lifecycle management inscripts/live.mjs, the event-handling loop inscripts/live-poll.mjs, and the variant acceptance logic inscripts/live-accept.mjs. - [COMMAND_EXECUTION]: Helper scripts like
scripts/pin.mjsandscripts/cleanup-deprecated.mjsperform file system operations to manage skill installations and clean up legacy files in harness directories (e.g.,.agents,.cursor,.claude). - [EXTERNAL_DOWNLOADS]: Reference files such as
reference/brand.mdinstruct the agent to use specific URL patterns for fetching stock imagery from Unsplash (images.unsplash.com) for design mockups when local assets are unavailable. - [DATA_EXFILTRATION]: The live preview feature collects element HTML and styles from the local browser and transmits them to a local server (
127.0.0.1). This context is used to generate design alternatives and is not sent to remote third-party domains. The communication is protected by a randomly generated session token. - [PROMPT_INJECTION]: The skill processes code and text extracted from the user's browser, which represents a surface for indirect prompt injection. The agent is instructed to use this data to plan design directions. The skill implements shell-argument escaping in
scripts/live-poll.mjsand path-traversal protections inscripts/live-server.mjsas security measures.
Audit Metadata