返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

clauditor

Tamper-resistant audit watchdog for Clawdbot agents. Detects and logs suspicious filesystem activity with HMAC-chained evidence.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.2
安全检测
已通过
2,335
下载量
1
收藏
概述
安装方式
版本历史

clauditor

# Clauditor Security watchdog that monitors filesystem activity and creates tamper-evident logs. Even if Clawdbot is compromised, it cannot stop the watchdog, forge entries, or delete evidence. ## Installation (Guided) Use the CLI wizard to guide users through installation: ```bash cd /path/to/clauditor cargo build --release ``` ### Agent Workflow 1. **Check status:** `./target/release/clauditor wizard status` - Returns JSON with `current_step` (1-6) and `complete` (true/false) 2. **Get next step:** `./target/release/clauditor wizard next` - Shows WHAT it does, WHY it matters, and the exact COMMAND to run 3. **User runs the sudo command** 4. **Verify:** `./target/release/clauditor wizard verify` - Confirms step completed 5. **Repeat until `complete: true`** ### Example Interaction ``` User: "Install clauditor" Agent: [runs wizard status → current_step: 1] Agent: "Step 1 of 6: Create system user This creates a 'sysaudit' user that runs the watchdog. Even if you're compromised, you can't kill a process owned by another user. Run this: sudo useradd --system --shell /usr/sbin/nologin --no-create-home sysaudit Let me know when done." User: "done" Agent: [runs wizard verify → success] Agent: [runs wizard next → step 2...] ``` ## After Installation ### Check status ```bash systemctl status systemd-journaldd ``` ### Generate digest ```bash ./target/release/clauditor digest \ --log /var/lib/.sysd/.audit/events.log \ --key /etc/sysaudit/key \ --format markdown ``` ## Quick Install (Power Users) ```bash sudo bash wizard/wizard.sh ``` ## Configuration - Config: `/etc/sysaudit/config.toml` - Key: `/etc/sysaudit/key` - Logs: `/var/lib/.sysd/.audit/events.log` Edit config to customize `watch_paths` and `target_uid`.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clauditor-1776382242 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clauditor-1776382242 技能

通过命令行安装

skillhub install clauditor-1776382242

下载 Zip 包

⬇ 下载 clauditor v0.1.2

文件大小: 60.91 KB | 发布时间: 2026-4-17 14:20

v0.1.2 最新 2026-4-17 14:20
- Added documentation file: AGENTS.md
- Removed configuration files: dev-config.toml and dist/config/default.toml
- No changes to core functionality or documentation in SKILL.md

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部