run-smoke-tests
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- Development Command Execution: The skill includes standard
npmcommands for compiling code and running test suites. These are typical operations in a development environment used to ensure code quality and functionality. - Automated Test Environment Setup: It utilizes
@vscode/test-cli, which is the standard tool for integration testing. This utility manages a temporary installation of VS Code to provide a realistic testing environment, which is an expected and safe practice for extension developers.
Audit Metadata