setup-e2e-testing
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill sets up well-known, legitimate testing frameworks and libraries. No malicious patterns, obfuscation, or data exfiltration attempts were detected.
- [EXTERNAL_DOWNLOADS]: The skill installs dependencies from standard registries (NPM/Bun) and downloads Playwright browser binaries via the official
playwright installcommand. These are trusted operations for the intended purpose of the skill. - [COMMAND_EXECUTION]: Shell commands used (
bun add,bunx playwright) are restricted to project setup and testing. No arbitrary or unsafe command execution was identified. - [DATA_EXPOSURE]: No hardcoded credentials or sensitive file access patterns were found. The use of environment variables like
BASE_URLandCIfollows standard development best practices.
Audit Metadata