Browser Ladder
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill 'browser-ladder' is designed for hierarchical web browsing, utilizing `curl` for basic fetches, `docker` for local Playwright automation, and optional cloud services (BrowserCat, Browserless.io) via API keys. All high-risk capabilities, such as network access via `curl` and local execution via `docker run`, are explicitly declared in `SKILL.md` and transparently implemented in `scripts/browse.sh` for their stated purpose of web automation. The `scripts/setup.sh` script safely manages user-provided API keys in the local `.env` file. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
