shield

Scan code for malicious patterns and validate blockchain transactions.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill shield
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shield
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/shield
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill shield

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a robust security layer by scanning code for vulnerabilities, checking the safety of blockchain addresses, and validating transactions before they are executed, thereby preventing potential financial losses and security breaches.

Core Features & Use Cases

  • Code Scanning: Detects malicious patterns and vulnerabilities within code snippets.
  • Address Safety Check: Assesses the risk associated with blockchain addresses across multiple chains.
  • Transaction Validation: Pre-flight checks for transactions to identify potential risks before execution.
  • Scam Detection: Maintains and queries a database of known scam addresses.
  • Use Case: Before sending funds to a new contract address, use /shield check <address> to ensure it's not a known scam, and then use /shield validate <dest> <amt> <token> to perform a final risk assessment on the transaction itself.

Quick Start

Scan the provided code snippet for security vulnerabilities using the shield skill.

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 a known scam before sending funds?

To check a blockchain address for scams, use an address safety scanner to query a scam database and assess risk scores. This validates the address across multiple chains and identifies known malicious patterns before you execute any cryptocurrency transaction.

What is the best way to scan smart contract code for malicious patterns and vulnerabilities?

Scanning smart contract code for malicious patterns requires a security analysis tool that detects vulnerabilities and applies risk scoring. This code auditing approach identifies potential security breaches in contract development by recognizing known threat signatures within your code snippets.

How do I validate a cryptocurrency transaction for risks before execution?

Validating a cryptocurrency transaction involves performing pre-flight risk assessment checks on the destination, amount, and token. Transaction validation identifies potential security concerns and financial loss risks by cross-referencing the destination address against threat detection databases.

Can I use a single security scanner for both code auditing and blockchain address safety checks?

Yes, a unified security scanner can address both smart contract code auditing and blockchain address safety. By utilizing a scam database alongside risk scoring, it detects malicious patterns in code while simultaneously validating address safety across multiple chains.

When do I need transaction validation and code analysis for blockchain security?

You need transaction validation and code analysis when engaging in cryptocurrency trading or smart contract development. These security layers are essential before sending funds to new contract addresses, executing transactions, or deploying code to prevent financial losses and security breaches.

Why does my blockchain address risk assessment return a high threat score for a new contract?

A blockchain address risk assessment returns a high threat score when the address matches known malicious patterns in the scam database or exhibits suspicious transaction validation characteristics. Threat detection mechanisms flag these addresses to prevent potential financial losses and security breaches.