audit-log-integrity

Assess audit logging controls for resistance to privileged attacker tampering.

Updated May 11, 2026
One-click install
npx skills add https://github.com/blamejs/exceptd-skills --skill audit-log-integrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-log-integrity
Source: https://github.com/blamejs/exceptd-skills/tree/main/skills/audit-log-integrity
Command: npx skills add https://github.com/blamejs/exceptd-skills --skill audit-log-integrity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standard audit logging controls fail to protect against tampering by privileged attackers or insiders, and legacy compliance frameworks (NIST 800-53, ISO 27001, SOC 2) do not require the integrity controls needed to make audit trails reliable evidence in mid-2026 threat environments.

Core Features & Use Cases

  • Tamper-Evident Hash Chaining: Verifies log continuity on read to detect history rewrites.
  • Off-Host Signing: Uses keys stored separate from the log-writing host to prevent signature forgery.
  • Compliance WORM & Legal Hold: Enforces immutable storage that even privileged users cannot bypass, with legal holds that block retention purges.
  • Writer/Custodian Separation: Splits log writing and deletion rights to prevent single-identity trail erasure.
  • Honeytoken Deception: Seeds canary tokens on high-value surfaces to detect unauthorized log access. Use Case: Security teams use this skill to assess whether their audit trails can withstand insider or privileged attacker tampering for regulatory compliance and incident response.

Quick Start

Use the audit-log-integrity skill to evaluate your organization's audit logging controls for resistance to privileged attacker tampering and compliance with mid-2026 threat requirements.

Frequently Asked Questions about audit-log-integrity

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

FAQPage Schema
How do I prevent privileged attackers from tampering with audit logs?

To prevent audit log tampering, you need tamper-evident hash chaining, off-host signing, and compliance-mode WORM immutability. This skill evaluates your logging controls against privileged insider threats to ensure your audit trails remain reliable evidence.

What is tamper-evident logging and how does it detect log history rewrites?

Tamper-evident logging uses hash chaining to verify log continuity on read, detecting unauthorized history rewrites. It pairs with off-host signing keys to prevent privileged attackers from forging log entries or altering existing audit trails.

How do I enforce WORM storage and legal holds for compliance audits?

Enforce WORM storage and legal holds by implementing immutable compliance storage that even privileged users cannot bypass. Legal holds block retention purges, ensuring audit trails meet NIST, ISO 27001, SOC 2, and NIS2 regulatory evidence requirements.

Can I use honeytokens to detect unauthorized access to audit trails?

Yes, honeytoken deception seeds canary tokens on high-value log surfaces to detect unauthorized access. This deters and exposes privileged insiders or attackers attempting to silently modify or read sensitive audit trail data.

Does writer and custodian separation improve audit log integrity?

Writer and custodian separation improves audit log integrity by splitting log writing and deletion rights. This prevents a single identity from erasing the audit trail, satisfying compliance requirements for tamper-resistant logging.

How do I assess audit trail hardening for NIST and SOC 2 compliance?

Assess audit trail hardening by evaluating your controls for hash-chaining, WORM immutability, and honeytoken deployment against mid-2026 threat environments. This validates your audit logs withstand privileged attacker tampering for NIST and SOC 2 compliance.