bot-police
Detect, investigate, and contain malicious or compromised bots using behavior analysis, policy enforcement, and escalation protocols.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arhadnane/bot-policeBot 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
| Level | Condition | Action |
|---|---|---|
| L1 | Suspicious anomaly | Monitor + score downgrade |
| L2 | Confirmed policy violation | Restrict permissions |
| L3 | Active malicious behavior | Quarantine bot |
| L4 | Coordinated attack | Quarantine cluster + emergency mode |
Required Actions
- Create case ID and timeline.
- Gather evidence from logs and message traces.
- Classify severity and impact.
- Trigger quarantine if threshold exceeded.
- Notify orchestrator and human owner.
- Produce incident report.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arhadnane-bot-police": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
anomaly-watcher
Continuous behavioral monitoring for OpenClaw agents. Detect anomalies in command patterns, resource usage, and skill invocations against established baselines.
attack-surface-mapper
Purple team — map agent's full attack surface by combining red team probes and blue team detections. Identify defense coverage gaps and prioritize hardening.
audit-trail
Governance — immutable, timestamped, hash-chained audit log of all agent actions. Forensic-ready for compliance, investigation, and accountability.