·solidity-audit
!

solidity-audit

安全審計和程式碼審查清單。涵蓋 30 多種漏洞類型以及真實的漏洞利用案例 (2021-2026) 和 EVMbench Code4rena 模式。在進行安全審計、程式碼審查或部署前安全評估時使用。

39安裝·3熱度·@0xlayerghost

安裝

$npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-audit

如何安裝 solidity-audit

透過命令列快速安裝 solidity-audit AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-audit
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:0xlayerghost/solidity-agent-kit。

SKILL.md

查看原文

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
分類
!安全工具
認證
收錄時間
2026-02-20
更新時間
2026-03-10

Browse more skills from 0xlayerghost/solidity-agent-kit

快速解答

什麼是 solidity-audit?

安全審計和程式碼審查清單。涵蓋 30 多種漏洞類型以及真實的漏洞利用案例 (2021-2026) 和 EVMbench Code4rena 模式。在進行安全審計、程式碼審查或部署前安全評估時使用。 來源:0xlayerghost/solidity-agent-kit。

如何安裝 solidity-audit?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-audit 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/0xlayerghost/solidity-agent-kit