✓ Verified 💻 Development ✓ Enhanced Data

Skillsentry

OpenClaw security audit + prompt injection detector.

Rating
4 (276 reviews)
Downloads
1,251 downloads
Version
1.0.0

Overview

OpenClaw security audit + prompt injection detector.

Complete Documentation

View Source →

SkillSentry

Purpose

Audit a local OpenClaw install for security posture and common prompt-injection indicators. Produces a JSON report for review and alerting.

Workflow

  • Canvas present: Launch the panel server and present the UI.
  • User config: Update config.yaml (scan frequency, alerts, sensitivity).
  • Cron setup: Schedule scripts/audit.sh at the chosen cadence.
  • Report/Alert: Review JSON output and alert if prompt-injection hits or unexpected open ports are found.

Usage

Panel (recommended)

bash
node scripts/panel-server.js
Then present the UI:
  • canvas.presenthttp://localhost:8133 (Scan / Settings / Logs)

Config (CLI)

bash
node scripts/config.js get
node scripts/config.js set Scan_freq daily alerts telegram sensitivity high

Audit (CLI)

bash
bash scripts/audit.sh > report.json

Notes

  • Local-only scans; no network calls outside localhost.
  • Panel server is local and stores the last report at logs/last-report.json.
  • config.yaml defaults: Scan_freq=daily, alerts=telegram, sensitivity=high.
  • Safe for routine security checks and “frenzy-proofing”.
Contact: Jeffrey Coleman | [email protected] | Custom audits/enterprise.

Installation

Terminal bash

openclaw install skillsentry
    
Copied!

💻Code Examples

### Config (CLI)

-config-cli.sh
node scripts/config.js get
node scripts/config.js set Scan_freq daily alerts telegram sensitivity high

Tags

#coding_agents-and-ides #security

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author poolguy24
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install skillsentry