mantle-risk-evaluator

Assesses blockchain transactions for risks and assigns a verdict.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill mantle-risk-evaluator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mantle-risk-evaluator
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/mantle/vendor/mantle-risk-evaluator
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill mantle-risk-evaluator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents unsafe state-changing executions on the Mantle network by evaluating slippage, liquidity, address safety, allowance scope, and gas/deadline constraints before a transaction is executed, reducing the risk of losses, failed transactions, and malicious counterparty interactions.

Core Features & Use Cases

  • Input validation & gating: Enforces mandatory intent fields and blocks execution when required information is missing.
  • Comprehensive checklist: Runs slippage, liquidity depth, address safety, allowance scope, and gas/deadline checks with configurable thresholds.
  • Verdict & confidence model: Produces pass, warn, or block outcomes with confidence levels and clear blocking reasons for automated pipelines or user confirmation flows.
  • Use Cases: Integrate into wallet transaction flows, DEX routers, or automated trading bots to ensure pre-execution safety for swaps, approvals, and router interactions.

Quick Start

Run a Mantle preflight risk evaluation on a proposed transaction intent to receive a pass, warn, or block verdict before execution.

Frequently Asked Questions about mantle-risk-evaluator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run preflight risk checks for Mantle transactions?

To run Mantle preflight risk checks, submit an operation intent containing operation_type, chain environment, token amounts, and target contract addresses. The evaluator applies default and custom thresholds to produce pass, warn, or block verdicts.

What transaction risks does a preflight evaluator detect on the Mantle network?

A Mantle preflight evaluator detects unsafe slippage, liquidity depth issues, malicious addresses, excessive allowance scopes, and gas or deadline constraints. It evaluates these conditions before state-changing operations to prevent malicious interactions and failed executions.

Can I customize slippage and gas thresholds for Mantle swaps and approvals?

Yes, you can provide custom thresholds for slippage, price impact, deadline, and gas deviation. The evaluator applies these user-provided limits alongside default parameters to determine whether a Mantle transaction intent passes, warns, or blocks.

Does Mantle preflight risk evaluation work with automated trading bots and DEX routers?

Yes, Mantle preflight risk evaluation integrates into automated trading pipelines, DEX router interactions, and wallet transaction flows. It outputs confidence levels and clear blocking reasons suitable for automated execution logic or manual user confirmation.

What happens if required fields are missing from a Mantle transaction intent?

If required fields like operation_type, token amounts, or target contract addresses are missing, the preflight evaluator blocks execution. Input validation and gating enforce mandatory intent fields to prevent unsafe state-changing operations.

When should I use a preflight risk evaluator for Mantle network operations?

Use a preflight risk evaluator before executing any state-changing operation on the Mantle network, particularly for user-initiated swaps, token approvals, and router interactions. It reduces the risk of financial losses and failed transactions.