shield

Detect and mitigate security risks in code, addresses, and transactions across multiple chains.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill shield-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shield
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/shield
Command: npx skills add https://github.com/nirholas/agenti --skill shield-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Security Shield identifies and mitigates risks across code, addresses, and transactions on multiple blockchains, reducing exposure to exploits and scams.

Core Features & Use Cases

  • Code scanning for malicious patterns and safety issues in smart contracts, libraries, and plugins.
  • Address safety checks with auto-detection of chain context and risk scoring.
  • Pre-flight transaction validation and scam detection to prevent fraudulent transfers and losses.

Quick Start

Run shield to scan a sample code snippet or address for risk.

Frequently Asked Questions about shield

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

FAQPage Schema
How do I check if a blockchain address is safe before transferring funds?

To check if a blockchain address is safe, you need an address safety scanner that performs auto-detection of chain context and real-time risk scoring. This queries scam databases to flag fraudulent addresses and prevent financial losses.

What is pre-flight transaction validation and when do I need it?

Pre-flight transaction validation is the process of scanning a transaction for scam detection before execution. You need it across supported blockchains to prevent fraudulent transfers and mitigate exposure to malicious exploits.

How do I scan smart contract code for malicious patterns and safety issues?

To scan smart contract code for malicious patterns, you run a security scanner against your code snippets, libraries, or plugins. This identifies safety issues and calculates risk scores for rapid risk assessment.

Does this security scanner support multiple blockchains for risk assessment?

Yes, this security scanner supports risk assessment across multiple blockchains. It enforces a modular command interface to detect and mitigate security risks in code, addresses, and transactions.

What is the best way to integrate blockchain security checks into an MCP client?

The best way to integrate blockchain security checks into an MCP client is using a scanner that provides structured output. This allows direct ingestion by MCP client integration for automated risk scoring and scam DB lookups.