ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

claw-secure-auditor

Security audit tool for ClawHub/OpenClaw skills (static analysis + reputation scoring)

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/emeraldring3134-netizen/claw-secure-auditor
Or

🛡️ Claw Secure Auditor v1.1.1

Security audit tool for ClawHub/OpenClaw skills with static analysis and reputation scoring.


🚀 Quick Start

1. Configure (optional)

export VIRUSTOTAL_API_KEY="your-api-key-here"

2. Use

# Quick audit (static + reputation)
python3 scripts/auditor.py quick ./my-skill

# Full audit (static + sandbox + VirusTotal)
python3 scripts/auditor.py full ./my-skill

# Pre-publish audit
python3 scripts/auditor.py before-publish ./my-skill

📋 Features

  • ✅ Static analysis: 120+ dangerous keyword detection
  • ✅ Self-whitelist: auto-mark self as safe
  • ✅ Reputation score: 0-100 with Safe/Caution/Dangerous levels
  • ✅ JSON report export
  • ✅ Read-only operation, no file modification

📊 Risk Levels

ScoreLevelColor
90-100Safe🟢
70-89Caution🟡
0-69Dangerous🔴

📌 Usage Examples

python3 scripts/auditor.py quick ./my-skill
python3 scripts/auditor.py full ./my-skill
python3 scripts/auditor.py before-publish ./my-new-skill

⚠️ Security Note

Read-only operation, no file modification, no external writes, API keys only for public data queries.


📝 Changelog

v1.1.1 (2026-03)

  • Simplified metadata for ClawHub compatibility
  • Removed complex dependencies
  • Kept core audit functionality

v1.1.0 (2026-03)

  • Self-whitelist: auto-mark self as safe
  • Full English translation
  • Improved scoring algorithm

v1.0.0 (2026-03)

  • Initial release with 120+ pattern detection

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-emeraldring3134-netizen-claw-secure-auditor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.