针对 Python、JS/TS 与 Go 提供安全最佳实践审查与改进建议
这是一个开源、仅提示词型的安全审查技能,材料中未显示其需要密钥、联网或本机代码执行。结合 GitHub 开源和较高社区采用度,整体风险较低,主要仅需一般性关注其参考内容是否持续维护。
材料明确标注“需要的密钥/环境变量:无”,README 也未要求配置任何 API token、账号凭证或敏感环境变量,未见明显凭证泄露或滥用面。
系统检查项为 prompt-only,且“远程端点 host:无”;文档未声明固定外部服务连接。README 仅提到在信息不足时“可尝试在线搜索”,这更像模型行为建议而非该技能自身集成的外发通道,材料中未见确定的数据外传设计。
该技能本质上是安全最佳实践指导与审查说明,未描述会在本机启动进程、执行脚本、安装依赖或调用系统命令;从已给材料看不具备额外代码执行权限。
README 提到检查当前上下文、项目范围及 skill 的 references 目录,以识别语言/框架并参考文档;这属于提示层面的阅读指导,未声明可直接读写任意本地文件、数据库或其他敏感资源,也未见过度授权请求。
来源为 GitHub 上的 openai/skills,且系统标记为 open-source、社区采用度约 22k stars,源码可审计、来源可信度较高。许可证与维护状态未明确,值得后续留意,但不足以在当前材料下提升为更高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "security-best-practices" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/security-best-practices/SKILL.md 2. 保存为 ~/.claude/skills/security-best-practices/SKILL.md 3. 装好后重载技能,告诉我可以用了
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.
Then check this skill's references directory to see if there are any relevant documentation for the language and or frameworks. Make sure you read ALL reference files which relate to the specific framework or language. The format of the filenames is <language>-<framework>-<stack>-security.md. You should also check if there is a <language>-general-<stack>-security.md which is agnostic to the framework you may be using.
If working on a web application which includes a frontend and a backend, make sure you have checked for reference documents for BOTH the frontend and backend!
If you are asked to make a web app which will include both a frontend and backend, but the frontend framework is not specified, also check out javascript-general-web-frontend-security.md. It is important that you understand how to secure both the frontend and backend.
If no relevant information is available in the skill's references directory, think a little bit about what you know about the language, the framework, and all well known security best practices for it. If you are unsure you can try to search online for documentation on security best practices.
From there it can operate in a few ways.
The primary mode is to just use the information to write secure by default code from this point forward. This is useful for starting a new project or when writing new code.
The secondary mode is to passively detect vulnerabilities while working in the project and writing code for the user. Critical or very important vulnerabilities or major issues going against security guidance can be flagged and the user can be told about them. This passive mode should focus on the largest impact vulnerabilities and secure defaults.
The user can ask for a security report or to improve the security of the codebase. In this case a full report should be produced describe anyways the project fails to follow security best practices guidance. The report should be prioritized and have clear sections of severity and urgency. Then offer to start working on fixes for these issues. See #fixes below.
references/, load only the relevant files and follow their instructions.…
帮助用户用 Netlify CLI 部署、发布并关联网站项目到 Netlify。
将 Notion 规格说明转为实施计划、任务拆解与进度跟踪。
根据角色或品牌视觉生成、修复并打包可用于 Codex 的动画宠物素材。
将音频或视频中的语音转成文字,并可区分说话人与整理访谈记录。
帮助你基于接口文档或脚本快速生成可组合的命令行工具
帮助排查并修复 GitHub Actions 的 PR 检查失败,先分析日志再经批准实施修改。
帮助开发者在认证、输入处理、密钥和敏感功能开发中进行系统安全审查
用于架构设计与代码实现阶段的安全审查,识别威胁、漏洞与合规风险。
帮助开发者按 OWASP 最佳实践审查并改进代码安全
从正确性、测试、安全与性能等维度进行深入代码审查并给出改进建议
为 AI 生成代码提供可发布前的安全扫描与风险分级建议
对 Power Pages 站点执行端到端安全审查,并汇总生成完整 HTML 报告。