·security-and-hardening
!

security-and-hardening

ユーザー入力、認証、データストレージ、または外部統合を処理するときに使用します。信頼できないデータの受け入れ、ユーザー セッションの管理、またはサードパーティ サービスとの対話機能を構築するときに使用します。

14インストール·0トレンド·@addyosmani

インストール

$npx skills add https://github.com/addyosmani/agent-skills --skill security-and-hardening

security-and-hardening のインストール方法

コマンドラインで security-and-hardening AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/addyosmani/agent-skills --skill security-and-hardening
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: addyosmani/agent-skills。

Security-first development practices for web applications. Treat every external input as hostile, every secret as sacred, and every authorization check as mandatory. Security isn't a phase — it's a constraint on every line of code that touches user data, authentication, or external systems.

| "This is an internal tool, security doesn't matter" | Internal tools get compromised. Attackers target the weakest link. | | "We'll add security later" | Security retrofitting is 10x harder than building it in. Add it now. | | "No one would try to exploit this" | Automated scanners will find it. Security by obscurity is not security. |

| "The framework handles security" | Frameworks provide tools, not guarantees. You still need to use them correctly. | | "It's just a prototype" | Prototypes become production. Security habits from day one. |

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/addyosmani/agent-skills --skill security-and-hardening
カテゴリ
!セキュリティ
認証済み
初回登録
2026-02-24
更新日
2026-03-10

Browse more skills from addyosmani/agent-skills

クイックアンサー

security-and-hardening とは?

ユーザー入力、認証、データストレージ、または外部統合を処理するときに使用します。信頼できないデータの受け入れ、ユーザー セッションの管理、またはサードパーティ サービスとの対話機能を構築するときに使用します。 ソース: addyosmani/agent-skills。

security-and-hardening のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/addyosmani/agent-skills --skill security-and-hardening インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

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

https://github.com/addyosmani/agent-skills