A comprehensive security framework and automated checklist designed to audit third-party code and integrations before deployment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install security-heuristics
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install security-heuristics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Security Evaluation Heuristics is a critical defensive skill designed to protect users from malicious code, supply chain attacks, and credential theft. It serves as a rigorous mental and technical framework for vetting Openclaw Skills before they are granted access to a system. By enforcing a trust-nothing approach, it ensures that every script, configuration, and external dependency is thoroughly inspected for dangerous patterns and verified for author reputation.
This skill is particularly vital for users of AI agents who may inadvertently install scripts with a wide blast radius. It provides the necessary tools to identify obfuscated code, hidden network calls, and excessive permission requests, transforming security from an afterthought into a mandatory pre-installation step for any environment using Openclaw Skills.
To implement the automated portion of this security protocol, ensure your environment has grep utilities available. Use the following commands to scan any new Openclaw Skills:
# Navigate to the directory of the skill you want to audit
cd path/to/skill-folder
# Run the security audit patterns
grep -r "curl\|wget\|http://\|https://" .
grep -r "bash\|sh -c\|eval" .
grep -r '\$(\|`' .
grep -r "env\|credentials\|api.key\|token" .
grep -r "base64\|decode" .
The skill follows a heuristic evaluation structure to organize security findings and metadata:
| Evaluation Category | Audit Focus | Risk Indicators |
|---|---|---|
| Code Integrity | File transparency | Minification, obfuscation, base64 encoding |
| Execution Patterns | Command substitution | Usage of eval, bash -c, or backticks |
| Network & Data | Exfiltration vectors | Presence of curl, wget, or hardcoded URLs |
| Author Identity | Provenance | Reputation on GitHub/Moltbook, historical trust |
| Permission Scope | Access control | Requests for env variables or filesystem write access |
Loading
A specialized queuing system that automates content posting while respecting platform-specific rate limits and cooldown periods.

A proactive state preservation tool that saves conversation context and open threads to prevent AI memory loss during context compression.

Automate liquid staking on the LUKSO network by depositing LYX to receive yield-bearing sLYX tokens through the Stakingverse protocol.

An automated liquid staking integration for StakeWise V3 that handles ETH deposits, osETH minting, and complex keeper-oracle state updates.

A persistent relationship management system that allows AI agents to remember entities, track interaction history, and manage trust levels.

A versatile image generation and editing tool for Openclaw Skills that bridges OpenAI, Google Gemini, and fal.ai into a single interface.








































