
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.
@dfinity/cketh
Advanced tools
A library for interfacing with ckETH on the Internet Computer.
[!TIP] Still using
@dfinity/cketh? Upgrade to@icp-sdk/canisters/cketh!
You can use cketh-js by installing it in your project.
npm i @dfinity/cketh
The bundle needs peer dependencies, be sure that following resources are available in your project as well.
npm i @icp-sdk/core @dfinity/utils
The features are available through the class CkEthMinterCanister. It has to be instantiated with a canister ID.
import { CkEthMinterCanister } from "@dfinity/cketh";
import { createAgent } from "@dfinity/utils";
const agent = await createAgent({
identity,
host: HOST,
});
const { getSmartContractAddress } = CkEthMinterCanister.create({
agent,
canisterId: MY_CKETH_MINTER_CANISTER_ID,
});
const address = await getSmartContractAddress({});
You can find the API docs here.
FAQs
A library for interfacing with ckETH.
The npm package @dfinity/cketh receives a total of 192 weekly downloads. As such, @dfinity/cketh popularity was classified as not popular.
We found that @dfinity/cketh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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.