
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
solana-tx-parser
Advanced tools
Python bindings for Solana Transaction Parser (tx-parser), enabling Python developers to easily parse and analyze Solana blockchain transactions. This package provides a high-performance C-API wrapper around the original Rust implementation, making blockchain data interpretation accessible in Python while maintaining native-like performance.
Python bindings for parsing Solana transactions using a Go-based C shared library.
pip install solana-tx-parser
import json
from solana_tx_parser import parse_transaction
tx_data = {
"jsonrpc": "2.0",
"result": ..., # Your transaction JSON string
"id": 1,
}
tx_json = json.dumps(tx_data)
result = parse_transaction(tx_json)
result is a list of transaction objects:
[
{
"rawTx": {...}, # raw transaction data
"accountList": [
"H9m6fFpfGupwiJAY2aKd9d2MQe1StYSwxRNPcx2NHQuX",
"BgMff4ZEtg6Apu83cHxiPZBioDmEusphusWwV1Jtk9nj",
"CebN5WGQ4jvEPvsVU4EoHEpgzq1VV7AbicfhtW4xC9iM",
"TEf2o4WuA8RjzGK5SoE6kPLQzQE4gjrgp4tvErURicA",
"8DCJfMMoHXCZZhVfnAy8f5zydcnV23CQ5UR63gasX1yh",
"ComputeBudget111111111111111111111111111111",
"ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL",
"8suSDnKVFRyAsTpZ7e2J2seofy6fVhL3cerTfyYppump",
"11111111111111111111111111111111",
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
"6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P",
"4wTV1YmiEkRvAtNtsSGPtUrqRYQMe5SKy2uB4Jjaxnjf",
"SysvarRent111111111111111111111111111111111",
"Ce6TQqeHC9p8KetsN6JsjHK7UTZk7nasjjnr7XxXp9F1"
],
"actions": [
{
"programId": "ComputeBudget111111111111111111111111111111",
"programName": "ComputeBudget",
"instructionName": "SetComputeUnitLimit",
"computeUnitLimit": 250000
},
{
"programId": "ComputeBudget111111111111111111111111111111",
"programName": "ComputeBudget",
"instructionName": "SetComputeUnitPrice",
"microLamports": 1000000
},
{
"programId": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL",
"programName": "Unknown",
"instructionName": "Unknown",
"error": null
},
{
"programId": "6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P",
"programName": "PumpFun",
"instructionName": "Buy",
"who": "H9m6fFpfGupwiJAY2aKd9d2MQe1StYSwxRNPcx2NHQuX",
"fromToken": "So11111111111111111111111111111111111111112",
"fromTokenAmount": 279965,
"toToken": "8suSDnKVFRyAsTpZ7e2J2seofy6fVhL3cerTfyYppump",
"toTokenAmount": 10000000000,
"feeAmount": 2799
}
]
}
]
FAQs
Python bindings for Solana Transaction Parser (tx-parser), enabling Python developers to easily parse and analyze Solana blockchain transactions. This package provides a high-performance C-API wrapper around the original Rust implementation, making blockchain data interpretation accessible in Python while maintaining native-like performance.
We found that solana-tx-parser 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.