
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@clerk/electron-passkeys
Advanced tools
Native passkey (WebAuthn) support for @clerk/electron, used when an Electron window loads a local bundle (file:// or a custom protocol) and the renderer's built-in WebAuthn cannot satisfy the RP ID's origin checks.
[!WARNING] This package is under active development and is not yet ready for production use.
This package is a napi-rs native module loaded in the Electron main process by createClerkBridge({ passkeys: true }) from @clerk/electron. You should not need to call it directly.
| Platform | Backend | Authenticators |
|---|---|---|
| macOS 12+ | AuthenticationServices (ASAuthorizationController) | Touch ID, iCloud Keychain, security keys |
| Windows 10 1903+ | webauthn.dll (Windows WebAuthn API) | Windows Hello, security keys |
| Linux | — | Not supported (use renderer WebAuthn) |
Prebuilt binaries ship as per-platform optional dependencies (@clerk/electron-passkeys-darwin-arm64, -darwin-x64, -win32-x64-msvc, -win32-arm64-msvc).
isAvailable(): boolean;
capabilities(): { platformAuthenticator: boolean; securityKeys: boolean };
createCredential(windowHandle: Buffer, optionsJson: string): Promise<string>;
getCredential(windowHandle: Buffer, optionsJson: string): Promise<string>;
createCredential/getCredential take the window handle from BrowserWindow#getNativeWindowHandle() (to anchor the OS dialog) and JSON-encoded WebAuthn options with base64url binary fields. They always resolve with a JSON envelope — { ok: true, credential } or { ok: false, error: { code, message } } with code one of cancelled | invalid_rp | not_supported | timeout | unknown — and never reject for ceremony failures.
Requires a Rust toolchain.
pnpm --filter @clerk/electron-passkeys build
MIT — see LICENSE.
FAQs
Native passkey (WebAuthn) support for Clerk's Electron SDK
We found that @clerk/electron-passkeys demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.