auditd
Linux Audit Framework reference. auditctl rules for file watches and syscall auditing, auditd.conf configuration, ausearch log queries, aureport summaries, audit.log format, CIS/PCI-DSS compliance rules, and audit tools.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/auditdWhat This Skill Does
The auditd skill provides a comprehensive interface for managing and querying the Linux Audit Framework. It enables users to interact with kernel-level security auditing, allowing for precise tracking of system calls, file system access, and user activity. The skill acts as a bridge between complex command-line utilities like auditctl, ausearch, and aureport and the OpenClaw AI environment. Whether you are setting up file watches to detect unauthorized configuration changes, analyzing system logs for security breaches, or ensuring your infrastructure meets strict compliance standards like CIS benchmarks or PCI-DSS, this skill provides the necessary syntax, configuration logic, and analysis capabilities to maintain a secure posture.
Installation
You can install the skill directly via the ClawHub CLI by running:
clawhub install openclaw/skills/skills/bytesagain3/auditd
Use Cases
- Security Auditing: Monitor sensitive system files (e.g.,
/etc/shadow,/etc/passwd) for any unauthorized access or modifications. - Compliance Monitoring: Implement predefined rulesets to ensure your servers adhere to CIS Benchmark requirements for system auditing.
- Forensic Analysis: Utilize
ausearchandaureportto quickly filter through gigabytes ofaudit.logdata to identify specific user actions or failed login attempts during an incident response scenario. - System Troubleshooting: Trace system calls of a specific process to debug crashes or identify permission-related failures that are hidden from standard application logs.
Example Prompts
- "Generate an auditctl rule to watch for read and write access to /etc/nginx/nginx.conf and assign it the key 'nginx-config-change'."
- "Show me how to use ausearch to find all failed login attempts for the user 'admin' that occurred between 8:00 AM and 10:00 AM today."
- "Explain the difference between the auditd.conf options 'max_log_file' and 'max_log_file_action' and suggest values for a high-traffic production server."
Tips & Limitations
- Permissions: Interacting with
auditdrequires root privileges. Ensure the OpenClaw environment has appropriate sudo rights to executeauditctlor read log files. - Performance: Excessive auditing of high-frequency system calls can impact CPU performance and fill up your disk space rapidly. Always test your rules in a staging environment before deploying to production.
- Log Management: Regularly rotate and archive logs using the built-in configuration settings to prevent storage overflows. The skill provides guidance on
auditd.confwhich should be prioritized for log rotation management.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-auditd": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, file-write, code-execution
Related Skills
security-scanner
Scans OpenClaw skills for security vulnerabilities and suspicious patterns before installation
brand-butler-local-authority-engine
Brand Butler: Local Authority Engine — the white-glove SEO and AEO system for local service businesses. Use this skill immediately when the user asks about SEO rankings, backlinks, citations, site audits, Google Search Console indexing problems, competitor backlink analysis, directory submissions, schema markup, content placement articles, local map pack visibility, or AI answer engine optimization (Perplexity, ChatGPT, Google AI Overviews). Also triggers for any local business growth, online visibility, or 'why isn't my site ranking?' conversation. Works for agencies managing clients and business owners doing their own SEO. Covers HVAC, plumbing, electrical, law, dental, roofing, and any local service business. Built by Adrian Boysel.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
sealvera
Tamper-evident audit trail for AI agent decisions. Use when logging LLM decisions, setting up AI compliance, auditing agents for EU AI Act, HIPAA, GDPR or SOC 2, or when a user asks about AI decision audit trails, explainability, or SealVera.
tripwire
Tripwire host-based IDS reference. Cryptographic key setup, database initialization, integrity checks, policy rules with severity levels, twcfg.txt configuration, and report analysis with twprint.