← 返回 Skills 市场
alirezarezvani

Isms Audit Expert

作者 Alireza Rezvani · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ 安全检测通过
1512
总下载
1
收藏
9
当前安装
2
版本数
在 OpenClaw 中安装
/install isms-audit-expert
功能描述
Information Security Management System (ISMS) audit expert for ISO 27001 compliance verification, security control assessment, and certification support. Use...
使用说明 (SKILL.md)

ISMS Audit Expert

Internal and external ISMS audit management for ISO 27001 compliance verification, security control assessment, and certification support.

Table of Contents


Audit Program Management

Risk-Based Audit Schedule

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

Annual Audit Planning Workflow

  1. Review previous audit findings and risk assessment results
  2. Identify high-risk controls and recent security incidents
  3. Determine audit scope based on ISMS boundaries
  4. Assign auditors ensuring independence from audited areas
  5. Create audit schedule with resource allocation
  6. Obtain management approval for audit plan
  7. Validation: Audit plan covers all Annex A controls within certification cycle

Auditor Competency Requirements

  • ISO 27001 Lead Auditor certification (preferred)
  • No operational responsibility for audited processes
  • Understanding of technical security controls
  • Knowledge of applicable regulations (GDPR, HIPAA)

Audit Execution

Pre-Audit Preparation

  1. Review ISMS documentation (policies, SoA, risk assessment)
  2. Analyze previous audit reports and open findings
  3. Prepare audit plan with interview schedule
  4. Notify auditees of audit scope and timing
  5. Prepare checklists for controls in scope
  6. Validation: All documentation received and reviewed before opening meeting

Audit Conduct Steps

  1. Opening Meeting

    • Confirm audit scope and objectives
    • Introduce audit team and methodology
    • Agree on communication channels and logistics
  2. Evidence Collection

    • Interview control owners and operators
    • Review documentation and records
    • Observe processes in operation
    • Inspect technical configurations
  3. Control Verification

    • Test control design (does it address the risk?)
    • Test control operation (is it working as intended?)
    • Sample transactions and records
    • Document all evidence collected
  4. Closing Meeting

    • Present preliminary findings
    • Clarify any factual inaccuracies
    • Agree on finding classification
    • Confirm corrective action timelines
  5. Validation: All controls in scope assessed with documented evidence


Control Assessment

Control Testing Approach

  1. Identify control objective from ISO 27002
  2. Determine testing method (inquiry, observation, inspection, re-performance)
  3. Define sample size based on population and risk
  4. Execute test and document results
  5. Evaluate control effectiveness
  6. Validation: Evidence supports conclusion about control status

For detailed technical verification procedures by Annex A control, see security-control-testing.md.


Finding Management

Finding Classification

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 Documentation Template

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]

Corrective Action Workflow

  1. Auditee acknowledges finding and severity
  2. Root cause analysis completed within 10 days
  3. Corrective action plan submitted with target dates
  4. Actions implemented by responsible parties
  5. Auditor verifies effectiveness of corrections
  6. Finding closed with evidence of resolution
  7. Validation: Root cause addressed, recurrence prevented

Certification Support

Stage 1 Audit Preparation

Ensure documentation is complete:

  • ISMS scope statement
  • Information security policy (management signed)
  • Statement of Applicability
  • Risk assessment methodology and results
  • Risk treatment plan
  • Internal audit results (past 12 months)
  • Management review minutes

Stage 2 Audit Preparation

Verify operational readiness:

  • All Stage 1 findings addressed
  • ISMS operational for minimum 3 months
  • Evidence of control implementation
  • Security awareness training records
  • Incident response evidence (if applicable)
  • Access review documentation

Surveillance Audit Cycle

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.


Tools

scripts/

Script Purpose Usage
isms_audit_scheduler.py Generate risk-based audit plans python scripts/isms_audit_scheduler.py --year 2025 --format markdown

Audit Planning Example

# 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

References

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

Audit Performance Metrics

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
安全使用建议
This skill appears coherent and low-risk: it provides audit guidance and a local scheduler script that reads a CSV and writes JSON/markdown. Before using: (1) review the provided script yourself if you allow the agent to execute it; it reads local CSVs and writes output but does not contact external endpoints. (2) Do not upload sensitive credentials or production data in CSVs used with the script. (3) Treat the guidance as advisory — verify it against your organisation's policies and current standards. (4) If you are concerned about autonomous invocation, limit the agent's ability to execute code or access files until you have reviewed the script in your environment.
功能分析
Type: OpenClaw Skill Name: isms-audit-expert Version: 2.1.1 The skill bundle is a legitimate toolkit for ISO 27001 ISMS auditing, providing comprehensive documentation, audit checklists, and a scheduling utility. The Python script `scripts/isms_audit_scheduler.py` is a benign helper tool that generates audit plans based on risk ratings without any network activity, sensitive data access, or suspicious execution patterns. The instructions in `SKILL.md` and the reference documents are strictly aligned with the stated purpose of compliance verification and security assessment.
能力评估
Purpose & Capability
Name/description match the provided materials: SKILL.md and reference guides describe audit methodology and procedures; the single script generates risk-based audit schedules from a local CSV and formats output. All artifacts are coherent with an ISMS audit helper.
Instruction Scope
Runtime instructions focus on audit planning, evidence collection, control testing and finding management. They do not instruct the agent to read unrelated system files, access environment secrets, or transmit data to external endpoints. The script accepts a local CSV and writes a local file or stdout — consistent with documented functionality.
Install Mechanism
No install spec is provided and this is effectively an instruction+utils bundle. No network download/extract or package installs are requested, so there is low install risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The included script operates on local files provided by the user (CSV) and does not reference secrets or external services.
Persistence & Privilege
always is false and model invocation is normal (agent-autonomy allowed by default). The skill does not request persistent system modification or access to other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install isms-audit-expert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /isms-audit-expert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
v2.1.1: optimization, reference splits
v1.0.0
Initial release: Comprehensive ISMS audit management and ISO 27001 compliance support. - Provides detailed workflows for audit program management, execution, and control assessment. - Includes templates and guidance for managing findings and corrective actions. - Offers certification preparation checklists for Stage 1 and Stage 2 audits. - Features tools for risk-based audit scheduling and planning. - Supplies reference documents for audit methodology and security control testing.
元数据
Slug isms-audit-expert
版本 2.1.1
许可证 MIT-0
累计安装 9
当前安装数 9
历史版本数 2
常见问题

Isms Audit Expert 是什么?

Information Security Management System (ISMS) audit expert for ISO 27001 compliance verification, security control assessment, and certification support. Use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1512 次。

如何安装 Isms Audit Expert?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install isms-audit-expert」即可一键安装,无需额外配置。

Isms Audit Expert 是免费的吗?

是的,Isms Audit Expert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Isms Audit Expert 支持哪些平台?

Isms Audit Expert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Isms Audit Expert?

由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v2.1.1。

💬 留言讨论