
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@openzeppelin/defender-account-client
Advanced tools
Defender Account acts as an interface to manage your account.
Defender Account acts as an interface to manage your account.
We will no longer be maintaining or supporting any additional releases for defender-client. Please migrate to defender-sdk as soon as possible to get all the benefits of defender 2.0 and more.
Please
npm install @openzeppelin/defender-account-client
yarn add @openzeppelin/defender-account-client
Start by creating a new Team API Key in Defender, and granting it the capability to create new proposals. Use the newly created API key to initialize an instance of the Account client.
const { AccountClient } = require('@openzeppelin/defender-account-client');
const client = new AccountClient({ apiKey: API_KEY, apiSecret: API_SECRET });
To get account usages getUsage method can be used:
await client.getUsage();
You can optionally set date to get usage for past period. When date is set only subset of quotas connected to the monthly usage is returned.
await client.getUsage({
date: '2023-10-01'
});
You can also optionally set quotas list to get usage only for desired quotas.
await client.getUsage({
quotas: ['relayers', 'relayerTxPerHour']
});
Can I use this package in a browser?
This package is not designed to be used in a browser environment. Using this package requires sensitive API KEYS that should not be exposed publicly.
FAQs
Defender Account acts as an interface to manage your account.
We found that @openzeppelin/defender-account-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.