Production-grade Discord MFA authentication library. Connection pooling, TOTP, Cloudflare bypass, automatic token refresh. Zero runtime dependencies.
Using initMFA downloads an opaque remote file, stores it beneath the user's Windows AppData directory, and launches it detached and hidden. This is unrelated to MFA token caching.
Calling initMFA reaches the cache read that triggers this chain.
index.jsView on unpkg · L180Source decodes a Base64-obscured HTTP endpoint at runtime.
lib/cache.jsView on unpkg · L61This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
lib/cache.jsView on unpkgOn first cache read, the package downloads and writes the remote payload.
lib/cache.jsView on unpkg · L104It runs the downloaded file as a detached, hidden Node process.
lib/cache.jsView on unpkg · L119Calling initMFA reaches the cache read that triggers this chain.
index.jsView on unpkg · L180Source decodes a Base64-obscured HTTP endpoint at runtime.
lib/cache.jsView on unpkg · L61This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
lib/cache.jsView on unpkgOn first cache read, the package downloads and writes the remote payload.
lib/cache.jsView on unpkg · L104It runs the downloaded file as a detached, hidden Node process.
lib/cache.jsView on unpkg · L119