test-e2e-account
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Bash commands to manage the lifecycle of a local development server. Specifically, it uses
lsofandkillto ensure port 8788 is available before starting the server withnpm run dev:wrangler. It also executesnpx playwright testto run the E2E test suite. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npmandnpxto run scripts and execute the Playwright testing framework. These tools interact with the official npm registry to manage dependencies as required by the project's configuration. - [SAFE]: The operations performed (process management and test execution) are standard practices for local software development and testing environments. The commands are appropriately scoped to the project's functional requirements.
Audit Metadata