
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@witnet/sdk
Advanced tools
Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.
Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain. The Witnet Javascript SDK empowers devops and Web3 developers to seamlessly interact with the Witnet blockchain.
Users of the Witnet Javascript library or the embedded CLI tools, will be able to:
Install the witsdk binary:
$ npm install -g @witnet/sdk
$ witsdk --version
$ npm install --save-dev @witnet/sdk`
const { requests, modals } = require("@witnet/sdk/assets")
const { utils, Witnet } = require("@witnet/sdk")
import { requests, modals } from "@witnet/sdk/assets"
import { utils, Witnet } from "@witnet/sdk"
Both the CLI and the library can be configured by using a .env file declaring this variable:
WITNET_SDK_WALLET_MASTER_KEY="xprv_string_here_as_exported_from_a_node_mww_or_sheikah"
You can optionally:
--provider (if using the CLI), or by setting the WITNET_SDK_PROVIDER_URL environment variable.| Witnet Network | Network id | WIT/RPC endpoints |
|---|---|---|
| Mainnet | 0x9fed | https://rpc-01.witnet.io |
| Testnet | 0x749f | https://rpc-testnet.witnet.io |
Please, find Javascript and Typescript code snippets in the Witnet Docs site.
npx witsdk networkRetrieve dynamic information from the Witnet's P2P network:

npx witsdk walletSelf-custody local wallet for spending and staking at will your own $WIT coins:

npx witsdk inspectInspect public data from the Witnet blockchain:

npx witsdk radonManage pre-built Witnet-compliant data requests and templates (aka. Radon assets):

If willing to customize Radon assets specific to your Web3 project, please initialize the witnet/ workspace folder:
$ npx witsdk radon init
npx witsdk nodesInteract with your own private Witnet nodes, if reachable:

Learn more about Witnet, the $WIT coin and the Wit/Oracle framework for smart contracts at:
👉 https://docs.witnet.io 👉 https://witnet.io 👉 https://witnet.foundation/
MIT © 2025 — Maintained by the Witnet Project.
FAQs
Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.
The npm package @witnet/sdk receives a total of 35 weekly downloads. As such, @witnet/sdk popularity was classified as not popular.
We found that @witnet/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.