restaking

Analyze restaking protocols for security vulnerabilities in Solidity code.

60|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/PurpleAILAB/Vigilo --skill restaking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: restaking
Source: https://github.com/PurpleAILAB/Vigilo/tree/main/packages/opencode/skills/restaking
Command: npx skills add https://github.com/PurpleAILAB/Vigilo --skill restaking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complex and evolving security risks inherent in restaking protocols, helping auditors and developers identify vulnerabilities before they are exploited.

Core Features & Use Cases

  • Risk Identification: Detects common failure points like cascading slashing, operator collusion, and withdrawal queue manipulation.
  • Pattern Matching: Provides specific code patterns and search queries to find vulnerabilities in Solidity code.
  • Use Case: An auditor can use this Skill to quickly scan a new restaking protocol's codebase for known vulnerabilities related to EigenLayer AVS integration and slashing propagation.

Quick Start

Analyze the provided Solidity code for restaking-specific vulnerabilities.

Frequently Asked Questions about restaking

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

FAQPage Schema
How do I analyze EigenLayer AVS integration for security vulnerabilities?

To analyze EigenLayer AVS integration for security vulnerabilities, scan the Solidity codebase for known failure points like cascading slashing, operator collusion, and withdrawal queue manipulation. The analysis uses specific code patterns and search queries to identify root causes and provide mitigation strategies.

What is slashing propagation in restaking protocols?

Slashing propagation in restaking protocols is a cascading risk mechanism where penalties applied to an operator for malicious behavior amplify across multiple Actively Validated Services (AVS). Analyzing this mechanism involves identifying how faults trigger cross-protocol risk amplification and evaluating the resulting critical severity vulnerabilities.

How do I detect cross-protocol risk amplification in restaking smart contracts?

Detecting cross-protocol risk amplification in restaking smart contracts requires pattern matching to find vulnerabilities related to LST/LRT depeg and operator risks. The process identifies root causes of critical, high, and medium severity risks and provides targeted search queries to locate these flaws in Solidity code.

Can I use this to scan for withdrawal queue manipulation in DeFi restaking code?

Yes, you can scan DeFi restaking code for withdrawal queue manipulation. The analysis targets this specific failure point by providing detection patterns and search queries that identify the root causes of such vulnerabilities within the protocol's Solidity implementation.

What are the limitations of automated restaking protocol risk analysis?

Automated restaking protocol risk analysis focuses on identifying known vulnerability patterns like operator collusion, LST/LRT depeg, and slashing propagation. It may not detect novel, zero-day attack vectors or complex economic exploits that fall outside established pattern matching, requiring additional manual review for comprehensive coverage.

Does restaking risk analysis cover LST and LRT depeg vulnerabilities?

Yes, restaking risk analysis explicitly covers LST and LRT depeg vulnerabilities. It evaluates how these depegging events interact with operator risks and withdrawal queues to amplify cross-protocol risks, providing detection patterns and mitigation strategies for these specific failure points.