skills$openclaw/isms-audit-expert
alirezarezvani9.4k

by alirezarezvani

isms-audit-expert – OpenClaw Skill

isms-audit-expert is an OpenClaw Skills integration for security workflows. Information Security Management System auditing for ISO 27001 compliance, security control assessment, and certification support

9.4k stars2.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

nameisms-audit-expert
descriptionInformation Security Management System auditing for ISO 27001 compliance, security control assessment, and certification support OpenClaw Skills integration.
owneralirezarezvani
repositoryalirezarezvani/isms-audit-expert
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @alirezarezvani/isms-audit-expert
last updatedFeb 7, 2026

Maintainer

alirezarezvani

alirezarezvani

Maintains isms-audit-expert in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
references
cloud-security-audit.md
6.1 KB
iso27001-audit-methodology.md
6.6 KB
security-control-testing.md
7.0 KB
scripts
isms_audit_scheduler.py
8.9 KB
_meta.json
304 B
SKILL.md
8.4 KB
SKILL.md

name: isms-audit-expert description: Information Security Management System auditing for ISO 27001 compliance, security control assessment, and certification support triggers:

  • ISMS audit
  • ISO 27001 audit
  • security audit
  • internal audit ISO 27001
  • security control assessment
  • certification audit
  • surveillance audit
  • audit finding
  • nonconformity

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 LevelAudit FrequencyExamples
CriticalQuarterlyPrivileged access, vulnerability management, logging
HighSemi-annualAccess control, incident response, encryption
MediumAnnualPolicies, awareness training, physical security
LowAnnualDocumentation, 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

Evidence Collection Methods

MethodUse CaseExample
InquiryProcess understandingInterview Security Manager about incident response
ObservationOperational verificationWatch visitor sign-in process
InspectionDocumentation reviewCheck access approval records
Re-performanceControl testingAttempt login with weak password

Control Assessment

ISO 27002 Control Categories

Organizational Controls (A.5):

  • Information security policies
  • Roles and responsibilities
  • Segregation of duties
  • Contact with authorities
  • Threat intelligence
  • Information security in projects

People Controls (A.6):

  • Screening and background checks
  • Employment terms and conditions
  • Security awareness and training
  • Disciplinary process
  • Remote working security

Physical Controls (A.7):

  • Physical security perimeters
  • Physical entry controls
  • Securing offices and facilities
  • Physical security monitoring
  • Equipment protection

Technological Controls (A.8):

  • User endpoint devices
  • Privileged access rights
  • Access restriction
  • Secure authentication
  • Malware protection
  • Vulnerability management
  • Backup and recovery
  • Logging and monitoring
  • Network security
  • Cryptography

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

Finding Management

Finding Classification

SeverityDefinitionResponse Time
Major NonconformityControl failure creating significant risk30 days
Minor NonconformityIsolated deviation with limited impact90 days
ObservationImprovement opportunityNext 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

PeriodFocus
Year 1, Q2High-risk controls, Stage 2 findings follow-up
Year 1, Q4Continual improvement, control sample
Year 2, Q2Full surveillance
Year 2, Q4Re-certification preparation

Validation: No major nonconformities at surveillance audits.


Tools

scripts/

ScriptPurposeUsage
isms_audit_scheduler.pyGenerate risk-based audit planspython 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

FileContent
iso27001-audit-methodology.mdAudit program structure, pre-audit phase, certification support
security-control-testing.mdTechnical verification procedures for ISO 27002 controls
cloud-security-audit.mdCloud provider assessment, configuration security, IAM review

Audit Performance Metrics

KPITargetMeasurement
Audit plan completion100%Audits completed vs. planned
Finding closure rate>90% within SLAClosed on time vs. total
Major nonconformities0 at certificationCount per certification cycle
Audit effectivenessIncidents preventedSecurity improvements implemented

Compliance Framework Integration

FrameworkISMS Audit Relevance
GDPRA.5.34 Privacy, A.8.10 Information deletion
HIPAAAccess controls, audit logging, encryption
PCI DSSNetwork security, access control, monitoring
SOC 2Trust Services Criteria mapped to ISO 27002
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

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

FAQ

How do I install isms-audit-expert?

Run openclaw add @alirezarezvani/isms-audit-expert in your terminal. This installs isms-audit-expert into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/isms-audit-expert. Review commits and README documentation before installing.