isms-audit-expert by alirezarezvani/claude-skills
npx skills add https://github.com/alirezarezvani/claude-skills --skill isms-audit-expert用于 ISO 27001 合规性验证、安全控制评估和认证支持的内部和外部 ISMS 审计管理。
| 风险等级 | 审计频率 | 示例 |
|---|---|---|
| 关键 | 每季度 | 特权访问、漏洞管理、日志记录 |
| 高 | 每半年 | 访问控制、事件响应、加密 |
| 中 | 每年 | 策略、意识培训、物理安全 |
| 低 | 每年 | 文档、资产清单 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
首次会议
证据收集
控制验证
末次会议
验证: 范围内的所有控制项均已评估,并有证据记录
| 方法 | 用例 | 示例 |
|---|---|---|
| 询问 | 流程理解 | 访谈安全经理关于事件响应 |
| 观察 | 运行验证 | 观察访客签到流程 |
| 检查 | 文档审查 | 检查访问批准记录 |
| 重新执行 | 控制测试 | 尝试使用弱密码登录 |
组织控制(A.5):
人员控制(A.6):
物理控制(A.7):
技术控制(A.8):
| 严重程度 | 定义 | 响应时间 |
|---|---|---|
| 重大不符合项 | 导致重大风险的控制失效 | 30 天 |
| 轻微不符合项 | 影响有限的孤立偏差 | 90 天 |
| 观察项 | 改进机会 | 下一个审计周期 |
Finding ID: ISMS-[YEAR]-[NUMBER]
Control Reference: A.X.X - [Control Name]
Severity: [Major/Minor/Observation]
Evidence:
- [Specific evidence observed]
- [Records reviewed]
- [Interview statements]
Risk Impact:
- [Potential consequences if not addressed]
Root Cause:
- [Why the nonconformity occurred]
Recommendation:
- [Specific corrective action steps]
确保文档完整:
验证运行就绪情况:
| 周期 | 重点 |
|---|---|
| 第 1 年,第 2 季度 | 高风险控制、第二阶段发现项跟进 |
| 第 1 年,第 4 季度 | 持续改进、控制项抽样 |
| 第 2 年,第 2 季度 | 全面监督 |
| 第 2 年,第 4 季度 | 再认证准备 |
验证: 监督审计中无重大不符合项。
| 脚本 | 用途 | 用法 |
|---|---|---|
isms_audit_scheduler.py | 生成基于风险的审计计划 | python scripts/isms_audit_scheduler.py --year 2025 --format markdown |
# Generate annual audit plan
python scripts/isms_audit_scheduler.py --year 2025 --output audit_plan.json
# With custom control risk ratings
python scripts/isms_audit_scheduler.py --controls controls.csv --format markdown
| 文件 | 内容 |
|---|---|
| iso27001-audit-methodology.md | 审计项目结构、审计前阶段、认证支持 |
| security-control-testing.md | ISO 27002 控制项的技术验证程序 |
| cloud-security-audit.md | 云提供商评估、配置安全、IAM 审查 |
| 关键绩效指标 | 目标 | 测量方式 |
|---|---|---|
| 审计计划完成率 | 100% | 已完成审计 vs. 计划审计 |
| 发现项关闭率 | >90% 在 SLA 内 | 按时关闭 vs. 总数 |
| 重大不符合项 | 认证时为零 | 每个认证周期的数量 |
| 审计有效性 | 预防的事件 | 已实施的安全改进 |
| 框架 | ISMS 审计相关性 |
|---|---|
| GDPR | A.5.34 隐私、A.8.10 信息删除 |
| HIPAA | 访问控制、审计日志记录、加密 |
| PCI DSS | 网络安全、访问控制、监控 |
| SOC 2 | 映射到 ISO 27002 的信任服务标准 |
每周安装次数
159
代码仓库
GitHub 星标数
3.6K
首次出现
Jan 20, 2026
安全审计
安装于
claude-code141
opencode120
gemini-cli118
codex111
cursor106
github-copilot96
Internal and external ISMS audit management for ISO 27001 compliance verification, security control assessment, and certification support.
| Risk Level | Audit Frequency | Examples |
|---|---|---|
| Critical | Quarterly | Privileged access, vulnerability management, logging |
| High | Semi-annual | Access control, incident response, encryption |
| Medium | Annual | Policies, awareness training, physical security |
| Low | Annual | Documentation, asset inventory |
Opening Meeting
Evidence Collection
Control Verification
Closing Meeting
Validation: All controls in scope assessed with documented evidence
| Method | Use Case | Example |
|---|---|---|
| Inquiry | Process understanding | Interview Security Manager about incident response |
| Observation | Operational verification | Watch visitor sign-in process |
| Inspection | Documentation review | Check access approval records |
| Re-performance | Control testing | Attempt login with weak password |
Organizational Controls (A.5):
People Controls (A.6):
Physical Controls (A.7):
Technological Controls (A.8):
| Severity | Definition | Response Time |
|---|---|---|
| Major Nonconformity | Control failure creating significant risk | 30 days |
| Minor Nonconformity | Isolated deviation with limited impact | 90 days |
| Observation | Improvement opportunity | Next audit cycle |
Finding ID: ISMS-[YEAR]-[NUMBER]
Control Reference: A.X.X - [Control Name]
Severity: [Major/Minor/Observation]
Evidence:
- [Specific evidence observed]
- [Records reviewed]
- [Interview statements]
Risk Impact:
- [Potential consequences if not addressed]
Root Cause:
- [Why the nonconformity occurred]
Recommendation:
- [Specific corrective action steps]
Ensure documentation is complete:
Verify operational readiness:
| Period | Focus |
|---|---|
| Year 1, Q2 | High-risk controls, Stage 2 findings follow-up |
| Year 1, Q4 | Continual improvement, control sample |
| Year 2, Q2 | Full surveillance |
| Year 2, Q4 | Re-certification preparation |
Validation: No major nonconformities at surveillance audits.
| Script | Purpose | Usage |
|---|---|---|
isms_audit_scheduler.py | Generate risk-based audit plans | python scripts/isms_audit_scheduler.py --year 2025 --format markdown |
# Generate annual audit plan
python scripts/isms_audit_scheduler.py --year 2025 --output audit_plan.json
# With custom control risk ratings
python scripts/isms_audit_scheduler.py --controls controls.csv --format markdown
| File | Content |
|---|---|
| iso27001-audit-methodology.md | Audit program structure, pre-audit phase, certification support |
| security-control-testing.md | Technical verification procedures for ISO 27002 controls |
| cloud-security-audit.md | Cloud provider assessment, configuration security, IAM review |
| KPI | Target | Measurement |
|---|---|---|
| Audit plan completion | 100% | Audits completed vs. planned |
| Finding closure rate | >90% within SLA | Closed on time vs. total |
| Major nonconformities | 0 at certification | Count per certification cycle |
| Audit effectiveness | Incidents prevented | Security improvements implemented |
| Framework | ISMS Audit Relevance |
|---|---|
| GDPR | A.5.34 Privacy, A.8.10 Information deletion |
| HIPAA | Access controls, audit logging, encryption |
| PCI DSS | Network security, access control, monitoring |
| SOC 2 | Trust Services Criteria mapped to ISO 27002 |
Weekly Installs
159
Repository
GitHub Stars
3.6K
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code141
opencode120
gemini-cli118
codex111
cursor106
github-copilot96
xdrop 文件传输脚本:Bun 环境下安全上传下载工具,支持加密分享
42,100 周安装