Contract Scanner for Openclaw

A high-performance security tool for auditing Ethereum-based smart contracts to detect scams, honeypots, and hidden risks.

alexbrc20
v1.0.0
Mar 6, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install contract-scanner

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install contract-scanner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Contract Scanner?

The Contract Scanner is a professional-grade security extension designed to safeguard blockchain interactions. By integrating with Openclaw Skills, this tool provides developers and traders with a robust framework to perform deep analysis on smart contracts before committing capital. It focuses on identifying malicious logic like honeypots, exorbitant buy/sell taxes, and centralized ownership risks that could lead to rug pulls.

In the fast-moving world of decentralized finance, having an automated auditor within your Openclaw Skills library is essential. This skill bridges the gap between complex source code and actionable security intelligence, providing users with a clear risk assessment in seconds.

Contract Scanner Use Cases

  • Verifying the safety of a new token before trading on decentralized exchanges.
  • Auditing tax mechanisms to ensure transparency in transaction fees and avoid hidden costs.
  • Checking contract ownership status to detect if developers can manipulate funds or pause trading.
  • Scaling security checks via API for high-frequency trading bots or portfolio trackers.

How Contract Scanner Works

  1. The user provides a smart contract address through the Openclaw Skills interface.
  2. The system fetches the contract source code and on-chain metadata via the Etherscan API.
  3. A local Python-based analysis engine parses the code for known vulnerability patterns and malicious logic.
  4. The skill calculates a comprehensive risk score based on liquidity, taxes, and ownership flags.
  5. A formatted report is generated, categorizing the contract from Low to Critical risk.

Contract Scanner Setup

To activate the Contract Scanner within your Openclaw Skills environment, ensure you have an Etherscan API key and the necessary binaries installed.

# Set your environment variable
export ETHERSCAN_API_KEY="your_api_key_here"

# Verify dependencies
python3 --version
curl --version

Contract Scanner Data Schema & Taxonomy

The skill organizes security data into a structured format for easy interpretation and integration:

Parameter Description
risk_level Categorization (Low, Medium, High, Critical) based on code analysis.
tax_analysis Detailed breakdown of buy and sell percentages.
ownership_data Status of contract renouncement and admin privileges.
honeypot_detection Boolean flag indicating if the contract prevents selling.
risk_score Numerical security rating for automated decision making.

Contract Scanner Advanced Features

  • Batch processing support for auditing multiple addresses in a single command.
  • Real-time risk alerts for newly deployed contracts to catch early opportunities safely.
  • Deep code analysis for obfuscated malicious logic that bypasses basic scanners.
  • API access for Pro users to integrate security audits into external Openclaw Skills workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*