โ† All skills
Tencent SkillHub ยท Security & Compliance

Security Monitor Deploy

Comprehensive security audit for OpenClaw deployments. Checks Docker port bindings, SSH config, openclaw.json settings, file permissions, exposed services, a...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Comprehensive security audit for OpenClaw deployments. Checks Docker port bindings, SSH config, openclaw.json settings, file permissions, exposed services, a...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/security_audit.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Security Monitor ๐Ÿ›ก๏ธ

Comprehensive security audit for OpenClaw deployments. Scans your Docker configuration, SSH settings, firewall rules, OpenClaw config, and file permissions. Produces a security score (0-100) with actionable recommendations.

Quick Start

# Run full audit bash {baseDir}/scripts/security_audit.sh # JSON output bash {baseDir}/scripts/security_audit.sh --json # Specific checks only bash {baseDir}/scripts/security_audit.sh --check docker bash {baseDir}/scripts/security_audit.sh --check ssh bash {baseDir}/scripts/security_audit.sh --check config bash {baseDir}/scripts/security_audit.sh --check files bash {baseDir}/scripts/security_audit.sh --check network

OpenClaw Config (25 points)

allowInsecureAuth must be false dmPolicy must not be open/allow-all Port bindings must use 127.0.0.1 API keys not hardcoded in config Secure model permissions

Docker Security (25 points)

All port bindings use 127.0.0.1 (not 0.0.0.0) No privileged containers (except necessary) Docker socket permissions Container resource limits No --net=host unless needed

SSH Configuration (20 points)

Root login disabled (PermitRootLogin no) Password authentication disabled Key-based auth only Non-standard port (bonus) Fail2ban or similar active

Network & Services (15 points)

No unnecessary exposed ports Firewall active (ufw/iptables) Only expected services listening HTTPS/TLS termination configured

File Permissions (15 points)

openclaw.json not world-readable SSH keys proper permissions (600) .env files not world-readable Docker socket permissions No sensitive files in /tmp

Scoring

ScoreRatingMeaning90-100๐ŸŸข ExcellentProduction-ready70-89๐ŸŸก GoodMinor improvements needed50-69๐ŸŸ  FairSeveral issues to address0-49๐Ÿ”ด CriticalImmediate action required

Output Example

โ•โ•โ• Security Audit Report โ•โ•โ• Date: 2026-02-15 00:30:00 [CONFIG] โœ… allowInsecureAuth: false [CONFIG] โœ… dmPolicy: allowlist [CONFIG] โœ… Ports bound to 127.0.0.1 [DOCKER] โœ… All containers bind to 127.0.0.1 [DOCKER] โš ๏ธ No resource limits on openclaw container [SSH] โœ… Root login disabled [SSH] โœ… Password auth disabled [NET] โœ… UFW active [FILES] โœ… Config file permissions OK Score: 92/100 โ€” ๐ŸŸข Excellent Issues: 1 warning Recommendations: 1. Add resource limits to Docker containers

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents. ๐Ÿ“… Need help setting up OpenClaw for your business? Book a free consultation

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/security_audit.sh Scripts