hyperexecute-skill
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the HyperExecute CLI from
downloads.lambdatest.com. This is an official domain belonging to the vendor (LambdaTest), and the action is documented neutrally as a standard setup step. - [COMMAND_EXECUTION]: Includes example commands for making the downloaded binary executable (
chmod +x) and running it. It also provides common dependency installation commands likenpm install,pip install, andmvn compile. These are expected behaviors for a test orchestration tool. - [CREDENTIALS_UNSAFE]: References sensitive credentials such as
LT_USERNAME,LT_ACCESS_KEY, andAPI_KEYusing standard environment variable interpolation patterns (e.g.,${LT_USERNAME}). No hardcoded secrets are present, and the playbook explicitly advises users to store credentials as CI secrets.
Audit Metadata