
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
botmailroom
Advanced tools
The BotMailroom TypeScript client allows you to interact with the BotMailroom API. It provides asynchronous methods for interacting with the API.
You can get an API key by signing up for a BotMailroom account and creating an API key at https://auth.botmailroom.com/account/api_keys
npm install botmailroom
# or
yarn add botmailroom
import { BotMailRoom } from "botmailroom";
const client = new BotMailRoom("your_api_key"); // or set the BOTMAILROOM_API_KEY environment variable
const inbox = await client.createInbox(
"My Inbox",
"CHANGE_THIS@inbox.botmailroom.com"
);
Unless you have specific allow and block rules that prevent it, you will receive an email from support@inbox.botmailroom.com after you create an inbox for the first time. If you'd like to send a test email to your inbox, you can do so by:
sendEmail method:await client.sendEmail(inbox.id, "Test Email", "Hello from BotMailroom!", [
"recipient@example.com",
]);
You can then check for new emails using the getEmails method:
const emails = await client.getEmails(true, inbox.id);
console.log(emails);
FAQs
TypeScript client for the BotMailRoom API
We found that botmailroom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.