·security

Solidity 安全模式、常见漏洞和预部署审核清单。防止实际损失的特定代码模式——不仅仅是警告,还有防御性实施。在部署任何合约之前、审查代码时或构建任何具有或移动价值的内容时使用。

30安装·0热度·@austintgriffith

安装

$npx skills add https://github.com/austintgriffith/ethskills --skill security

如何安装 security

通过命令行快速安装 security AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/austintgriffith/ethskills --skill security
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:austintgriffith/ethskills。

SKILL.md

查看原文

"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 security
分类
!安全工具
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from austintgriffith/ethskills

快速解答

什么是 security?

Solidity 安全模式、常见漏洞和预部署审核清单。防止实际损失的特定代码模式——不仅仅是警告,还有防御性实施。在部署任何合约之前、审查代码时或构建任何具有或移动价值的内容时使用。 来源:austintgriffith/ethskills。

如何安装 security?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/austintgriffith/ethskills --skill security 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/austintgriffith/ethskills

详情

分类
!安全工具
来源
skills.sh
收录时间
2026-02-22