plugins marketplace
← All plugins

openclaw-security-monitor-bundle

v5.5.0

Security monitoring, threat scanning, and remediation guidance for OpenClaw deployments through the June 2026 OpenClaw advisory rollups.

Codex

by Adrian BirzuMIT-048updated 12 hours ago

Source

git clone https://github.com/adibirzu/openclaw-security-monitor

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

openclaw-security-monitor-bundle/
└── .codex-plugin/plugin.json

Manifests1

.codex-plugin/plugin.json
{
  "name": "openclaw-security-monitor-bundle",
  "version": "5.5.0",
  "description": "Security monitoring, threat scanning, and remediation guidance for OpenClaw deployments through the June 2026 OpenClaw advisory rollups.",
  "author": {
    "name": "Adrian Birzu",
    "url": "https://github.com/adibirzu"
  },
  "homepage": "https://github.com/adibirzu/openclaw-security-monitor",
  "repository": "https://github.com/adibirzu/openclaw-security-monitor",
  "license": "MIT-0",
  "keywords": [
    "openclaw",
    "security",
    "monitoring",
    "threat-detection",
    "vulnerability-scanning",
    "mcp-security",
    "clawhub",
    "bundle-plugin"
  ],
  "skills": "./",
  "interface": {
    "displayName": "OpenClaw Security Monitor",
    "shortDescription": "Scan OpenClaw for current threats, unsafe config, and vulnerable versions.",
    "longDescription": "Bundle plugin that ships the OpenClaw Security Monitor skill, threat IOCs, dashboard assets, ClawHub skill scanner, and remediation scripts for hardened OpenClaw deployments. v5.5.0 updates coverage for the June 2026 OpenClaw advisories, including exec allowlist bypasses, workspace dotenv/env overrides, service PATH hijacking, MCP redirect header leakage, hostname validation, and scope-abuse fixes.",
    "developerName": "Adrian Birzu",
    "category": "Security",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/adibirzu/openclaw-security-monitor",
    "defaultPrompt": [
      "Run a full OpenClaw security scan.",
      "Check whether my OpenClaw setup is exposed.",
      "Review my skills for known malicious indicators.",
      "Check whether my OpenClaw version is below the current safe baseline."
    ],
    "brandColor": "#0F766E"
  }
}