Agent Browser
Analysis
This appears to be a real browser automation skill, but it has powerful account, cookie, upload, JavaScript, proxy, screenshot, and video capabilities that should be reviewed carefully before use.
Findings (6)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Capabilities: web scraping, form filling, clicking, typing, drag-drop, file upload, JavaScript execution
The skill explicitly authorizes broad browser actions that can mutate websites or accounts, including uploads and arbitrary page JavaScript, without clear per-action approval limits in the artifacts.
curl -fsSL https://cli.inference.sh | sh && infsh login
The setup instructions use a remote shell installer and require logging into the external CLI; this is disclosed and purpose-aligned, but it is not represented as a formal install spec.
### Rate Limit Avoidance Rotate proxies for web scraping
The proxy documentation includes a workflow framed around avoiding rate limits, which can encourage bypassing website controls or terms of service.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
## Cookie Extraction Extract cookies for use in other tools: ... "code": "document.cookie" ... echo "Cookies: $COOKIES"
The documentation instructs users to extract and print session cookies, which can function as bearer credentials for authenticated accounts.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Each session maintains an isolated browser context with: - Cookies - LocalStorage / SessionStorage - Browser history - Page state - Video recording (if enabled) Sessions persist across function calls
Persistent browser state is expected for multi-step automation, but it can carry authentication state and prior page context into later actions.
Browser automation for AI agents via [inference.sh](https://inference.sh)... take screenshots, record video
The skill is explicitly mediated by an external provider and returns screenshots or videos that may contain sensitive page content.
