Skip to content

A Claude Code plugin marketplace from GoPlus providing skills to enhance AI-assisted security analysis, testing, and development workflows.

License

Notifications You must be signed in to change notification settings

GoPlusSecurity/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GoPlus Security Skills

A Claude Code plugin providing AI-assisted Web3 security analysis powered by GoPlus Security.

Features

Module Skills Description
Building Secure Tokens token-risk-scanner, safe-token-factory Honeypot detection, token security analysis, secure token creation
Building Secure Transactions malicious-address-detection, approval-security-detection, phishing-site-detection, transaction-simulation Address screening, approval auditing, phishing detection, tx preview
Building Secure AI Agent (Phase 2) Prompt injection, data disclosure, resource security

Prerequisites

1. Install GoPlus MCP Server

npm install -g goplus-mcp

2. Get GoPlus API Credentials

  1. Visit GoPlus Security API
  2. Register and obtain your API Key and Secret

3. Configure MCP

For Claude Desktop, edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "goplus": {
      "command": "goplus-mcp",
      "env": {
        "GOPLUS_API_KEY": "your-api-key",
        "GOPLUS_API_SECRET": "your-api-secret"
      }
    }
  }
}

For Claude Code, create .mcp.json in your project:

{
  "mcpServers": {
    "goplus": {
      "command": "goplus-mcp",
      "env": {
        "GOPLUS_API_KEY": "${GOPLUS_API_KEY}",
        "GOPLUS_API_SECRET": "${GOPLUS_API_SECRET}"
      }
    }
  }
}

Installation

/plugin marketplace add GoPlusSecurity/goplus-security-skills

Or install specific modules:

/plugin install GoPlusSecurity/goplus-security-skills/plugins/building-secure-tokens
/plugin install GoPlusSecurity/goplus-security-skills/plugins/building-secure-transactions

Quick Start

Check Token Security

Is this token safe? 0xdAC17F958D2ee523a2206206994597C13D831ec7 on Ethereum

Check Address

Check if this address is malicious: 0x123... on BSC

Audit Approvals

Audit my wallet approvals: 0xMyWallet... on Ethereum

Check Phishing Site

Is https://uniswapp.com safe to connect?

Supported Chains

EVM Chains (40+)

Chain ID Chain ID
Ethereum 1 BSC 56
Polygon 137 Arbitrum 42161
Optimism 10 Base 8453
Avalanche 43114 Fantom 250
Cronos 25 zkSync Era 324
Linea 59144 Scroll 534352

Non-EVM Chains

  • Solana
  • Sui
  • Tron

MCP Tools Reference

MCP Tool Skill Function
goplus_token_security token-risk-scanner EVM token analysis
goplus_solana_token_security token-risk-scanner Solana token analysis
goplus_sui_token_security token-risk-scanner Sui token analysis
goplus_malicious_address malicious-address-detection Address threat check
goplus_approval_security approval-security-detection Approval risk audit
goplus_phishing_site phishing-site-detection Phishing URL check
goplus_nft_security (extensible) NFT contract analysis

Documentation

License

Apache-2.0

Links

About

A Claude Code plugin marketplace from GoPlus providing skills to enhance AI-assisted security analysis, testing, and development workflows.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •