返回 Skill 列表
extension
分类: 开发与工程无需 API Key

config-hardening

强化配置和默认设置以实现更安全的部署。当中级开发人员需要减少错误配置风险时使用。

person作者: jakexiaohubgithub

Config Hardening

Purpose

Harden configuration and defaults for safer deployment.

Inputs to request

  • Current configuration defaults.
  • Environment and deployment model.
  • Security requirements and threat model.

Workflow

  1. Audit environment variables and defaults.
  2. Recommend safer defaults and validation.
  3. Identify secrets and rotate if exposed.

Output

  • Config hardening checklist.

Quality bar

  • Avoid breaking changes without migration notes.
  • Call out secret handling explicitly.