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 @@
# Scripts
Bundled resources for database-audit-logger skill
- [ ] audit_log_generator.py: Generates sample audit log entries for various database operations.
- [ ] audit_log_analyzer.py: Analyzes existing database logs to identify potential security threats or compliance issues.
- [ ] audit_table_creator.sh: Creates a basic audit table in the database with predefined columns (timestamp, user, operation, etc.).