From b0fa9d90fb3f6859b7f1b7eef65d86f3c4ab5074 Mon Sep 17 00:00:00 2001 From: black Date: Mon, 6 Apr 2026 00:07:30 +0200 Subject: [PATCH] =?UTF-8?q?Add=20TxScope=20=E2=80=94=20Solana=20multisig?= =?UTF-8?q?=20pre-signing=20threat=20scanner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds TxScope to monitoring tools and wallet security tools pages. TxScope is a Solana-native pre-signing transaction threat scanner for Squads Protocol multisigs, filling the non-EVM tooling gap noted in the current tools page. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/pages/monitoring/tools.mdx | 12 ++++++++++++ docs/pages/wallet-security/tools-and-resources.mdx | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/docs/pages/monitoring/tools.mdx b/docs/pages/monitoring/tools.mdx index eb2f62a0..f360a5cd 100644 --- a/docs/pages/monitoring/tools.mdx +++ b/docs/pages/monitoring/tools.mdx @@ -105,6 +105,18 @@ serverless functions that run on Tenderly's infrastructure). The CLI and SDKs ar - **Website:** [tenderly.co](https://tenderly.co) - **GitHub:** [Tenderly](https://github.com/Tenderly) (CLI, SDKs, framework plugins) +### TxScope + +Pre-signing transaction threat scanner for Solana multisigs. Monitors Squads Protocol vaults for pending proposals, +simulates each transaction against mainnet via Helius RPC, and generates plain-language threat reports before any +signer approves. Detection modules cover durable nonces, authority and admin transfers, withdrawal guard +manipulation, known attack pattern matching, instruction-level trace and decode, proposer history and anomaly +detection, and risk scoring (0–100). Free for on-demand scans; paid tiers for continuous monitoring with Telegram +and Slack alerts. + +- **Chains:** Solana +- **Website:** [txscope.com](https://txscope.com) + ## Reliability Considerations Your monitoring system is only effective if it is itself reliable. Before committing to a tooling setup, evaluate diff --git a/docs/pages/wallet-security/tools-and-resources.mdx b/docs/pages/wallet-security/tools-and-resources.mdx index e856745b..32624c25 100644 --- a/docs/pages/wallet-security/tools-and-resources.mdx +++ b/docs/pages/wallet-security/tools-and-resources.mdx @@ -84,6 +84,10 @@ Implement continuous monitoring to detect unauthorized or suspicious activity on - Connect to Telegram for notifications - Monitor for suspicious delegateCall transactions +### Solana Multisig Monitoring + +- **[TxScope](https://txscope.com)**: Pre-signing threat scanner for Solana Squads multisigs. Simulates pending proposals against mainnet state and generates plain-language threat reports with risk scoring, durable nonce detection, authority transfer alerts, and known attack pattern matching. + ### Network Security For dedicated signing machines, implement network-level protections: