geb-skill

Pass

Audited by Gen Agent Trust Hub on Feb 26, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The project uses Gradle to download legitimate testing dependencies from Maven Central, which is the standard repository for the Java/Groovy ecosystem.- [COMMAND_EXECUTION]: Provides standard CLI instructions for running tests through the Gradle wrapper (./gradlew test), ensuring a consistent and controlled build environment.- [DATA_EXFILTRATION]: Configures network connectivity to the LambdaTest hub (hub.lambdatest.com). This is documented as a trusted vendor-owned endpoint for remote browser automation.- [REMOTE_CODE_EXECUTION]: Examples include the use of js.exec for browser-based automation tasks. This is standard Selenium functionality and is restricted to the browser context.- [CREDENTIALS_UNSAFE]: Correctly implements the use of environment variables (LT_USERNAME, LT_ACCESS_KEY) for platform authentication, avoiding the risk of hardcoded secrets in the source code.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 26, 2026, 10:48 AM