Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
serendipity-bot
Advanced tools
Serendipity Bot randomly pairs people for 1-1 meetings. This is generally pleasant and productive in organizations larger than a handleful of people, and can be a great way to spread ideas and build relationships between team members.
npm i --g serendipity-bot
Save something like this to a file
Peter
Paul
Mary
John
George
Ringo
Keith
Mick
Note: if you're using Slack, you may want these to be Slack handles or emoji.
####To log today's pairing:
serendipity-bot [list_of_names]
####To post to Slack:
You'll first need to get a token for your Slack account.
serendipity-bot [list_of_names] --token [slack token] --channel [slack channel]
serendipity-bot --help
Set up a cron job to run the script regularly! Our engineering team at ClassDojo runs the bot every Wednesday and Friday.
The script calculates all 2-combinations of team members and shuffles them deterministically. It also stores an integer index value in a file, whose name is generated by hashing the list of team members.
Whenever the script is run, the index is incremented (mod the number of combinations), and we pick the combination at that index. This way, we cycle through every pairing before repeating.
FAQs
Randomly pair people for 1-1 meetings
The npm package serendipity-bot receives a total of 1 weekly downloads. As such, serendipity-bot popularity was classified as not popular.
We found that serendipity-bot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.