testing-e2e

Pass

Audited by Gen Agent Trust Hub on Mar 7, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill documents the installation of browser binaries using 'npx playwright install --with-deps', which is a standard procedure from a well-known and trusted project.
  • [COMMAND_EXECUTION]: Usage examples include standard test execution commands like 'npx playwright test' and 'npx cypress run'. These are necessary for the skill's stated purpose and do not perform unauthorized actions.
  • [PROMPT_INJECTION]: The skill involves interacting with external web pages through navigation commands such as 'page.goto' and 'cy.visit'. While this creates an architectural surface for indirect prompt injection, it is an essential component of the skill's primary function (web testing). Ingestion points: 'tests/login.spec.js' and 'cypress/integration/form.spec.js' use navigation tools. Capability inventory: Execution of testing suites via NPX. Sanitization: Relies on the security models of the underlying browser automation frameworks.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 7, 2026, 05:45 PM