
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@winwithpickr/verify
Advanced tools
Independently verify any @winwithpickr giveaway result from your terminal.
Same algorithm that runs on the server and in the browser verification page — single source of truth, zero trust required.
npx @winwithpickr/verify \
--seed <64-char-hex> \
--pool <id,id,...> \
--winners <n> \
--expected-hash <hash>
The seed, pool IDs, and pool hash are all available on the giveaway's verification page (linked from every result tweet).
npx @winwithpickr/verify \
--seed aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa \
--pool 111,222,333,444,555 \
--winners 2 \
--expected-hash aa6e12495e487da59aea17fa4be1654953ccfdc6d1c6cf9280a1c61411e3a01d
── Pickr Verification ──
Seed: aaaaaaaaaa...
Pool size: 5
Pool hash: aa6e12495e487da59aea17fa4be1654953ccfdc6d1c6cf9280a1c61411e3a01d
Winners: 111, 333
Expected: aa6e12495e487da59aea17fa4be1654953ccfdc6d1c6cf9280a1c61411e3a01d
Match: YES
Exits with code 0 on match, 1 on mismatch.
| Flag | Required | Description |
|---|---|---|
--seed | Yes | 64-character hex seed from the result page |
--pool | Yes | Comma-separated X user IDs (sorted, from the result page) |
--winners | No | Number of winners (default: 1) |
--expected-hash | No | Pool hash to verify against — exits 1 on mismatch |
--help | No | Show usage |
This is the exact same algorithm used by the winwithpickr service. The implementation lives in pickr-core (Kotlin Multiplatform, MIT licensed) — the JVM server, browser verification page, and this CLI all compile from the same source.
java -jar pickr-verify.jar — download from GitHub ReleasesSeededRandom.shuffle(pool, seed) via Maven/GradleMIT
FAQs
Independently verify winwithpickr giveaway results
The npm package @winwithpickr/verify receives a total of 0 weekly downloads. As such, @winwithpickr/verify popularity was classified as not popular.
We found that @winwithpickr/verify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.