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 like npm install, pip install, and mvn compile. These are expected behaviors for a test orchestration tool.
  • [CREDENTIALS_UNSAFE]: References sensitive credentials such as LT_USERNAME, LT_ACCESS_KEY, and API_KEY using 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
Risk Level
SAFE
Analyzed
Feb 26, 2026, 08:49 AM