← 返回
未分类 中文

Abaddon

Red team security mode for OpenClaw. Runs an adversarial audit on demand or nightly — checks exposed ports, credential leaks, file permissions, suspicious pr...
OpenClaw 红队安全模式。按需或夜间运行对抗性审计,检查暴露端口、凭据泄露、文件权限、可疑进程...
enochosbot-bot enochosbot-bot 来源
未分类 clawhub v1.0.0 1 版本 99655.2 Key: 无需
★ 0
Stars
📥 289
下载
💾 1
安装
1
版本
#latest

概述

Abaddon ⚔️

Most security audits are defensive — they check what you've locked down. Abaddon runs the other direction. It thinks like an attacker. It looks for what an adversary would find, not just what you remember to check.

On demand or every night at 3:45 AM. Letter grade every time.

What It Checks

Network & Exposure

  • Listening ports — anything bound to 0.0.0.0 is flagged
  • Gateway binding — should be loopback only
  • SSH Remote Login state
  • Active tunnels (ngrok, cloudflared, unexpected remote access)
  • Firewall and stealth mode

System Integrity

  • SIP, FileVault, Gatekeeper
  • macOS version + pending updates
  • XProtect / MRT definitions age

OpenClaw Configuration

  • Exec security mode (full / allowlist / deny)
  • Gateway auth enabled?
  • Unexpected cron entries
  • Unexpected plugins

File Permissions

  • SOUL.md + AGENTS.md: root-owned, 444
  • MEMORY.md, USER.md, AGENT_PROMPT.md, openclaw.json, cron/jobs.json, LaunchAgent plists: 600
  • Flags anything 644 or wider on sensitive paths
  • Plaintext key scan across workspace

API Key Handling

  • Keys in Keychain or flat files?
  • Keys leaking through env vars?
  • Secrets in git history?
  • Hardcoded tokens in .zshrc?

Agent Behavior

  • Memory injection scan (prompt injection attempts in memory files)
  • Sub-agent scope check
  • Unexpected agent permissions

Dependencies

  • Homebrew outdated (flags openclaw, ollama, node)
  • npm global outdated

Scoring

GradeCriteria
-----------------
A0 CRITICAL, 0 HIGH
B0 CRITICAL, 1–2 HIGH
C1 CRITICAL or 3+ HIGH
D2+ CRITICAL
FActive compromise indicators

Installation

Step 1 — Copy the Abaddon prompt into your agent

If you have Gideon (the OpenClaw observer agent), append the red team section:

cat skills/abaddon/templates/abaddon-prompt.md >> ~/.openclaw/workspace/agents/observer/AGENT_PROMPT.md

If you don't have Gideon, use the standalone agent prompt:

cp skills/abaddon/templates/abaddon-prompt.md ~/.openclaw/workspace/agents/abaddon/AGENT_PROMPT.md

Step 2 — Add the nightly cron

bash skills/abaddon/setup/cron-seed.sh

This adds a 3:45 AM CST cron job to ~/.openclaw/cron/jobs.json. Delivers to Telegram Security topic if configured.

Step 3 — Lock the agent prompt

chmod 600 ~/.openclaw/workspace/agents/observer/AGENT_PROMPT.md

Your detection playbook should never be world-readable.

Usage

Manual trigger — say any of:

  • "run red team"
  • "run Abaddon"
  • "run full assessment"
  • "Abaddon report"

Nightly — fires automatically at 3:45 AM CST after the standard defensive audit (3:30 AM).

Output

Every run produces two things:

  1. Technical reportmemory/audits/abaddon-YYYY-MM-DD.md — full command output, evidence, remediation steps
  2. Summary → posted to Telegram Security topic with letter grade

CRITICAL findings trigger an immediate DM alert.

Notes

  • Designed for macOS (Darwin arm64). Most checks work on Linux with minor path adjustments.
  • Assumes OpenClaw gateway is running locally. Remote deployments may need adjusted port/binding checks.
  • Pairs with enoch-tuning — run lock-identity.sh after install to enforce all file permission baselines in one pass.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,081 📥 809,648
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,226 📥 267,763
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,377