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.