·security
!

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。

"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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/austintgriffith/ethskills