peach-e2e-setup
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The setup process in
e2e.shexecutes global installation commands for standard development tools such asagent-browser,playwright-core, and@playwright/clivianpm install -g. It also modifies file permissions usingchmod +xfor the provided CLI scripts. - [EXTERNAL_DOWNLOADS]: During the environment setup, the skill downloads necessary packages from the official npm registry. These are well-known libraries used for browser automation.
- [DATA_EXFILTRATION]: The script
references/gmail-메일목록.jsis an example automation scenario that extracts email metadata (sender, subject, date) from a logged-in Gmail session. This data is only printed to the local console for demonstration purposes and is not transmitted to any external server.
Audit Metadata