🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bridgeguard-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridgeguard-mcp

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bridge contracts for validator issues, replay attacks, oracle manipulation, and key concentration risks.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
23
4.55%
Maintainers
1
Weekly downloads
 
Created
Source

BridgeGuard MCP

Cross-chain bridge security audit tools for AI coding agents. Bridges account for 40%+ of all DeFi theft ($3.2B+ total losses). This is the first MCP server dedicated to bridge security.

npm version License: MIT

Quick Start

{
  "mcpServers": {
    "bridgeguard": {
      "command": "npx",
      "args": ["-y", "bridgeguard-mcp"]
    }
  }
}

Tools (4)

ToolDescription
bridge_scan_contractScan bridge Solidity code for 18+ vulnerability patterns
bridge_architecture_reviewAssess bridge design (validator model, thresholds, governance)
bridge_exploit_databaseSearch $3.2B+ in known bridge exploits
bridge_security_checklistComprehensive 40+ item audit checklist

What It Detects

CategoryPatternsReal-World Example
Validator SecurityKey concentration, low thresholds, single adminRonin ($624M), Harmony ($100M)
Message VerificationReplay attacks, missing nonces, signature malleabilityWormhole ($326M), Nomad ($190M)
Oracle SecurityStale prices, manipulation vectorsCrossCurve ($3M)
LiquidityUnrestricted mint/burn, no rate limitsMultiple bridges
Access Controlselfdestruct, unprotected upgradesMultiple bridges
Cross-ChainChain ID spoofing, insufficient finalityBNB Bridge ($586M)

Part of the Quantum Shield Security Suite

MCP ServerFocus
quantumguard-mcpPost-quantum cryptography
smartguard-mcpSmart contract security
defiguard-mcpDeFi protocol risk
vaultguard-mcpVault security
cryptodata-mcpMarket data & analytics
bridgeguard-mcpBridge security

License

MIT

Keywords

mcp

FAQs

Package last updated on 27 Mar 2026

Did you know?

Socket

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.

Install

Related posts