🦀 ClawHub
SkillSentryOpenClaw's Always‑On Security Cop
by @poolguy24
OpenClaw security audit + prompt injection detector. Scans gateway/vulns/cron/PI patterns. Use for frenzy-proofing installs.
TERMINAL
clawhub install skillsentry📖 About This Skill
name: skillsentry display_name: SkillSentry version: 1.1.0 description: "OpenClaw security audit + prompt injection detector. Scans gateway/vulns/cron/PI patterns. Use for frenzy-proofing installs." category: security author: Jeffrey Coleman (smallbizailab79@gmail.com) price: 9.99 inputs: [] outputs: - JSON report printed to stdout
SkillSentry
Purpose
Audit a local OpenClaw install for security posture and common prompt-injection indicators. Produces a JSON report for review and alerting.Workflow
1. Canvas present: Launch the panel server and present the UI. 2. User config: Updateconfig.yaml (scan frequency, alerts, sensitivity).
3. Cron setup: Schedule scripts/audit.sh at the chosen cadence.
4. Report/Alert: Review JSON output and alert if prompt-injection hits or unexpected open ports are found.Usage
Panel (recommended)
node scripts/panel-server.js
Then present the UI:
canvas.present → http://localhost:8133 (Scan / Settings / Logs)Config (CLI)
node scripts/config.js get
node scripts/config.js set Scan_freq daily alerts telegram sensitivity high
Audit (CLI)
bash scripts/audit.sh > report.json
Notes
logs/last-report.json.config.yaml defaults: Scan_freq=daily, alerts=telegram, sensitivity=high.Contact: Jeffrey Coleman | smallbizailab79@gmail.com | Custom audits/enterprise.
💡 Examples
Panel (recommended)
node scripts/panel-server.js
Then present the UI:
canvas.present → http://localhost:8133 (Scan / Settings / Logs)Config (CLI)
node scripts/config.js get
node scripts/config.js set Scan_freq daily alerts telegram sensitivity high
Audit (CLI)
bash scripts/audit.sh > report.json
📋 Tips & Best Practices
logs/last-report.json.config.yaml defaults: Scan_freq=daily, alerts=telegram, sensitivity=high.Contact: Jeffrey Coleman | smallbizailab79@gmail.com | Custom audits/enterprise.