gvm_audit

Verify GVM audit log integrity and export compliance reports.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/skwuwu/analemma-gvm-openclaw --skill gvm-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gvm_audit
Source: https://github.com/skwuwu/analemma-gvm-openclaw/tree/main/skills/gvm-audit
Command: npx skills add https://github.com/skwuwu/analemma-gvm-openclaw --skill gvm-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies the integrity of GVM audit logs and enables exporting auditable compliance data for investigations and regulatory reporting.

Core Features & Use Cases

  • Verify WAL integrity and investigate governance decisions using commands like gvm audit verify and gvm audit show.
  • Export audit data and generate compliance reports with gvm audit export for regulatory or internal audits.
  • Use case: review recent denials and export the corresponding audit events for external auditors.

Quick Start

Run gvm audit verify to check WAL integrity and export reports with gvm audit export for compliance data.

Frequently Asked Questions about gvm_audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify the integrity of GVM audit logs?

To verify GVM audit log integrity, run the gvm audit verify command. This process checks the WAL data to ensure governance logs remain untampered and structurally sound for compliance review.

How do I export compliance data from WAL files for regulatory reporting?

You can export compliance data from WAL files by running the gvm audit export command. This extracts event metadata and produces concise, auditable outputs suitable for regulatory or internal audits.

What is the best way to investigate governance denials in audit logs?

Investigating governance denials involves using the gvm audit show command to review specific audit events. This allows you to examine denial records and extract the corresponding metadata for further investigation.

Can I extract event metadata from WAL data for external auditors?

Yes, you can extract event metadata from WAL data for external auditors. The gvm audit export functionality parses WAL data and generates concise compliance reports containing the required audit events.

Does GVM audit export work for internal compliance reviews?

Yes, GVM audit export works for internal compliance reviews. It parses WAL data to extract event metadata, fulfilling requirements for producing concise, auditable outputs for both internal and regulatory audits.