create-github-account — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-github-account (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.
GitHub Account Registrierung via Google OAuth mit Fallback.
BEVOR GitHub Signup gestartet wird MUSS Chrome mit diesen Flags laufen:
--disable-features=SigninInterceptBubble,ExplicitBrowserSigninUIOnDesktop
--disable-sync
--no-first-run
--user-data-dir=/tmp/oar_openrouter_chrome_7656Ohne diese Flags erscheint das native "Mein Chrome" Popup und blockiert den gesamten Flow!
Siehe /undelete-login-google für den kompletten Chrome-Start-Code.
Stelle sicher dass Google bereits im Browser eingeloggt ist (siehe /undelete-login-google).
from oar_steps.github_signup import github_signup_via_google
result = await github_signup_via_google(browser, email)
# result = {"status": "success", "username": "...", "email": "..."}
# ODER: {"status": "already_exists", "username": "..."}
# ODER: {"status": "already_signed_in"}https://github.com/signupArray.from(document.querySelectorAll('button')).find(b => b.innerText.includes('Google')).click()Wenn GitHub meldet dass der Account bereits existiert:
https://github.com/loginNach erfolgreicher Registrierung:
Nr | vorname | nachname | geburtsdatum | benutzername | passwortSiehe Google Sheets Logging Skill für Details.
/tmp/github_01_signup_page.png/tmp/github_02_google_picker.png/tmp/github_03_username_page.png/tmp/github_04_final_state.pngJeder Schritt MUSS loggen:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.