
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@bosonprotocol/agentic-commerce
Advanced tools
Agentic commerce tools for Boson and Fermion protocols - providing MCP clients, servers, and future Goat SDK plugins.
npm install @bosonprotocol/agentic-commerce
import {
BosonMCPClient,
FermionMCPClient,
BosonGoatSdkPlugin,
FermionGoatSdkPlugin
} from '@bosonprotocol/agentic-commerce';
// Or import specific modules
import { BosonMCPClient } from '@bosonprotocol/agentic-commerce/boson';
import { FermionMCPClient } from '@bosonprotocol/agentic-commerce/fermion';
import { BaseMCPClient } from '@bosonprotocol/agentic-commerce/common';
// Connect to Boson MCP server
const bosonClient = new BosonMCPClient();
await bosonClient.connectToServer('http://localhost:3001');
// Create a seller
await bosonClient.createSeller(sellerParams);
// Create an offer
await bosonClient.createOffer(offerParams);
Decentralized commerce protocol for tokenizing products and services as NFTs.
Next-generation marketplace protocol with advanced features and verification systems.
npm install
npm run build
npm run start:boson
npm run start:fermion
# Install dependencies
npm install
# Watch mode for development
npm run watch
# Development servers
npm run dev:boson # Boson Protocol
npm run dev:fermion # Fermion Protocol
# Run all tests
npm test
# Run with coverage
npm run test:coverage
# Linting and type checking
npm run lint
npm run typecheck
mcpServer.example.json
to mcpServer.json
if not automatically done# Run all CI checks locally
npm run ci
# Type checking
npm run typecheck
npm run typecheck:tests
# Linting
npm run lint # Strict (0 warnings)
npm run lint:ci # CI-friendly (100 warnings max)
npm run lint:fix # Auto-fix issues
# Testing
npm run test # Run all tests
npm run test:watch # Watch mode
npm run test:coverage # With coverage
For detailed protocol-specific documentation, please refer to:
npm run ci
FAQs
Agentic commerce tools for Boson and Fermion protocols
We found that @bosonprotocol/agentic-commerce 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.