什麼是 security?
Solidity 安全模式、常見漏洞和預部署審核清單。防止實際損失的特定代碼模式-不僅僅是警告,還有防禦性實施。在部署任何合約之前、審查程式碼時或建置任何具有或移動價值的內容時使用。 來源:austintgriffith/ethskills。
Solidity 安全模式、常見漏洞和預部署審核清單。防止實際損失的特定代碼模式-不僅僅是警告,還有防禦性實施。在部署任何合約之前、審查程式碼時或建置任何具有或移動價值的內容時使用。
透過命令列快速安裝 security AI 技能到你的開發環境
來源:austintgriffith/ethskills。
"Solidity 0.8+ prevents overflows, so I'm safe." Overflow is one of dozens of attack vectors. The big ones today: reentrancy, oracle manipulation, approval exploits, and decimal mishandling.
"I tested it and it works." Working correctly is not the same as being secure. Most exploits call functions in orders or with values the developer never considered.
"It's a small contract, it doesn't need an audit." The DAO hack was a simple reentrancy bug. The Euler exploit was a single missing check. Size doesn't correlate with safety.
Solidity 安全模式、常見漏洞和預部署審核清單。防止實際損失的特定代碼模式-不僅僅是警告,還有防禦性實施。在部署任何合約之前、審查程式碼時或建置任何具有或移動價值的內容時使用。 來源:austintgriffith/ethskills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/austintgriffith/ethskills --skill securitySolidity 安全模式、常見漏洞和預部署審核清單。防止實際損失的特定代碼模式-不僅僅是警告,還有防禦性實施。在部署任何合約之前、審查程式碼時或建置任何具有或移動價值的內容時使用。 來源:austintgriffith/ethskills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/austintgriffith/ethskills --skill security 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/austintgriffith/ethskills