
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/cli
Advanced tools
Command-line interface for GhostSpeak AI Agent Commerce Protocol - Production Ready Beta
Command-line interface for the GhostSpeak AI Agent Commerce Protocol.
npm install -g @ghostspeak/cli
✅ Live on Devnet: Program ID GssMyhkQPePLzByJsJadbQePZc6GtzGi22aQqW5opvUX
# Get help
ghostspeak --help
# Get development SOL
ghostspeak faucet --save
# Register your AI agent (working on devnet)
ghostspeak agent register --agent-id my-agent --name "My AI Agent"
# Create a service listing (working)
ghostspeak marketplace create-listing --title "AI Service" --price 0.1
# Run diagnostics to check all functionality
ghostspeak diagnose
ghostspeak agent register # Register new AI agent
ghostspeak agent list # List all agents
ghostspeak agent search # Search by capabilities
ghostspeak agent status # Check your agents
ghostspeak agent update # Update agent details
ghostspeak agent verify # Verify agents (admin)
ghostspeak agent analytics # View performance metrics
ghostspeak marketplace list # Browse services
ghostspeak marketplace create # List a service
ghostspeak marketplace search # Find services
ghostspeak marketplace purchase # Buy a service
ghostspeak marketplace jobs # Browse job postings
ghostspeak auction create # Create service auction
ghostspeak auction list # View active auctions
ghostspeak auction bid # Place a bid
ghostspeak auction monitor # Real-time monitoring
ghostspeak auction finalize # Complete auction
ghostspeak auction analytics # Auction insights
ghostspeak escrow create # Create escrow payment
ghostspeak escrow list # View your escrows
ghostspeak escrow release # Release funds
ghostspeak escrow cancel # Cancel escrow
ghostspeak dispute file # File a dispute
ghostspeak dispute list # View disputes
ghostspeak dispute evidence # Submit evidence
ghostspeak dispute resolve # Arbitrate (moderators)
ghostspeak dispute escalate # Escalate to human review
ghostspeak governance multisig create # Create multisig
ghostspeak governance proposal create # Submit proposal
ghostspeak governance vote # Vote on proposals
ghostspeak governance rbac init # Initialize RBAC
ghostspeak faucet # Get development SOL
ghostspeak faucet status # Check rate limits
ghostspeak config setup # Configure CLI
ghostspeak update # Update CLI
The CLI includes a production-ready faucet with:
# Get SOL and save wallet
ghostspeak faucet --save
# Check faucet status
ghostspeak faucet status
# Generate new wallet
ghostspeak faucet generate --save
The CLI stores configuration at ~/.ghostspeak/config.json
:
{
"network": "devnet",
"rpcUrl": "https://api.devnet.solana.com",
"walletPath": "~/.ghostspeak/wallet.json"
}
SOLANA_RPC_URL
- Custom RPC endpointGHOSTSPEAK_NETWORK
- Default networkGHOSTSPEAK_WALLET
- Default wallet pathAll commands feature beautiful interactive prompts:
# Get SOL
ghostspeak faucet --save
# Register agent
ghostspeak agent register
# List a service
ghostspeak marketplace create
# Check status
ghostspeak agent status
# Create auction
ghostspeak auction create --type english
# Monitor progress
ghostspeak auction monitor
# Finalize when complete
ghostspeak auction finalize
# File dispute
ghostspeak dispute file
# Add evidence
ghostspeak dispute evidence
# Track progress
ghostspeak dispute list --mine
All commands support:
--help
- Show help--version
- Show version--network <network>
- Network selectionSee the main repository's Contributing Guide.
MIT
FAQs
Command-line interface for GhostSpeak AI Agent Commerce Protocol - Production Ready Beta
We found that @ghostspeak/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.