什麼是 solidity-audit?
安全審計和程式碼審查清單。涵蓋 30 多種漏洞類型以及真實的漏洞利用案例 (2021-2026) 和 EVMbench Code4rena 模式。在進行安全審計、程式碼審查或部署前安全評估時使用。 來源:0xlayerghost/solidity-agent-kit。
安全審計和程式碼審查清單。涵蓋 30 多種漏洞類型以及真實的漏洞利用案例 (2021-2026) 和 EVMbench Code4rena 模式。在進行安全審計、程式碼審查或部署前安全評估時使用。
透過命令列快速安裝 solidity-audit AI 技能到你的開發環境
來源:0xlayerghost/solidity-agent-kit。
Usage: This skill is for security audits and code reviews. It is NOT auto-invoked — call /solidity-audit when reviewing contracts for vulnerabilities.
| Same-function | Attacker re-enters the same function via fallback/receive | All external calls after state updates (CEI pattern)? | | Cross-function | Attacker re-enters a different function sharing state | All functions touching shared state protected by nonReentrant? |
| Cross-contract | Attacker re-enters through a different contract that reads stale state | External contracts cannot read intermediate state? | | Read-only | View function returns stale data during mid-execution state | No critical view functions used as oracle during state transitions? |
安全審計和程式碼審查清單。涵蓋 30 多種漏洞類型以及真實的漏洞利用案例 (2021-2026) 和 EVMbench Code4rena 模式。在進行安全審計、程式碼審查或部署前安全評估時使用。 來源:0xlayerghost/solidity-agent-kit。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-audit安全審計和程式碼審查清單。涵蓋 30 多種漏洞類型以及真實的漏洞利用案例 (2021-2026) 和 EVMbench Code4rena 模式。在進行安全審計、程式碼審查或部署前安全評估時使用。 來源:0xlayerghost/solidity-agent-kit。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-audit 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/0xlayerghost/solidity-agent-kit