Apply this methodology when performing a security audit, peer review, or general assessment of Solidity smart contracts. It is designed to identify vulnerabilities, ensure adherence to best practices, and verify the robustness of the contract logic.
Before beginning the manual review, ensure the following items are addressed:
| Critical | Direct loss of funds, permanent contract lock, or total compromise. | Reentrancy, Unprotected withdraw, Logic error in transfer. | | High | Significant impact on system functionality or exploitable under realistic conditions. | Access control bypass, Unchecked external calls, Oracle manipulation. |
مراجعة كود العقد الذكي ومنهجية التدقيق الأمني لـ Solidity. يُستخدم عند مراجعة أو تدقيق أو تقييم أمان كود Solidity. يوفر عملية مراجعة منظمة وتصنيف الخطورة ومجالات التفتيش الرئيسية وتكامل OWASP SCWE. تشغيل المهام التي تتضمن مراجعة التعليمات البرمجية، أو التدقيق الأمني، أو تقييم الثغرات الأمنية، أو مراجعة العقود الذكية، أو التحقق من أفضل الممارسات. المصدر: whackur/solidity-agent-toolkit.