
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
One-shot task runner and condition checker
twink is an experimental swiss-army knife for checking the output of short-lived tasks.
# Exits successfully if a 200 is returned.
$ twink https://website.com
# Exits successfully if a 404 is returned.
$ twink https://website.com -e 404
# Exits successfully if the string "Hocus Pocus" appears in the HTTP response
$ twink https://website.com -e "Hocus Pocus"
# Exits successfully if the `file` command exits successfully
$ twink "file filename.mp3"
# Exits successfully if the `file` if the string "JPEG image data, Exif standard" appears
$ twink "file filename.mp3" -e "JPEG image data, Exif standard"
# See if the given port is open
$ twink 192.168.0.0:443
FAQs
One-shot task runner and condition checker
The npm package twink receives a total of 1 weekly downloads. As such, twink popularity was classified as not popular.
We found that twink demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.