SmoothBrowser
Analysis
SmoothBrowser appears purpose-built for web automation, but it gives an external browser agent broad, persistent access to logged-in websites and should be reviewed carefully before installation.
Findings (5)
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.
Browser for AI agents to carry out any task on the web... fill forms... log into... any browser interaction request. ... --allowed-urls ... (optional)
The skill invites broad browser automation, including logged-in and form-submission workflows, while URL restriction is presented as optional rather than a default safety boundary.
If not, you can install it by running: pip install smooth-py
The skill depends on an external pip package that is not pinned in the artifact; this is a normal setup pattern for a CLI-backed skill but should be verified before installation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Profiles are useful to persist cookies, login sessions, and browser state between sessions. ... smooth run -- <session-id> "Create a new issue in my repo 'my-project'"
The skill is designed to retain authenticated website sessions and reuse them for account actions, which is high-impact delegated authority over third-party accounts.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Keep profiles organized: Save to memory which profiles authenticate to which services so you can reuse them efficiently in the future.
The skill asks the agent to persist mappings between services and authenticated browser profiles, creating durable context that can affect future tasks.
Get an API key at https://app.smooth.sh ... --metadata '{"email":"user@example.com","name":"John Doe"}' ... built-in proxyThe skill uses an external Smooth service/API and proxy and supports passing user metadata into browser tasks; this is expected for the product but sensitive data boundaries are not detailed in the artifact.
