author-e2e-tests
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs users and agents on running standard development and testing commands, such as
npm install,npx playwright install, andnpx playwright test. These commands are essential for setting up the environment and executing the test suite. - [DATA_EXPOSURE]: The skill documentation describes fixtures like
openFile,openDataFile, andcleanup.discardAllChanges(). These are designed to manipulate files within the local workspace for test setup and teardown purposes, including resetting the workspace via git commands. - [REMOTE_CODE_EXECUTION]: The skill includes fixtures such as
executeCode,python, andrthat are designed to run code within the application's interpreters. This is a core requirement for testing an IDE's execution capabilities. - [PROMPT_INJECTION]: The skill uses authoritative language like 'MANDATORY' and 'CRITICAL' to enforce specific test file structures and isolation patterns (e.g.,
suiteId: __filename). These instructions are focused on technical test reliability rather than bypassing AI safety guardrails.
Audit Metadata