Home / gensecaihq / wazuh-autopilot · backend/app/skills/compliance-mapping/SKILL.md · GitHub

compliance-mapping skillA

compliance-mapping is agent-read markdown (skill) from gensecaihq/wazuh-autopilot: Map incidents, control checks and SCA results to ISO 27001:2022, PCI DSS v4.0.1, NIST SP 800-53r5 and CIS Controls v8.1 and write auditor-ready evidence statements; use for compliance checks, audit questions, or incidents on regulated assets..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Compliance Mapping

Translate security evidence into control language auditors accept. You report status
and gaps; you don't certify compliance.

## Tools

| Need | Tool |
|---|---|
| Framework check | `run_compliance_check(framework="PCI-DSS", agent_id=...)`; `framework` is one of PCI-DSS, HIPAA, SOX, GDPR, NIST, ISO27001; omit `agent_id` for the whole environment |
| CIS benchmark / SCA results per agent | `get_sca_policy_checks(agent_id)` |
| ISO 27001 posture | `get_iso27001_dashboard` |
| ISO 27001 gaps | `get_iso27001_gap_analysis` |
| One ISO control | `get_iso27001_control_detail(control_id="A.8.16")` |
| Alerts tagged to ISO controls | `get_iso27001_alerts` |

### Wazuh compliance tags

Stock Wazuh rules declare compliance mappings as groups in the ruleset (`pci_dss_10.2.4`,
`gdpr_IV_32.2`, `hipaa_164.312.b`, `nist_800_53_AC.7`, `tsc_CC6.1`, `gpg13_7.1`). In alerts
Wazuh emits them as arrays: `rule.pci_dss`, `rule.gdpr`, `rule.hipaa`, `rule.nist_800_53`,
`rule.tsc`, `rule.gpg13`. For example, rule 5712 (sshd brute force) carries PCI DSS
10.2.4 / 10.2.5 / 11.4, NIST 800-53 AC.7 / AU.14 / SI.4, HIPAA 164.312.b and TSC
CC6.1 / CC6.8 / CC7.2 / CC7.3.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add gensecaihq/wazuh-autopilot/compliance-mapping@v1.1
Exact content
mdr add gensecaihq/wazuh-autopilot/compliance-mapping@sha256:978ecdee5017fc1d

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_e6355ezlpqbqcxuh.svg)](https://markdownregistry.com/a/art_e6355ezlpqbqcxuh)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.1 latest2026-09-24 616b0ee 4,920 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4920 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

gensecaihq/wazuh-autopilot · 57 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_e6355ezlpqbqcxuh
GET https://markdownregistry.com/api/v1/resolve?ref=gensecaihq/wazuh-autopilot/compliance-mapping
GET https://markdownregistry.com/api/v1/blob/978ecdee5017fc1d99875d423d3c227b44338cfa66f7610aba83378d968352be

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from gensecaihq/wazuh-autopilot

action-verification skill
gensecaihq/wazuh-autopilot · backend/app/skills/action-verification/SKILL.md · Verify on-host effect of executed containment actions with the wazuh_check_* tools, record verified/failed/unknown, and…
v1.1 · audit A · 57 stars
alert-correlation skill
gensecaihq/wazuh-autopilot · backend/app/skills/alert-correlation/SKILL.md · Find related Wazuh activity around a case by time window and entity pivots, detect kill-chain progression and campaigns…
v1.1 · audit A · 57 stars
alert-triage skill
gensecaihq/wazuh-autopilot · backend/app/skills/alert-triage/SKILL.md · First-pass triage of Wazuh alerts — map rule level to severity, spot noise and false positives, group into existing…
v1.1 · audit A · 57 stars
containment-playbooks skill
gensecaihq/wazuh-autopilot · backend/app/skills/containment-playbooks/SKILL.md · Reference for every Wazuh containment action type — when to use it, required parameters, D3FEND mapping, verification…
v1.1 · audit A · 57 stars
detection-engineering skill
gensecaihq/wazuh-autopilot · backend/app/skills/detection-engineering/SKILL.md · Design, backtest and tune detections as code — ADS-documented Sigma or Wazuh rules with ATT&CK coverage — and submit…
v1.1 · audit A · 57 stars
entity-extraction skill
gensecaihq/wazuh-autopilot · backend/app/skills/entity-extraction/SKILL.md · Extract and normalize IPs, hosts, users, processes, files, hashes and domains from Wazuh alert JSON with…
v1.1 · audit A · 57 stars
executive-reporting skill
gensecaihq/wazuh-autopilot · backend/app/skills/executive-reporting/SKILL.md · Write shift, daily, weekly, executive and incident reports in BLUF style with risk expressed in business terms, and…
v1.0 · audit A · 57 stars
host-forensics skill
gensecaihq/wazuh-autopilot · backend/app/skills/host-forensics/SKILL.md · Live triage of a Wazuh-monitored host — processes, listening ports, configuration, agent health, persistence locations…
v1.1 · audit B · 57 stars
identity-compromise skill
gensecaihq/wazuh-autopilot · backend/app/skills/identity-compromise/SKILL.md · Investigate suspected account compromise — brute force followed by success, impossible travel, privilege escalation and…
v1.1 · audit A · 57 stars
incident-timeline skill
gensecaihq/wazuh-autopilot · backend/app/skills/incident-timeline/SKILL.md · Build an ordered, evidence-linked incident timeline with first/last seen, dwell time and pivot points; use when a case…
v1.1 · audit A · 57 stars
ioc-enrichment skill
gensecaihq/wazuh-autopilot · backend/app/skills/ioc-enrichment/SKILL.md · Enrich indicators (IPs, domains, URLs, hashes) with reputation and context, grade source reliability with the Admiralty…
v1.1 · audit A · 57 stars
ir-playbook-bruteforce skill
gensecaihq/wazuh-autopilot · backend/app/skills/ir-playbook-bruteforce/SKILL.md · Incident-response playbook (PB-001) for brute-force, password-spraying and credential-stuffing attacks against SSH…
v2.1 · audit A · 57 stars

Every file in gensecaihq/wazuh-autopilot

Other files named compliance-mapping

compliance-mapping skill
community-access/accessibility-agents · skills/compliance-mapping/SKILL.md · Map findings to Section 508, EN 301 549, EAA, ADA, AODA; build a VPAT.
git:20260922.cd88753 · audit A · 414 stars
compliance-mapping skill
dreadnode/capabilities · capabilities/ai-red-teaming/skills/compliance-mapping/SKILL.md · Maps AIRT attacks, transforms, and scorers to OWASP LLM Top 10, OWASP ASI (ASI01-ASI10), MITRE ATLAS, NIST AI RMF, and…
git:20260504.2a64374 · audit A · 17 stars

Browse by kind, by grade A, or by owner.