ui-visual-debugging
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various local development commands including
npm runscripts for starting the webapp and API server, anddocker execfor managing a local PostgreSQL database container. - [EXTERNAL_DOWNLOADS]: The skill uses
npx playwright install chromiumto download browser binaries. This is a standard operation for the Playwright automation framework and targets official Microsoft-maintained binaries. - [DATA_EXPOSURE]: The skill captures screenshots and traces of the local UI. However, it explicitly instructs the agent to store these files in a
.context/directory and mandates that they should not be committed to the repository, mitigating accidental data leakage.
Audit Metadata