一键导入
security-hardening
Proactively identify and patch security vulnerabilities and implement defensive coding patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Proactively identify and patch security vulnerabilities and implement defensive coding patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.
Analyze technical debt and evolve the project structure to improve scalability and maintainability.
Identify runtime bottlenecks and optimize critical paths to improve application speed and resource efficiency.
Automatically detect, isolate, and fix regressions or bugs based on test failures.
Design and implement backend services, APIs, middleware, authentication, and server-side logic following production best practices.
Perform a comprehensive review of the active directory or uncommitted git changes.
| name | Security Hardening |
| description | Proactively identify and patch security vulnerabilities and implement defensive coding patterns. |
| allowed-tools | ["execute_command","search_code","edit_file","read_file","run_tests"] |
This skill focuses on reducing the attack surface and ensuring the codebase is resilient to vulnerabilities.
execute_command to run dependency audits (e.g., npm audit, snyk) and identify known vulnerabilities in third-party packages.search_code.read_file to determine if the vulnerable code path is actually reachable and exploitable in the current context.execute_command.edit_file.