Skip to content

Commit b0fa9d9

Browse files
clientconfigclaude
andcommitted
Add TxScope — Solana multisig pre-signing threat scanner
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) <noreply@anthropic.com>
1 parent 8beaa71 commit b0fa9d9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/pages/monitoring/tools.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ serverless functions that run on Tenderly's infrastructure). The CLI and SDKs ar
105105
- **Website:** [tenderly.co](https://tenderly.co)
106106
- **GitHub:** [Tenderly](https://github.com/Tenderly) (CLI, SDKs, framework plugins)
107107

108+
### TxScope
109+
110+
Pre-signing transaction threat scanner for Solana multisigs. Monitors Squads Protocol vaults for pending proposals,
111+
simulates each transaction against mainnet via Helius RPC, and generates plain-language threat reports before any
112+
signer approves. Detection modules cover durable nonces, authority and admin transfers, withdrawal guard
113+
manipulation, known attack pattern matching, instruction-level trace and decode, proposer history and anomaly
114+
detection, and risk scoring (0–100). Free for on-demand scans; paid tiers for continuous monitoring with Telegram
115+
and Slack alerts.
116+
117+
- **Chains:** Solana
118+
- **Website:** [txscope.com](https://txscope.com)
119+
108120
## Reliability Considerations
109121

110122
Your monitoring system is only effective if it is itself reliable. Before committing to a tooling setup, evaluate

docs/pages/wallet-security/tools-and-resources.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Implement continuous monitoring to detect unauthorized or suspicious activity on
8484
- Connect to Telegram for notifications
8585
- Monitor for suspicious delegateCall transactions
8686

87+
### Solana Multisig Monitoring
88+
89+
- **[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.
90+
8791
### Network Security
8892

8993
For dedicated signing machines, implement network-level protections:

0 commit comments

Comments
 (0)