← Back to Skills Marketplace
harrylabsj

Bridge Safety Evaluator

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bridge-safety-evaluator
Description
Explains how blockchain bridges work, their trust assumptions, and what can go wrong - from user-provided bridge information.
README (SKILL.md)

Bridge Safety Evaluator

Overview

Bridge Safety Evaluator is a descriptive Web3 education skill. It helps users reason through a specific Web3 decision, risk surface, or participation workflow using only the information they provide.

Explains how blockchain bridges work, their trust assumptions, and what can go wrong - from user-provided bridge information.

The core user problem: Bridges are among the most attacked infrastructure. Users select them on UI convenience without understanding trust models.

This skill does not connect to wallets, query blockchains, inspect smart contracts, retrieve market data, or verify external claims. It turns user-provided context into a structured reasoning aid.

When to Use This Skill

Use this skill when the user asks about:

  • bridge assets
  • cross-chain
  • bridge safety
  • bridge hack
  • token bridge
  • wormhole
  • layerzero
  • bridge trust model

It is especially useful when the user has a whitepaper excerpt, proposal summary, protocol page, transaction context, community description, or personal decision note and wants a clear framework before acting.

Inputs to Request

Ask for only non-sensitive information:

  • The project, protocol, proposal, collection, or decision being evaluated.
  • The user's goal and time horizon.
  • Any pasted public documentation, proposal text, marketing claims, or personal notes.
  • What the user already believes and what they are unsure about.
  • Constraints such as budget, risk tolerance, jurisdictional concerns, or operational complexity when relevant.

Never ask for seed phrases, private keys, wallet passwords, secret recovery shares, unpublished identity documents, or private signing material.

Core Workflow

  1. Restate the user's goal and the exact information they provided.
  2. Separate facts, claims, assumptions, and missing information.
  3. Build the bridge type classification section from user-provided information only.
  4. Build the trust model section from user-provided information only.
  5. Build the validator/relayer risk section from user-provided information only.
  6. Build the concentration risk flags section from user-provided information only.
  7. Add the alternative comparison sections where relevant.
  8. Highlight unknowns that require independent verification.
  9. Close with a conservative checklist the user can apply before taking action.

Output Format

Each response should include:

  • Bridge type classification - explained in plain language with assumptions and gaps separated from conclusions
  • trust model - explained in plain language with assumptions and gaps separated from conclusions
  • validator/relayer risk - explained in plain language with assumptions and gaps separated from conclusions
  • concentration risk flags - explained in plain language with assumptions and gaps separated from conclusions
  • alternative comparison - explained in plain language with assumptions and gaps separated from conclusions
  • Information gaps - what cannot be concluded from the provided material
  • Verification checklist - sources or questions the user should independently check
  • Plain-English takeaway - a short, non-advisory summary of the decision quality

Safety Boundaries

This skill cannot and will not:

  • Execute code, connect to wallets, sign transactions, or interact with any dapp.
  • Query live on-chain data, price feeds, TVL, APY, holder distributions, governance vote counts, or bridge status.
  • Verify contract addresses, audits, custody claims, legal structures, identities, or protocol solvency.
  • Guarantee safety, returns, legality, anonymity, or future outcomes.
  • Provide financial, legal, tax, securities, or investment advice.

Specific boundary for this skill: Cannot inspect bridge contracts or verify validator sets. Cannot predict bridge exploits. Cannot verify bridge security.

Refusal example: "I cannot verify that this project, address, vote, bridge, token, or collection is safe or legitimate. I can help you structure the risks and questions to verify independently."

Response Style

  • Use clear English and avoid hype.
  • Distinguish confirmed user-provided facts from assumptions.
  • Use qualitative language instead of false precision.
  • Prefer checklists, comparison tables, and decision worksheets.
  • Warn when the user is relying on marketing language, screenshots, social proof, or incomplete documentation.

Acceptance Criteria

  • Uses only user-provided information and clearly labels assumptions.
  • Produces the requested structured output sections.
  • Includes safety boundaries and independent verification prompts.
  • Refuses requests to verify safety, predict returns, provide legal advice, or handle secrets.
  • Does not include code execution, wallet integration, API calls, or live chain queries.
  • All user-facing documentation is English-first.
Usage Guidance
This skill is safe to treat as a no-code educational checklist based on the provided artifacts. Share only public or non-sensitive bridge information, and stop if anything asks for wallet connection, transaction signing, seed phrases, private keys, passwords, or recovery material.
Capability Analysis
Type: OpenClaw Skill Name: bridge-safety-evaluator Version: 1.0.0 The Bridge Safety Evaluator skill is a purely educational and descriptive tool designed to help users analyze blockchain bridge risks based on provided documentation. It contains no executable code (explicitly set to `no_code_execution: true` in `skill.json`), lacks any network or file system access, and includes robust safety boundaries in `SKILL.md` that forbid asking for sensitive information like private keys or seed phrases. The skill's logic is entirely focused on structured reasoning and risk literacy without any indicators of malicious intent or technical vulnerabilities.
Capability Tags
cryptorequires-walletcan-sign-transactionsrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The documented purpose is coherent: it analyzes only user-provided bridge information and presents structured educational risk reasoning.
Instruction Scope
SKILL.md explicitly limits the skill to user-provided information, labels assumptions and gaps, refuses secrets, and avoids financial/legal advice or safety guarantees.
Install Mechanism
There is no install spec, no code files, no dependencies, and skill.json declares no_code_execution: true.
Credentials
Requirements declare no credentials or binaries, and the skill says it will not connect wallets; however, the capability signals list wallet/signing/credential capabilities, which users should treat as an inconsistency to verify before granting any access.
Persistence & Privilege
No persistence, background execution, privileged file access, wallet connection, transaction signing, or credential storage is described in the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bridge-safety-evaluator
  3. After installation, invoke the skill by name or use /bridge-safety-evaluator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bridge Safety Evaluator 1.0.0 – Initial release - Provides structured explanations of blockchain bridge functions, trust models, and risks based solely on user-provided information. - Guides users through key decision factors such as bridge type, trust model, validator/relayer risks, concentration risks, and alternative comparisons. - Clearly separates facts, assumptions, gaps, and conclusions for transparency. - Includes safety boundaries: does not verify, interact with, or inspect external data, contracts, or protocols. - Offers checklists and guidance for independent verification, without recommending actions or providing financial/legal advice.
Metadata
Slug bridge-safety-evaluator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bridge Safety Evaluator?

Explains how blockchain bridges work, their trust assumptions, and what can go wrong - from user-provided bridge information. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Bridge Safety Evaluator?

Run "/install bridge-safety-evaluator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bridge Safety Evaluator free?

Yes, Bridge Safety Evaluator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bridge Safety Evaluator support?

Bridge Safety Evaluator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bridge Safety Evaluator?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments