test-ui
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
bunto run local development tasks (bun run dev:watch) and testing utilities (scripts/dev/inspect-ui.ts). These commands are standard for a development environment and operate on local project files. - [DATA_EXFILTRATION]: No network exfiltration or sensitive data access patterns were identified. Communication is restricted to the local development environment via CDP ports.
- [EXTERNAL_DOWNLOADS]: The skill mentions Go (
brew install go) as a prerequisite, but it does not execute any automated remote downloads or piping of scripts to the shell. - [REMOTE_CODE_EXECUTION]: JavaScript execution via the
evalcommand is limited to the context of the local browser extension being tested, which is a standard part of UI automation testing.
Audit Metadata