openclaw-scan 0.1.1

Security scanner for agentic AI framework installations (OpenClaw, Claude Code, and compatible)
Documentation
{
  "plugins": [
    {
      "id": "com.example.safe-plugin",
      "name": "Safe Plugin",
      "version": "1.2.0",
      "source": "https://marketplace.openclaw.dev/plugins/safe-plugin",
      "installedAt": "2024-06-01T10:00:00Z",
      "hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab"
    },
    {
      "id": "com.example.outdated-plugin",
      "name": "Outdated Plugin",
      "version": "0.5.0",
      "source": "https://marketplace.openclaw.dev/plugins/outdated-plugin",
      "installedAt": "2023-01-01T10:00:00Z",
      "hash": "sha256:deadbeef1234567890deadbeef1234567890deadbeef1234567890deadbeef1234"
    },
    {
      "id": "com.unofficial.side-plugin",
      "name": "Side Plugin",
      "version": "2.0.0",
      "source": "https://github.com/random-user/my-plugin",
      "installedAt": "2024-03-15T10:00:00Z",
      "hash": "sha256:feedface1234567890feedface1234567890feedface1234567890feedface1234"
    }
  ]
}