Molt Security Auditor
Skill by kunoiiv
Why use this skill?
Scan OpenClaw skills for malicious patterns and credential leaks with the Molt Security Auditor. Ensure your automation is safe with verifiable PoW hash chains.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kunoiiv/molt-security-auditorWhat This Skill Does
The Molt Security Auditor is a specialized defensive utility designed for the OpenClaw ecosystem, specifically targeting the verification and safety assessment of Moltbook skills. In an era where third-party automation scripts can pose significant risks to environment integrity, this tool provides a crucial layer of trust. By scanning skill source code for known malicious patterns—such as unauthorized environment variable access, webhook data exfiltration, and suspicious file system manipulation—the Auditor acts as a digital gatekeeper. A standout feature of this skill is its Proof-of-Work (PoW) provenance mechanism. By generating a SHA256-based hash chain, the Auditor provides an immutable audit log that ensures the skill has not been tampered with since its last verification. This creates a cryptographically verifiable history for every audited skill, providing developers and power users with confidence that their automation tools are behaving as expected.
Installation
To install this skill within your OpenClaw environment, use the standardized package management command: clawhub install openclaw/skills/skills/kunoiiv/molt-security-auditor. Once installed, ensure that your node environment is configured to support the required execution dependencies. The primary execution interface is accessible via node skills/molt-security-auditor/audit.js <skill_url_or_path>, allowing you to audit remote skills directly from ClawdHub or local files stored within your workspace.
Use Cases
- Pre-deployment Verification: Scan new, community-sourced skills before integrating them into your primary workflow to prevent credential leakage.
- Security Auditing: Maintain a registry of secure skills using the PoW hash chain to ensure that your library of automation tools remains untampered over time.
- Threat Hunting: Analyze suspicious scripts by identifying specific patterns like illegal
process.envaccess or unauthorizedfetchcalls to webhooks.
Example Prompts
- "Molt Auditor, please scan the skill at https://clawdhub.com/skills/crypto-tracker/SKILL.md and report any potential environment variable leaks."
- "Audit the local skill located at ./skills/my-custom-scraper.js and generate a PoW hash chain for my documentation."
- "Check if the recently updated weather skill contains any hardcoded file system access patterns or hidden webhooks."
Tips & Limitations
For the best results, always run the auditor in an isolated or sandbox environment when scanning untrusted code. Be aware that the tool identifies patterns, not necessarily intent; some legitimate skills may trigger false positives if they utilize standard file operations for configuration. Always cross-reference the PoW hash against the official source repository to confirm the version integrity. The tool does not automatically block execution; it provides a diagnostic report, so it is the user's responsibility to review the output and decide whether to approve or discard the skill.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kunoiiv-molt-security-auditor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
molt-security-auditor-v3
Bulletproof creds/ports/configs/vulns scan + safe auto-fix V3. 100% secure—no injection/lockout/exfil. Use for host audits (laptop/Pi/VPS).
proof-of-quality
BTC PoW grind nonce till skill/output benchmark score > threshold. Verifiable excellence for antifragile meritocracy—no hype, pure quality proof. Use for skill evaluation, fork scoring, collab verification.
uptime-monitor
24/7 OpenClaw uptime monitor. Every 5min cron ping → writes dead.json if down, uptime.json after 7d (168h) continuous alive streak. Use when setting up persistent monitoring (cron setup, streak tracking, status files).
Fork Aware Updater
Skill by kunoiiv
Longevity Bio Dashboard
Skill by kunoiiv