Stealth Browser
Analysis
This skill needs careful review because it is built for stealthy browser automation of logged-in Google/social actions, stores reusable cookies/sessions, and has under-declared install and provenance issues.
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.
Danach können Sie **alle Google-Dienste vollautomatisch nutzen** ... Ohne Bot-Erkennung ... Ohne manuelles Eingreifen ... YouTube-Kommentare ... Twitter/X Posts ... Blog-Kommentare posten
The skill is marketed for automated logged-in actions and public posting while bypassing bot detection, with no clear approval boundaries.
"files": ["SKILL.md", "README.md", "stealth-browser", "stealth-browser-v2", "install.sh", "docs/", "examples/"], "install": { "script": "install.sh" }The package references main executables that are absent from the provided manifest, while other artifacts disagree on version/author and the registry source is unknown.
pip3 install undetected-chromedriver selenium websocket-client --quiet ... python3 stealth-browser test
The user-directed install pulls unpinned packages and executes a local browser executable even though the registry says there is no install spec and the executable is not included in the provided files.
F: Ist das sicher? A: Ja, alle Daten bleiben lokal auf Ihrem Server. Cookies werden verschlüsselt gespeichert.
The docs make strong safety and encryption assurances while the supplied artifacts also encourage cookie export/import and do not include implementation evidence for the encryption claim.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
nach dem Google-Login funktionieren alle Google-Dienste: Gmail, YouTube, Ads, Analytics, Search Console, etc.
A stored Google session can grant broad access to email, advertising, analytics, webmaster tools, and YouTube rather than a narrowly scoped integration token.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
stealth-browser cookies export google ... stealth-browser cookies import google --file cookies.json ... cat /root/.openclaw/skills/stealth-browser/cookies/google_cookies.json
The docs describe persistent, importable/exportable cookie state stored on disk, creating reusable authenticated context without clear retention or protection boundaries.
