Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:03 +08:00
commit 3286548e68
8 changed files with 199 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for database-audit-logger skill
- [ ] audit_log_template.json: JSON template for structuring audit log entries.
- [ ] sample_audit_logs/: Directory containing sample audit logs for different database systems and operations.
- [ ] audit_dashboard_template.html: HTML template for a basic audit dashboard to visualize audit log data.