new-google-login — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited new-google-login (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Description: Robust Google Account Login via Chrome Native Profile Menu Version: 1.0.0 Scope: opencode
This skill provides an extremely robust way to log into Google accounts in Chrome. It completely avoids web-DOM selectors that fail due to Google UI changes. Instead, it uses macOS AppleScript and keyboard emulation to interact directly with the Chrome Toolbar's Profile Menu. It handles various states (search engine popup, cookie consent, sync dialogs).
When an agent needs to log into a Google account, they can invoke this skill to execute the robust login flow.
python3 ~/.config/opencode/skills/new-google-login/login.py --email "[email protected]" --password "pass123" --port 7654 --profile-dir "/tmp/fresh_profile"
python3 ~/.config/opencode/skills/new-google-login/login.py --email "[email protected]" --password "pass123" --port 7654 --profile-dir "/tmp/fresh_profile" --attachabout:blank (bypassing Google Cookie Consent).--disable-search-engine-choice-screen to kill the EU popup block.Cmd+L), then uses Tab and Space to open the native profile menu.Tab and Space to click the "Sign in" / "Turn on sync" button.about:blank~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.