
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@foundry-rs/cast
Advanced tools
Swiss Army knife for interacting with Ethereum applications from the command line
Cast is a Swiss Army knife for interacting with Ethereum applications from the command line. You can make smart contract calls, send transactions, or retrieve any type of chain data - all from your command-line! The cast binary can be used both within and outside of a Foundry project.
Example
npx --yes @foundry-rs/cast@nightly block-number
More generally
npx --yes @foundry-rs/cast@<version|nightly> <command> [args...]
locally to your project
npm add @foundry-rs/cast@nightly
npx cast <command> [args...]
globally
npm add --global @foundry-rs/cast@nightly
cast <command> [args...]
Also works with deno, bun, and pnpm:
deno run --quiet --allow-all npm:@foundry-rs/cast@nightly <command> [args...]
bun x @foundry-rs/cast@nightly <command> [args...]
pnpm dlx --silent @foundry-rs/cast@nightly <command> [args...]
FAQs
Swiss Army knife for interacting with Ethereum applications from the command line
The npm package @foundry-rs/cast receives a total of 647 weekly downloads. As such, @foundry-rs/cast popularity was classified as not popular.
We found that @foundry-rs/cast demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

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.