ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

Is Token Safe

Skill by dokbawi80

Why use this skill?

Analyze crypto tokens for scams and rug-pulls with the Is Token Safe skill. Get risk assessments and security insights for your trading bots and agents.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dokbawi80/is-token-safe
Or

What This Skill Does

The Is Token Safe skill, developed by dokbawi80, serves as a crucial security layer for users operating within the decentralized finance (DeFi) ecosystem. At its core, this tool functions as an automated auditor for cryptocurrency tokens. When provided with a contract address, the skill interface performs a multi-faceted analysis of the underlying smart contract. It inspects metadata, cross-references historical data against known malicious patterns, and identifies suspicious code structures such as hidden owner permissions, lack of liquidity locks, or extreme tax mechanisms often associated with rug-pulls. By processing these variables, the skill returns a risk level—categorized as low, medium, or high—along with a summarized justification, allowing users to make informed decisions before interacting with a token.

Installation

To integrate this security monitoring capability into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/dokbawi80/is-token-safe

Ensure that your OpenClaw agent instance is running and has the necessary permissions to execute external network requests, as the skill requires connectivity to blockchain indexers and security databases to fetch live contract information.

Use Cases

This skill is indispensable for several workflows. For automated trading bots, it acts as a pre-execution gatekeeper, ensuring the bot does not dump capital into honeypots. For prediction market agents, it filters out manipulated tokens that could lead to invalid market resolutions. Token discovery pipelines use it as a primary verification step to whitelist or blacklist assets based on quantitative risk profiles, significantly reducing the surface area for fraud.

Example Prompts

  1. "Check the risk level for the token at address 0x71C7656EC7ab88b098defB751B7401B5f6d8976F and summarize why it is flagged as high risk."
  2. "Is this token safe to swap on Uniswap? Here is the contract address: 0x123...4567."
  3. "Run a safety analysis on this potential investment and tell me if there are any rug-pull indicators in the code metadata."

Tips & Limitations

While this skill is a powerful deterrent against common scams, it cannot guarantee 100% security against sophisticated, zero-day exploits or clever social engineering attacks. Always treat the output as a heuristic tool rather than an absolute truth. We recommend combining this skill with manual verification of project documentation and community sentiment. Ensure your agent is configured to handle the risk scores programmatically; for example, setting a threshold where the agent aborts any transaction with a 'high' risk score.

Metadata

Author@dokbawi80
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dokbawi80-is-token-safe": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#crypto#security#blockchain#audit
Safety Score: 4/5

Flags: network-access, external-api