screengrabs
Warn
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/capture.tsdynamically loads and executes local JavaScript or TypeScript files using theimport()function based on the--pre-scriptcommand-line argument. This enables the execution of arbitrary code from file paths specified at runtime. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes and extracts text from external web pages. Ingestion points: Untrusted data enters the agent context via
page.goto()and subsequent DOM text extraction inscripts/capture.ts. Boundary markers: There are no specific delimiters or warnings used to wrap the extracted text to prevent instructions from being followed. Capability inventory: The skill has the ability to write to the file system, execute local scripts dynamically, and access the network via a browser. Sanitization: The skill implements regex-based redaction inscripts/capture.tsand a dedicated validation scriptscripts/validate-sensitive.tsto identify and mask common secret patterns before data is stored or uploaded.
Audit Metadata