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

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