desktop-testing-electron
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or obfuscation techniques were detected. The skill focuses on providing legitimate educational patterns for E2E and unit testing.
- [COMMAND_EXECUTION]: The skill documents the use of
_electron.launch()andxvfb-run. These are standard, documented methods for launching Electron applications in testing and CI environments. - [EXTERNAL_DOWNLOADS]: The skill references established industry-standard tools and libraries including Playwright, Vitest, and
electron-updater. These references are used for their intended purpose in the context of developer tooling. - [DYNAMIC_EXECUTION]: The use of
electronApp.evaluate()is correctly documented as the standard mechanism provided by Playwright to interact with the Electron main process during tests. The examples provided are benign and relate to retrieving application state (e.g., version, paths, window status).
Audit Metadata