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