·security-best-practices
!

security-best-practices

openai/skills

执行特定于语言和框架的安全最佳实践审查并提出改进建议。仅当用户明确请求安全最佳实践指南、安全审查/报告或默认安全编码帮助时触发。仅针对支持的语言(python、javascript/typescript、go)触发。不触发一般代码审查、调试或非安全任务。

179安装·11热度·@openai

安装

$npx skills add https://github.com/openai/skills --skill security-best-practices

SKILL.md

This skill provides a description of how to identify the language and frameworks used by the current context, and then to load information from this skill's references directory about the security best practices for this language and or frameworks.

This information, if present, can be used to write new secure by default code, or to passively detect major issues within existing code, or (if requested by the user) provide a vulnerability report and suggest fixes.

The initial step for this skill is to identify ALL languages and ALL frameworks which you are being asked to use or already exist in the scope of the project you are working in. Focus on the primary core frameworks. Often you will want to identify both frontend and backend languages and frameworks.

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/openai/skills --skill security-best-practices
分类
!安全工具
认证
收录时间
2026-02-18
更新时间
2026-02-18

快速解答

什么是 security-best-practices?

执行特定于语言和框架的安全最佳实践审查并提出改进建议。仅当用户明确请求安全最佳实践指南、安全审查/报告或默认安全编码帮助时触发。仅针对支持的语言(python、javascript/typescript、go)触发。不触发一般代码审查、调试或非安全任务。 来源:openai/skills。

如何安装 security-best-practices?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/openai/skills --skill security-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/openai/skills