From 24b5bf9f1b5ef33a0e9b4ec79ba81e6255d8f1c6 Mon Sep 17 00:00:00 2001 From: David Abutbul Date: Fri, 6 Feb 2026 00:31:39 +0200 Subject: [PATCH] chore(openclaw-audit-watchdog): bump version to 0.0.3 --- skills/openclaw-audit-watchdog/SKILL.md | 2 +- skills/openclaw-audit-watchdog/skill.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/openclaw-audit-watchdog/SKILL.md b/skills/openclaw-audit-watchdog/SKILL.md index 47e0d2a..b7abdbb 100644 --- a/skills/openclaw-audit-watchdog/SKILL.md +++ b/skills/openclaw-audit-watchdog/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-audit-watchdog -version: 0.0.1 +version: 0.0.3 description: Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports. homepage: https://clawsec.prompt.security metadata: {"openclaw":{"emoji":"🔭","category":"security"}} diff --git a/skills/openclaw-audit-watchdog/skill.json b/skills/openclaw-audit-watchdog/skill.json index de2fd8b..70e9d16 100644 --- a/skills/openclaw-audit-watchdog/skill.json +++ b/skills/openclaw-audit-watchdog/skill.json @@ -1,6 +1,6 @@ { "name": "openclaw-audit-watchdog", - "version": "0.0.1", + "version": "0.0.3", "description": "Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.", "author": "prompt-security", "license": "MIT",