Firm Gateway Hardening Pack

Security

Gateway authentication hardening and credentials audit pack. Validates device auth, Baileys credentials, webhook HMAC signatures, log configuration, and workspace integrity. 5 specialized security tools.

Install

openclaw skills install firm-gateway-hardening-pack

firm-gateway-hardening-pack

⚠️ Contenu généré par IA — validation humaine requise avant utilisation.

Purpose

Hardens the OpenClaw Gateway by auditing authentication configuration, credentials storage, webhook signatures, logging, and workspace file integrity.

Tools (5)

ToolDescriptionSeverity
openclaw_gateway_auth_checkValidate Gateway device auth is enabledCRITICAL
openclaw_credentials_checkAudit Baileys credentials storage securityHIGH
openclaw_webhook_sig_checkVerify HMAC signature on webhooksHIGH
openclaw_log_config_checkCheck log configuration (no sensitive data)MEDIUM
openclaw_workspace_integrity_checkVerify workspace file integrityMEDIUM

Usage

skills:
  - firm-gateway-hardening-pack

# Run full gateway hardening audit:
openclaw_gateway_auth_check config_path=/path/to/config.json
openclaw_credentials_check config_path=/path/to/config.json
openclaw_webhook_sig_check config_path=/path/to/config.json

Requirements

  • mcp-openclaw-extensions >= 3.0.0