·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