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

Security Hardener

Audit and harden OpenClaw configuration for security. Scans openclaw.json for vulnerabilities, exposed credentials, insecure gateway settings, overly permiss...

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

Audit and harden OpenClaw configuration for security. Scans openclaw.json for vulnerabilities, exposed credentials, insecure gateway settings, overly permiss...

โฌ‡ 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
README.md, SKILL.md, _meta.json, scripts/hardener.py

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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 6 sections Open source page

Security Hardener

Audit your OpenClaw configuration and apply security best practices automatically.

Quick Start

# Full security audit (read-only, no changes) python scripts/hardener.py audit # Audit a specific config file python scripts/hardener.py audit --config /path/to/openclaw.json # Audit with JSON output python scripts/hardener.py audit -f json # Auto-fix issues (creates backup first) python scripts/hardener.py fix # Fix specific issues only python scripts/hardener.py fix --only gateway,permissions # Scan for exposed credentials in config python scripts/hardener.py scan-secrets # Generate a security report python scripts/hardener.py report -o security-report.md # Check file permissions python scripts/hardener.py check-perms

Commands

CommandArgsDescriptionaudit[--config PATH] [-f FORMAT]Full security audit (read-only)fix[--config PATH] [--only CHECKS]Auto-fix issues (with backup)scan-secrets[--config PATH]Scan for exposed API keys/tokensreport[-o FILE]Generate detailed security reportcheck-perms[--config-dir PATH]Check file permissions

Security Checks

CheckSeverityDescriptiongateway-bindCRITICALGateway not bound to loopbackexposed-keysCRITICALAPI keys in config instead of .envinsecure-authHIGHallowInsecureAuth or dangerouslyDisableDeviceAuth enabledexec-sandboxHIGHexec sandbox mode not set to restrictedfile-permsHIGHConfig files readable by others (not 600)agent-allow-allMEDIUMagentToAgent.allow: ["*"] is overly permissiveno-heartbeatMEDIUMNo heartbeat configured (can't detect outages)no-session-resetMEDIUMNo session reset policy (memory leak risk)no-pruningLOWNo context pruning (cost and performance impact)no-memory-flushLOWMemory flush disabled (context loss on pruning)

Scoring

The audit produces a security score from 0-100: 90-100: Excellent โ€” production-ready 70-89: Good โ€” minor improvements recommended 50-69: Fair โ€” several issues to address 0-49: Poor โ€” critical issues require immediate attention

Example Output

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•— โ•‘ OPENCLAW SECURITY AUDIT โ•‘ โ• โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฃ โ•‘ Score: 75/100 (Good) โ•‘ โ•‘ โ•‘ โ•‘ โœ… Gateway bound to loopback โ•‘ โ•‘ โœ… No exposed API keys in config โ•‘ โ•‘ โš ๏ธ exec sandbox mode: unrestricted โ•‘ โ•‘ โš ๏ธ agentToAgent allow: * (too permissive) โ•‘ โ•‘ โŒ File permissions too open (644 โ†’ should be 600) โ•‘ โ•‘ โœ… Heartbeat configured โ•‘ โ•‘ โœ… Session reset policy active โ•‘ โ•‘ โš ๏ธ No context pruning configured โ•‘ โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

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
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/hardener.py Scripts
  • _meta.json Config