nightwatchjs-skill
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes the standard
nightwatchandselenium-serverpackages from the official npm registry for its core functionality. - [COMMAND_EXECUTION]: The skill provides instructions for executing test suites using the
npx nightwatchcommand, which is the standard procedure for running JavaScript-based end-to-end tests. - [SAFE]: Sensitive cloud credentials for the LambdaTest platform are securely managed using environment variables (
process.env.LT_USERNAME,process.env.LT_ACCESS_KEY) rather than being hardcoded within the configuration files. - [SAFE]: All external network configurations are directed towards official and well-known service endpoints, specifically
hub.lambdatest.com, which corresponds to the trusted vendor's infrastructure.
Audit Metadata