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