Agent 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 BirzuLicense: MIT-048 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install openclaw-security-monitor-bundle for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add openclaw-security-monitor-bundle@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/adibirzu/openclaw-security-monitor

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

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

Plugin 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"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[openclaw-security-monitor-bundle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openclaw-security-monitor-bundle)