browser-cash
Enables web automation with unblocked browser sessions, bypassing anti-bot protections for scraping and testing tasks.
Install this skill
Security score
The browser-cash skill was audited on May 24, 2026 and we found 31 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
Direct command execution function call
| 95 | ### Option 1: Direct CDP via exec (Recommended) |
Direct command execution function call
| 115 | # 2. Use via Node.js exec (Playwright) |
Curl to non-GitHub URL
| 39 | curl -X POST "https://api.browser.cash/v1/..." \ |
Curl to non-GitHub URL
| 48 | curl -X POST "https://api.browser.cash/v1/browser/session" \ |
Curl to non-GitHub URL
| 68 | curl -X POST "https://api.browser.cash/v1/browser/session" \ |
Curl to non-GitHub URL
| 107 | SESSION=$(curl -s -X POST "https://api.browser.cash/v1/browser/session" \ |
Curl to non-GitHub URL
| 129 | curl -X DELETE "https://api.browser.cash/v1/browser/session?sessionId=$SESSION_ID" \ |
Curl to non-GitHub URL
| 149 | curl "https://api.browser.cash/v1/browser/session?sessionId=YOUR_SESSION_ID" \ |
Curl to non-GitHub URL
| 158 | curl -X DELETE "https://api.browser.cash/v1/browser/session?sessionId=YOUR_SESSION_ID" \ |
Curl to non-GitHub URL
| 165 | curl "https://api.browser.cash/v1/browser/sessions?page=1&pageSize=20" \ |
Curl to non-GitHub URL
| 175 | curl "https://api.browser.cash/v1/browser/profiles" \ |
Curl to non-GitHub URL
| 181 | curl -X DELETE "https://api.browser.cash/v1/browser/profile?profileName=my-profile" \ |
Curl to non-GitHub URL
| 215 | SESSION=$(curl -s -X POST "https://api.browser.cash/v1/browser/session" \ |
Curl to non-GitHub URL
| 226 | curl -X DELETE "https://api.browser.cash/v1/browser/session?sessionId=$SESSION_ID" \ |
External URL reference
| 4 | homepage: https://browser.cash |
External URL reference
| 19 | > Get your API key from https://dash.browser.cash and run: |
External URL reference
| 39 | curl -X POST "https://api.browser.cash/v1/..." \ |
External URL reference
| 48 | curl -X POST "https://api.browser.cash/v1/browser/session" \ |
External URL reference
| 68 | curl -X POST "https://api.browser.cash/v1/browser/session" \ |
External URL reference
| 107 | SESSION=$(curl -s -X POST "https://api.browser.cash/v1/browser/session" \ |
External URL reference
| 122 | await page.goto('https://example.com'); |
External URL reference
| 129 | curl -X DELETE "https://api.browser.cash/v1/browser/session?sessionId=$SESSION_ID" \ |
External URL reference
| 149 | curl "https://api.browser.cash/v1/browser/session?sessionId=YOUR_SESSION_ID" \ |
External URL reference
| 158 | curl -X DELETE "https://api.browser.cash/v1/browser/session?sessionId=YOUR_SESSION_ID" \ |
External URL reference
| 165 | curl "https://api.browser.cash/v1/browser/sessions?page=1&pageSize=20" \ |
External URL reference
| 175 | curl "https://api.browser.cash/v1/browser/profiles" \ |
External URL reference
| 181 | curl -X DELETE "https://api.browser.cash/v1/browser/profile?profileName=my-profile" \ |
External URL reference
| 195 | await page.goto('https://example.com'); |
External URL reference
| 204 | await page.goto('https://example.com'); |
External URL reference
| 215 | SESSION=$(curl -s -X POST "https://api.browser.cash/v1/browser/session" \ |
External URL reference
| 226 | curl -X DELETE "https://api.browser.cash/v1/browser/session?sessionId=$SESSION_ID" \ |