e2e-test-coverage-mapping
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands including
grep,git clone, andnpxto scan project files, extract test identifiers from source code, and interact with the test reporter. These operations are routine for software testing and CI/CD automation tasks. - [EXTERNAL_DOWNLOADS]: Fetches utility packages from the official npm registry, such as
@testomatio/reporter,check-tests, andjs-yaml. It also provides instructions for cloning external test repositories into a local, gitignored directory (.testeiya/e2e-tests) based on user-provided URLs. These downloads are necessary for the skill's functionality and target well-known package registries or user-defined sources. - [REMOTE_CODE_EXECUTION]: Executes automated test runners (e.g., Playwright, Cypress, WebdriverIO) via the
@testomatio/reporterCLI tool. This execution is the primary purpose of the skill, enabling the agent to run specific test suites based on code changes.
Audit Metadata