test-all
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Automated Permission Bypass: The skill instructs the agent to launch sub-agents using
mode: "bypassPermissions". This configuration allows tasks to execute shell commands in the background without requiring user confirmation for each action, which reduces human oversight during the execution of the test suites. - External Resource Acquisition: The build phase involves executing
npx playwright install chromium, which downloads browser binaries from external servers. This is a standard requirement for web-based testing frameworks, though it involves fetching executable content during the setup process. - Execution of Local Scripts: The orchestrator frequently invokes project-specific utility scripts such as
scripts/test-prep.mjsandscripts/test-servers.mjs. These scripts perform file system operations (cloning directories) and process management (starting/stopping servers) that are necessary for the skill's functionality.
Audit Metadata