Add DeFi protocol security analysis reasoning task#28
Open
dolepee wants to merge 2 commits intoNousResearch:mainfrom
Open
Add DeFi protocol security analysis reasoning task#28dolepee wants to merge 2 commits intoNousResearch:mainfrom
dolepee wants to merge 2 commits intoNousResearch:mainfrom
Conversation
- Covers common smart contract vulnerabilities - Includes 5 detailed examples: reentrancy, oracle manipulation, access control, integer overflow, flash loan attacks - Targets crypto/DeFi/blockchain security reasoning
✅ Deploy Preview for openreasoningtasks ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Crypto Portfolio Optimization: Strategic allocation, rebalancing, yield farming, bear market defense - NFT Project Due Diligence: Red flag detection, legitimacy assessment, investment analysis - Both tasks include 3 comprehensive real-world examples covering bull/bear scenarios
Author
|
Hi team, could you please share feedback when you have a chance? I can apply any requested changes quickly. Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a DeFi smart contract security reasoning task to the Open-Reasoning-Tasks collection.
The task focuses on teaching models to analyze Solidity smart contracts for common real-world vulnerabilities, including:
Reentrancy attacks
Oracle manipulation (flash-loan driven price attacks)
Access-control and unprotected initializer bugs
Integer overflow issues in legacy Solidity
Flash-loan governance exploits
Each example walks through:
Vulnerable contract code
Step-by-step attack reasoning
Severity assessment
Recommended mitigations
The goal is to improve multi-step security reasoning (code analysis → exploit construction → impact evaluation → fix recommendation), which is highly relevant for DeFi auditing, developer education, and automated security workflows.
Motivation
The current task collection lacks blockchain/crypto-specific security reasoning. This task fills that gap by covering the most critical DeFi vulnerability classes that require multi-step analytical reasoning.
Task Details
Category: Smart Contract Security Analysis
Difficulty: Medium to Advanced
Examples: 5 comprehensive scenarios covering:
Each example includes:
Tags: crypto, defi, security, smart-contracts, solidity, vulnerability-analysis, blockchain, protocol-security, reasoning
Real-World Applicability
Checklist
npm run buildsuccessfully