sg-record
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a macro recorder functionality for visual testing using standard browser automation tools and Playwright.
- [SAFE]: The recorder includes explicit logic to detect password input fields and automatically masks their values with a placeholder in the output YAML manifests, preventing accidental credential exposure in test files.
- [EXTERNAL_DOWNLOADS]: The skill relies on Playwright for browser automation and provides standard instructions to install the Chromium browser through the official Playwright package.
- [COMMAND_EXECUTION]: Command execution is limited to bootstrapping the recorder files, checking Playwright availability, and launching the recorder script within the local project environment.
- [SAFE]: Untrusted data ingested from web pages (such as labels and text) is sanitized using an escaping function for YAML serialization and is used solely for generating test assertions.
Audit Metadata