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