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 lsof and kill to ensure port 8788 is available before starting the server with npm run dev:wrangler. It also executes npx playwright test to run the E2E test suite.
  • [EXTERNAL_DOWNLOADS]: The skill utilizes npm and npx to 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
Risk Level
SAFE
Analyzed
Mar 2, 2026, 04:32 AM