
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.
@sudobility/auctions_contracts
Advanced tools
Multi-chain auction system supporting Traditional, Dutch, and Penny auctions with ERC-20/721/1155 tokens on EVM and SPL/NFTs on Solana.
Multi-chain auction system supporting Solana (Rust/Anchor) and EVM (Solidity/Hardhat). Implements Traditional, Dutch, and Penny auction types.
bun install
The package provides a TypeScript SDK with four export points:
import { OnchainAuctionClient } from '@sudobility/auctions_contracts'; // Unified client
import { EvmAuctionClient } from '@sudobility/auctions_contracts/evm'; // EVM-specific (viem)
import { SolanaAuctionClient } from '@sudobility/auctions_contracts/solana'; // Solana-specific (web3.js)
import { ... } from '@sudobility/auctions_contracts/react-native'; // React Native entry
bun run build # Build everything (EVM + Solana + Unified + React Native)
bun run build:ci # Build unified + react-native only (no EVM/Solana compile)
bun run compile:evm # Compile Solidity contracts only
bun run test # Run EVM tests (Hardhat + viem)
bun run test:solana # Run Solana tests (cargo test)
bun run test:ci # Build unified then run unified tests directly
bun run lint # ESLint check
bun run lint:fix # ESLint with auto-fix
bun run typecheck # TypeScript compilation check
bun run format # Prettier formatting
bun run clean # Hardhat clean
bun run deploy:evm:local # Deploy to Hardhat localhost
bun run deploy:evm:sepolia # Deploy to Sepolia
bun run deploy:solana:devnet # Deploy to Solana devnet
__gap) for future slot reservationThe OnchainAuctionClient uses dynamic import() to lazy-load platform-specific clients (EVM or Solana) on first use, keeping bundle size minimal.
| Constant | Value |
|---|---|
| Fee Rate | 0.5% (50 basis points) |
| Max Fee Rate | 10% (1000 basis points) |
| Acceptance Period | 24 hours |
| Penny Timer | 5 minutes |
| Max Items Per Auction | 255 |
BUSL-1.1
FAQs
Multi-chain auction system supporting Traditional, Dutch, and Penny auctions with ERC-20/721/1155 tokens on EVM and SPL/NFTs on Solana.
We found that @sudobility/auctions_contracts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.