5.8k★by kunoiiv
molt-security-auditor-v3 – OpenClaw Skill
molt-security-auditor-v3 is an OpenClaw Skills integration for coding workflows. Bulletproof creds/ports/configs/vulns scan + safe auto-fix V3. 100% secure—no injection/lockout/exfil. Use for host audits (laptop/Pi/VPS).
Skill Snapshot
| name | molt-security-auditor-v3 |
| description | Bulletproof creds/ports/configs/vulns scan + safe auto-fix V3. 100% secure—no injection/lockout/exfil. Use for host audits (laptop/Pi/VPS). OpenClaw Skills integration. |
| owner | kunoiiv |
| repository | kunoiiv/molt-security-auditor-v3 |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @kunoiiv/molt-security-auditor-v3 |
| last updated | Feb 7, 2026 |
Maintainer

name: molt-security-auditor-v3 description: "Bulletproof creds/ports/configs/vulns scan + safe auto-fix V3. 100% secure—no injection/lockout/exfil. Use for host audits (laptop/Pi/VPS)."
Molt Security Auditor V3 (Bulletproof)
Scans + fixes (preview/verify). Hardcoded safe—no malicious paths.
Quick Run
node scripts/audit.js --full # Scan → security-report-v3.json
node scripts/audit.js --fix # Guided fixes
node scripts/audit.js --auto # Preview → Run + verify
node scripts/rollback.js # Atomic revert
Scans
- Creds: Hash-only grep (sk-*, api_key) — 100 files/1MB limit.
- Ports: netstat/ss/lsof — open ports list.
- Configs: SSH pass/root, users/sudo.
- Vulns: npm audit JSON, openclaw update.
V3 Security
- Immutable Cmds: Hardcoded whitelist—no injection.
- Mutex: 5min lock expire.
- Backup: Read-only copies + SHA verify.
- Timeouts: 5-10s execs.
- Cross-OS: Win/Linux/Mac native.
- Verify: Pre/post diff.
- Rollback:
backup/*.bak→ one-script restore.
Report: security-report-v3.json (safe JSON).
Prod eternal—ClawdHub V3 ready.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install molt-security-auditor-v3?
Run openclaw add @kunoiiv/molt-security-auditor-v3 in your terminal. This installs molt-security-auditor-v3 into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kunoiiv/molt-security-auditor-v3. Review commits and README documentation before installing.
