什么是 vibe-security?
这项技能可以帮助 Claude 编写安全的 Web 应用程序。在处理任何 Web 应用程序时使用,以确保遵循安全最佳实践。 来源:nickcrew/claude-ctx-plugin。
这项技能可以帮助 Claude 编写安全的 Web 应用程序。在处理任何 Web 应用程序时使用,以确保遵循安全最佳实践。
通过命令行快速安装 vibe-security AI 技能到你的开发环境
来源:nickcrew/claude-ctx-plugin。
This guide provides comprehensive secure coding practices for web applications. As an AI assistant, your role is to approach code from a bug hunter's perspective and make applications as secure as possible without breaking functionality.
Access control vulnerabilities occur when users can access resources or perform actions beyond their intended permissions.
Every input controllable by the user—whether directly or indirectly—must be sanitized against XSS.
这项技能可以帮助 Claude 编写安全的 Web 应用程序。在处理任何 Web 应用程序时使用,以确保遵循安全最佳实践。 来源:nickcrew/claude-ctx-plugin。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill vibe-security这项技能可以帮助 Claude 编写安全的 Web 应用程序。在处理任何 Web 应用程序时使用,以确保遵循安全最佳实践。 来源:nickcrew/claude-ctx-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill vibe-security 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/nickcrew/claude-ctx-plugin