
Research
/Security News
Compromised npm Packages in the AsyncAPI Namespace Deliver Miasma Botnet Loader
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.
@bitwarden/sdk-napi
Advanced tools
Node-API bindings for interacting with the Bitwarden Secrets Manager. This is a beta release and might be missing some functionality.
Node-API bindings for interacting with the Bitwarden Secrets Manager. This is a beta release and might be missing some functionality.
import { BitwardenClient, ClientSettings, DeviceType, LogLevel } from "@bitwarden/sdk-napi";
// Optional settings
const settings: ClientSettings = {
apiUrl: "https://api.bitwarden.com",
identityUrl: "https://identity.bitwarden.com",
userAgent: "Bitwarden SDK",
deviceType: DeviceType.SDK,
};
const accessToken = "-- REDACTED --";
const stateFile = "some/path/to/state/file";
const client = new BitwardenClient(settings, LogLevel.Info);
// Authenticating using a machine account access token
await client.auth().loginAccessToken(accessToken, stateFile);
// List secrets
const secrets = await client.secrets().list();
// Get a specific secret
const secret = await client.secrets().get("secret-id");
FAQs
Node-API bindings for interacting with the Bitwarden Secrets Manager. This is a beta release and might be missing some functionality.
We found that @bitwarden/sdk-napi 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
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.