lightpanda-browser
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides commands to download the Lightpanda browser binary directly from the project's official GitHub releases. These are standard installation procedures for this tool.
- Evidence:
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos - [COMMAND_EXECUTION]: The documentation includes standard shell commands for setting file permissions, running the browser CLI, and installing system dependencies via
apt. These are typical for developer tooling and environment setup. - Evidence:
chmod a+x ./lightpanda,sudo apt install xz-utils ca-certificates pkg-config libglib2.0-dev clang make curl - [SAFE]: All external references, including GitHub repositories and Docker images, point to the official
lightpanda-ioorganization. The code examples represent standard usage of well-known automation libraries (Playwright, Puppeteer, Chromedp) without any evidence of data exfiltration or credential theft.
Audit Metadata