selector-drift-recovery
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (
gh) and Playwright CLI (npx playwright) to download artifacts, view pull requests, and execute test suites. - [COMMAND_EXECUTION]: Includes automation scripts (e.g.,
identify-drift.ts,generate-candidates.ts,apply-recovery.ts) designed to be executed vianpx tsxto process project data and modify files. - [COMMAND_EXECUTION]: The
apply-recovery.tsscript programmatically modifies local test source files to replace broken locators with regenerated candidates. This behavior is the primary intended function of the skill and is documented as a manual step for the user. - [DATA_EXFILTRATION]: While the skill processes project source code and DOM snapshots, it does so locally. Network operations are limited to standard developer tools (GitHub CLI and Playwright) interacting with authorized environments.
Audit Metadata