finding-security-misconfigurations
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFinding Security Misconfigurations
查找安全错误配置
Overview
概述
This skill provides automated assistance for the described functionality.
本技能可为上述功能提供自动化辅助。
Prerequisites
前提条件
Before using this skill, ensure:
- Configuration files accessible in {baseDir}/ (Terraform, CloudFormation, YAML, JSON)
- Infrastructure-as-code files (.tf, .yaml, .json, .template)
- Application configuration files (application.yml, config.json, .env.example)
- System configuration exports available
- Write permissions for findings report in {baseDir}/security-findings/
使用本技能前,请确保:
- 配置文件可在{baseDir}/目录下访问(Terraform、CloudFormation、YAML、JSON格式)
- 存在基础设施即代码文件(.tf、.yaml、.json、.template格式)
- 存在应用配置文件(application.yml、config.json、.env.example)
- 可获取系统配置导出文件
- 拥有在{baseDir}/security-findings/目录下写入检测报告的权限
Instructions
操作步骤
- Identify the target system/service and gather current configuration.
- Compare settings against baseline hardening guidance.
- Flag risky defaults, drift, and missing controls with severity.
- Provide a minimal-change remediation plan and verification steps.
See for detailed implementation guide.
{baseDir}/references/implementation.md- 确定目标系统/服务并收集当前配置。
- 将设置与基线加固指南进行对比。
- 标记存在风险的默认配置、配置漂移及缺失的控制措施,并标注严重程度。
- 提供最小变更的修复方案及验证步骤。
详见获取详细实施指南。
{baseDir}/references/implementation.mdOutput
输出结果
The skill produces:
Primary Output: Security misconfigurations report saved to {baseDir}/security-findings/misconfig-YYYYMMDD.md
Report Structure:
undefined本技能将生成:
主要输出:安全错误配置报告,保存至{baseDir}/security-findings/misconfig-YYYYMMDD.md
报告结构:
undefinedSecurity Misconfiguration Findings
安全错误配置检测结果
Error Handling
错误处理
See for comprehensive error handling.
{baseDir}/references/errors.md详见获取全面的错误处理说明。
{baseDir}/references/errors.mdExamples
示例
See for detailed examples.
{baseDir}/references/examples.md详见获取详细示例。
{baseDir}/references/examples.mdResources
参考资源
- CIS Benchmarks: https://www.cisecurity.org/cis-benchmarks/
- OWASP Configuration Guide: https://cheatsheetseries.owasp.org/cheatsheets/Infrastructure_as_Code_Security_Cheatsheet.html
- Cloud Security Alliance: https://cloudsecurityalliance.org/
- tfsec (Terraform): https://github.com/aquasecurity/tfsec
- Checkov (Multi-cloud): https://www.checkov.io/
- CIS Benchmarks: https://www.cisecurity.org/cis-benchmarks/
- OWASP配置指南: https://cheatsheetseries.owasp.org/cheatsheets/Infrastructure_as_Code_Security_Cheatsheet.html
- 云安全联盟: https://cloudsecurityalliance.org/
- tfsec (Terraform): https://github.com/aquasecurity/tfsec
- Checkov (多云): https://www.checkov.io/
undefined