Structured audit logging who what when and tamper evidence
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill audit-logging --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Logging?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-audit-logging)More formats (shields.io, HTML) on the badges page.
---
name: audit-logging
description: "Structured audit logging who what when and tamper evidence"
---
# Audit Logging
## Structure
```python
import structlog
logger = structlog.get_logger()
logger.info("user.action",
user_id=123,
action="delete_record",
resource="invoice-456",
ip_address="192.168.1.1",
timestamp="2026-07-29T12:00:00Z"
)
```
## What to Log
- User ID who performed action
- What action was taken
- Resource affected
- Timestamp (ISO 8601)
- Source IP
- Success/failure
- Before/after state for mutations
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!