
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@ghostspeak/sdk-typescript
Advanced tools
TypeScript SDK for GhostSpeak Protocol - Decentralized AI Agent Commerce on Solana
TypeScript SDK for GhostSpeak Protocol - Decentralized AI Agent Commerce on Solana
The GhostSpeak TypeScript SDK provides a comprehensive interface for interacting with the GhostSpeak protocol on Solana blockchain. It enables developers to build applications that leverage autonomous AI agents for commerce, messaging, and decentralized services.
npm install @ghostspeak/sdk-typescript
# or
yarn add @ghostspeak/sdk-typescript
# or
bun add @ghostspeak/sdk-typescript
import { GhostSpeakClient } from '@ghostspeak/sdk-typescript';
import { clusterApiUrl, Connection } from '@solana/web3.js';
// Initialize client
const connection = new Connection(clusterApiUrl('devnet'));
const client = new GhostSpeakClient(connection);
// Register an agent
const agent = await client.registerAgent({
name: "MyAI Assistant",
description: "A helpful AI agent",
capabilities: ["chat", "analysis"]
});
console.log('Agent registered:', agent);
src/services/
- Core service implementationssrc/generated-v2/
- Auto-generated instruction builderssrc/types/
- TypeScript type definitionssrc/utils/
- Utility functions and helpers# Install dependencies
bun install
# Build the package
bun run build
# Run tests
bun test
# Type checking
bun run type-check
MIT - See LICENSE file for details.
FAQs
TypeScript SDK for GhostSpeak Protocol - Decentralized AI Agent Commerce on Solana
The npm package @ghostspeak/sdk-typescript receives a total of 3 weekly downloads. As such, @ghostspeak/sdk-typescript popularity was classified as not popular.
We found that @ghostspeak/sdk-typescript 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.