·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-11

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