security-and-hardening とは?
ユーザー入力、認証、データストレージ、または外部統合を処理するときに使用します。信頼できないデータの受け入れ、ユーザー セッションの管理、またはサードパーティ サービスとの対話機能を構築するときに使用します。 ソース: addyosmani/agent-skills。
ユーザー入力、認証、データストレージ、または外部統合を処理するときに使用します。信頼できないデータの受け入れ、ユーザー セッションの管理、またはサードパーティ サービスとの対話機能を構築するときに使用します。
コマンドラインで security-and-hardening AI スキルを開発環境にすばやくインストール
ソース: 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ユーザー入力、認証、データストレージ、または外部統合を処理するときに使用します。信頼できないデータの受け入れ、ユーザー セッションの管理、またはサードパーティ サービスとの対話機能を構築するときに使用します。 ソース: addyosmani/agent-skills。
ターミナルまたはコマンドラインツール(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