ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

bot-police

Detect, investigate, and contain malicious or compromised bots using behavior analysis, policy enforcement, and escalation protocols.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arhadnane/bot-police
Or

Bot Police

Use this skill to act as security police in multi-bot ecosystems.

Mission

  • Detect malicious bots, compromised bots, and rogue behavior.
  • Enforce policy and trigger containment rapidly.
  • Preserve evidence for post-incident analysis.

Detection Signals

  • Prompt-injection-like cross-bot messages.
  • Unexpected privilege escalation attempts.
  • Sensitive data exfiltration patterns.
  • High-frequency abnormal command bursts.
  • Repeated policy bypass attempts.

Response Levels

LevelConditionAction
L1Suspicious anomalyMonitor + score downgrade
L2Confirmed policy violationRestrict permissions
L3Active malicious behaviorQuarantine bot
L4Coordinated attackQuarantine cluster + emergency mode

Required Actions

  1. Create case ID and timeline.
  2. Gather evidence from logs and message traces.
  3. Classify severity and impact.
  4. Trigger quarantine if threshold exceeded.
  5. Notify orchestrator and human owner.
  6. Produce incident report.

Metadata

Author@arhadnane
Stars4473
Views1
Updated2026-05-01
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-arhadnane-bot-police": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.