record-screen
Warn
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The skill automates dependency installation via
npm installwithin thesetup.shscript and utilizescurlfor real-time caption logging. These operations execute code or network requests based on instructions in the skill folder. - EXTERNAL_DOWNLOADS (MEDIUM): Installation triggers the download of multiple Node.js packages. Specifically, the
ffmpeg-staticdependency downloads a pre-compiled binary during its installation phase. - DATA_EXFILTRATION (LOW): The Chrome extension requests
<all_urls>andtabspermissions to capture screenshots viacaptureVisibleTab. Although frames are sent to a local server (localhost:9234), this mechanism provides the agent with the capability to observe and capture sensitive information on any webpage the user visits. - PROMPT_INJECTION (LOW): The skill is susceptible to indirect prompt injection as it processes untrusted browser data. 1. Ingestion points:
service-worker.jsretrieves tab titles and URLs viachrome.tabs.query. 2. Boundary markers: None are defined for the metadata passed to the bridge server. 3. Capability inventory: The architecture involves file-system writes (frames) and subprocess execution (FFmpeg). 4. Sanitization: No sanitization or validation of browser-sourced strings is performed before processing.
Audit Metadata