Skip to content

Unified security suite for agent workspaces — installs, configures, and orchestrates all 11 OpenClaw security tools in one command

Notifications You must be signed in to change notification settings

AtlasPA/openclaw-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OpenClaw Security Suite

One skill to rule them all. Installs, configures, and orchestrates the complete OpenClaw security stack for OpenClaw, Claude Code, and any Agent Skills-compatible tool.

11 security tools. 1 command.

The Problem

Agent workspace security requires multiple layers: integrity monitoring, secret scanning, permission auditing, network DLP, supply chain analysis, credential protection, injection defense, compliance enforcement, audit trails, skill verification, and incident response.

Setting up and running 11 separate tools is tedious. This skill installs them all, initializes them, and provides a unified dashboard and scan pipeline.

Install

# Install the orchestrator
git clone https://github.com/AtlasPA/openclaw-security.git
cp -r openclaw-security ~/.openclaw/workspace/skills/

# Install all 11 security tools
python3 scripts/security.py install

# Initialize everything
python3 scripts/security.py setup

# Check workspace health
python3 scripts/security.py status

Commands

Command What it does
install Install all 11 free security skills from ClawHub
setup Initialize tools that need it (baseline, signing, ledger, policy)
status Unified dashboard — health check across all tools
scan Full security scan — runs every scanner in logical order
list Show which tools are installed (free/pro)
update Update all installed skills to latest versions
protect Run Pro countermeasures across all tools (requires Pro)

All commands accept --workspace /path or -w /path. Auto-detects from $OPENCLAW_WORKSPACE or ~/.openclaw/workspace.

Scan Pipeline Order

The scan command runs tools in a logical security sequence:

  1. Sentinel — Are installed skills safe? (supply chain)
  2. Signet — Have skills been tampered? (signing verification)
  3. Warden — Have workspace files changed? (integrity)
  4. Bastion — Are there injection patterns? (prompt injection)
  5. Sentry — Are secrets exposed? (credential scanning)
  6. Vault — Are credentials properly protected? (lifecycle)
  7. Arbiter — Do skills have excess permissions? (permission audit)
  8. Egress — Are there exfiltration risks? (network DLP)
  9. Marshal — Does everything meet policy? (compliance)
  10. Ledger — Is the audit trail intact? (chain verification)
  11. Triage — Any active incidents? (forensics)

What Gets Installed

Tool Domain Free Features
warden Workspace integrity Baseline checksums, injection scanning
sentry Secret scanning 25+ secret patterns, file scanning
arbiter Permission auditing 7 permission categories, risk scoring
signet Skill signing SHA-256 manifests, tamper detection
ledger Audit trail Hash-chained JSONL logs
egress Network DLP URL detection, exfil pattern matching
sentinel Supply chain Obfuscation detection, risk scoring
vault Credential lifecycle Exposure auditing, permission checks
bastion Injection defense Pattern scanning, boundary analysis
marshal Compliance Policy enforcement, command restrictions
triage Incident response Investigation, timeline, evidence

Pro Upgrade

Free tools detect threats. Pro tools respond to them.

Become a sponsor to unlock automated countermeasures: restore, quarantine, rollback, blocking, remediation, and protection sweeps across all 11 tools.

Requirements

  • Python 3.8+
  • ClawHub CLI (npm install -g clawhub) for install/update commands
  • No other external dependencies (stdlib only)
  • Cross-platform: Windows, macOS, Linux

License

MIT

About

Unified security suite for agent workspaces — installs, configures, and orchestrates all 11 OpenClaw security tools in one command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages