security-hardener

Analyze and vet OpenClaw skills with a six-layer security pipeline.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Shadojin94/zetamind-app --skill security-hardener-shadojin94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-hardener
Source: https://github.com/Shadojin94/zetamind-app/tree/main/skills_openclaw/security-hardener
Command: npx skills add https://github.com/Shadojin94/zetamind-app --skill security-hardener-shadojin94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Addresses the risk of malicious or compromised skills by providing automated vetting, sanitization, and isolation practices for OpenClaw deployments.

Core Features & Use Cases

  • Static code analysis, metadata checks, dependency audits, runtime sandboxing, and token management.
  • Use Case: before onboarding a new skill, automatically run the 6-layer vetting pipeline and enforce least-privilege boundaries.

Quick Start

Analyze and vet a new OpenClaw skill by running the automated vetting pipeline on the skill package.

Frequently Asked Questions about security-hardener

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I vet OpenClaw skills for malicious code before deployment?

To vet OpenClaw skills, run an automated multi-layer pipeline covering static analysis, metadata checks, dependency audits, and runtime sandboxing to identify risks and enforce safety.

What is runtime sandboxing for Docker-isolated deployments?

Runtime sandboxing in Docker isolates skill execution environments by enforcing strict permission boundaries and continuous monitoring to meet production security standards.

How do I enforce least-privilege boundaries when onboarding a new skill?

Enforce least-privilege boundaries by running an automated vetting pipeline that applies strict input sanitization, permission restrictions, and token management before onboarding new skills.

Does Docker sandboxing work with token management for production deployments?

Docker sandboxing integrates with token management by isolating runtime execution while enforcing strict token boundaries and continuous monitoring to meet production security standards.

What does static analysis check during skill dependency auditing?

Static analysis evaluates code structure and metadata while dependency auditing identifies malicious risks in external packages, ensuring compromised skills are caught before deployment.

When do I need input sanitization for OpenClaw skill security?

Input sanitization is needed when vetting skills for safe deployments, acting as a critical layer to enforce permission boundaries and prevent malicious execution in production.