
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Gitord is a free and open-source 'bot template' that alerts you in the Discord Chanel of your choice if your github repository does not respect the rules you apply to it.
Gitord is a free and open-source "bot template" that alerts you in the Discord Chanel of your choice if your github repository does not respect the rules you apply to it.
npm i gitord
import { Gitord } from "./Gitord";
var bot = new Gitord(
"Discord token",
"Github token",
"test-kanban-bot",
"repo_test",
"Discord chanel ID"
);
bot.welcome_message = false;
bot.RefreshTime = 5;
bot.Rules.IssueMinimalBody = 1;
bot.Rules.PullNeedToFix = false;
bot.Start();
example: "QuentinGruber" is the repo_owner of this repo and "Gitord" is the repo_name*
To get the ID of a channel you have to switch your Discord to developer mode.
'User_list'
example : "User_list":[["Github_Username1","DiscordID1"],["Github_Username2","DiscordID2"]]
To get a DiscordID right-click on the user of your choice and copy its identifier
More info about the available rules here.
Used Node.js version 12.18.0
FAQs
Gitord is a free and open-source 'bot template' that alerts you in the Discord Chanel of your choice if your github repository does not respect the rules you apply to it.
The npm package gitord receives a total of 4 weekly downloads. As such, gitord popularity was classified as not popular.
We found that gitord 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.
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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.