什么是 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