From 4c26671dc3d24e420c5c4db49ce6e11efae5a295 Mon Sep 17 00:00:00 2001 From: davida-ps Date: Tue, 23 Jun 2026 09:25:50 +0300 Subject: [PATCH] chore(release): bump skill metadata for republish (#278) * chore(release): bump skill metadata for republish * fix(release): keep skillspector PR comments non-blocking * fix(release): resolve metadata review comments --- .github/workflows/skill-release.yml | 2 +- scripts/test-skill-release-workflow.mjs | 13 +++++++++++++ scripts/test-skill-tag-release-simulation.mjs | 8 ++++---- scripts/test-skill-trust-packet.mjs | 8 ++++---- skills/clawsec-clawhub-checker/CHANGELOG.md | 6 ++++++ skills/clawsec-clawhub-checker/SKILL.md | 2 +- skills/clawsec-clawhub-checker/skill.json | 2 +- skills/clawsec-feed/CHANGELOG.md | 6 ++++++ skills/clawsec-feed/SKILL.md | 2 +- skills/clawsec-feed/skill.json | 2 +- skills/clawsec-nanoclaw/CHANGELOG.md | 6 ++++++ skills/clawsec-nanoclaw/SKILL.md | 2 +- skills/clawsec-nanoclaw/skill.json | 2 +- skills/clawsec-scanner/CHANGELOG.md | 6 ++++++ skills/clawsec-scanner/SKILL.md | 2 +- skills/clawsec-scanner/skill.json | 2 +- skills/clawsec-suite/CHANGELOG.md | 6 ++++++ skills/clawsec-suite/SKILL.md | 2 +- skills/clawsec-suite/skill.json | 2 +- skills/clawtributor/CHANGELOG.md | 6 ++++++ skills/clawtributor/SKILL.md | 2 +- skills/clawtributor/skill.json | 2 +- skills/hermes-attestation-guardian/CHANGELOG.md | 6 ++++++ skills/hermes-attestation-guardian/SKILL.md | 4 ++-- skills/hermes-attestation-guardian/skill.json | 2 +- skills/hermes-traffic-guardian/CHANGELOG.md | 6 ++++++ skills/hermes-traffic-guardian/SKILL.md | 2 +- skills/hermes-traffic-guardian/skill.json | 2 +- skills/nanoclaw-traffic-guardian/CHANGELOG.md | 6 ++++++ skills/nanoclaw-traffic-guardian/SKILL.md | 2 +- skills/nanoclaw-traffic-guardian/skill.json | 2 +- skills/openclaw-audit-watchdog/CHANGELOG.md | 6 ++++++ skills/openclaw-audit-watchdog/SKILL.md | 2 +- skills/openclaw-audit-watchdog/skill.json | 2 +- skills/openclaw-traffic-guardian/CHANGELOG.md | 6 ++++++ skills/openclaw-traffic-guardian/SKILL.md | 2 +- skills/openclaw-traffic-guardian/skill.json | 2 +- skills/picoclaw-security-guardian/CHANGELOG.md | 6 ++++++ skills/picoclaw-security-guardian/SKILL.md | 2 +- skills/picoclaw-security-guardian/skill.json | 2 +- skills/picoclaw-self-pen-testing/CHANGELOG.md | 6 ++++++ skills/picoclaw-self-pen-testing/SKILL.md | 2 +- skills/picoclaw-self-pen-testing/skill.json | 2 +- skills/picoclaw-traffic-guardian/CHANGELOG.md | 6 ++++++ skills/picoclaw-traffic-guardian/SKILL.md | 2 +- skills/picoclaw-traffic-guardian/skill.json | 2 +- skills/soul-guardian/CHANGELOG.md | 6 ++++++ skills/soul-guardian/SKILL.md | 2 +- skills/soul-guardian/skill.json | 2 +- 49 files changed, 143 insertions(+), 40 deletions(-) diff --git a/.github/workflows/skill-release.yml b/.github/workflows/skill-release.yml index 9c5b21c..c12d9cf 100644 --- a/.github/workflows/skill-release.yml +++ b/.github/workflows/skill-release.yml @@ -833,7 +833,6 @@ jobs: actions: read contents: read issues: write - pull-requests: read steps: - name: Download SkillSpector reports continue-on-error: true @@ -843,6 +842,7 @@ jobs: path: skillspector-pr-reports - name: Comment SkillSpector reports + continue-on-error: true uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | diff --git a/scripts/test-skill-release-workflow.mjs b/scripts/test-skill-release-workflow.mjs index d72a81a..2d076ec 100644 --- a/scripts/test-skill-release-workflow.mjs +++ b/scripts/test-skill-release-workflow.mjs @@ -254,12 +254,25 @@ assert.match( 'Skill release workflow must download generated SkillSpector reports in a separate PR comment job with comment permissions', ); +const commentJob = workflow.match(/[ ]{2}comment-skillspector-report:[\s\S]*?\n[ ]{2}[a-z][^:\n]*:/)?.[0] || ""; +assert.doesNotMatch( + commentJob, + /pull-requests: write/, + 'SkillSpector PR comment publishing should not request redundant pull-requests write permissions', +); + assert.match( workflow, /comment-skillspector-report:[\s\S]*if: always\(\) && github\.event_name == 'pull_request' && needs\.release\.result != 'cancelled'[\s\S]*Download SkillSpector reports[\s\S]*continue-on-error: true/, 'SkillSpector PR comments must still run when the release dry-run produced reports but the release job failed later', ); +assert.match( + workflow, + /Comment SkillSpector reports[\s\S]*continue-on-error: true[\s\S]*actions\/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9\.0\.0/, + 'SkillSpector PR comment publishing must not fail the release dry-run check', +); + assert.match( workflow, /function sanitizeReportForComment\(report\)[\s\S]*code block omitted from PR comment[\s\S]*inline snippet omitted[\s\S]*redacted-email[\s\S]*redacted-token/, diff --git a/scripts/test-skill-tag-release-simulation.mjs b/scripts/test-skill-tag-release-simulation.mjs index fb10a75..d9a07a0 100644 --- a/scripts/test-skill-tag-release-simulation.mjs +++ b/scripts/test-skill-tag-release-simulation.mjs @@ -140,16 +140,16 @@ writeFileSync(process.argv[outputIndex + 1], "# Fake SkillSpector Report\\n\\nNo await runSimulation({ skillDir: "skills/clawsec-suite", outputDir: path.join(tempRoot, "stable"), - expectedOriginal: "0.1.10", - expectedSimulated: "0.1.11", + expectedOriginal: "0.1.11", + expectedSimulated: "0.1.12", expectedAgent: "openclaw", }); await runSimulation({ skillDir: "skills/hermes-traffic-guardian", outputDir: path.join(tempRoot, "beta"), - expectedOriginal: "0.0.1-beta3", - expectedSimulated: "0.0.1-beta4", + expectedOriginal: "0.0.1-beta4", + expectedSimulated: "0.0.1-beta5", expectedAgent: "hermes-agent", }); diff --git a/scripts/test-skill-trust-packet.mjs b/scripts/test-skill-trust-packet.mjs index a7d55e5..655975c 100644 --- a/scripts/test-skill-trust-packet.mjs +++ b/scripts/test-skill-trust-packet.mjs @@ -25,7 +25,7 @@ function runTrustPacket(skillDir, targetDir, tag) { } try { - const result = runTrustPacket("skills/clawsec-suite", outputDir, "clawsec-suite-v0.1.10"); + const result = runTrustPacket("skills/clawsec-suite", outputDir, "clawsec-suite-v0.1.11"); assert.equal( result.status, @@ -41,10 +41,10 @@ try { assert.match(skillCard, /## License\/Terms of Use/); assert.match(skillCard, /AGPL-3\.0-or-later/); assert.match(skillCard, /skillspector-report\.md/); - assert.match(skillCard, /clawsec-suite-v0\.1\.10/); + assert.match(skillCard, /clawsec-suite-v0\.1\.11/); assert.equal(permissions.skill, "clawsec-suite"); - assert.equal(permissions.version, "0.1.10"); + assert.equal(permissions.version, "0.1.11"); assert.equal(permissions.platform, "openclaw"); assert.deepEqual( permissions.required_binaries, @@ -62,7 +62,7 @@ try { const hermesResult = runTrustPacket( "skills/hermes-attestation-guardian", hermesOutputDir, - "hermes-attestation-guardian-v0.1.4", + "hermes-attestation-guardian-v0.1.5", ); assert.equal( hermesResult.status, diff --git a/skills/clawsec-clawhub-checker/CHANGELOG.md b/skills/clawsec-clawhub-checker/CHANGELOG.md index c20dfba..1959861 100644 --- a/skills/clawsec-clawhub-checker/CHANGELOG.md +++ b/skills/clawsec-clawhub-checker/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.7] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.6] - 2026-06-10 ### Changed diff --git a/skills/clawsec-clawhub-checker/SKILL.md b/skills/clawsec-clawhub-checker/SKILL.md index 678c611..a2ced79 100644 --- a/skills/clawsec-clawhub-checker/SKILL.md +++ b/skills/clawsec-clawhub-checker/SKILL.md @@ -1,6 +1,6 @@ --- name: clawsec-clawhub-checker -version: 0.0.6 +version: 0.0.7 description: ClawHub reputation checker for clawsec-suite. Adds a standalone reputation gate before guarded skill installation. homepage: https://clawsec.prompt.security clawdis: diff --git a/skills/clawsec-clawhub-checker/skill.json b/skills/clawsec-clawhub-checker/skill.json index 82bd34d..8306810 100644 --- a/skills/clawsec-clawhub-checker/skill.json +++ b/skills/clawsec-clawhub-checker/skill.json @@ -1,6 +1,6 @@ { "name": "clawsec-clawhub-checker", - "version": "0.0.6", + "version": "0.0.7", "description": "ClawHub reputation checker for clawsec-suite. Adds a standalone reputation gate before guarded skill installation.", "author": "abutbul", "license": "AGPL-3.0-or-later", diff --git a/skills/clawsec-feed/CHANGELOG.md b/skills/clawsec-feed/CHANGELOG.md index 90a014a..bbaf629 100644 --- a/skills/clawsec-feed/CHANGELOG.md +++ b/skills/clawsec-feed/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.10] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.9] - 2026-06-10 ### Changed diff --git a/skills/clawsec-feed/SKILL.md b/skills/clawsec-feed/SKILL.md index e35e9ab..393ab61 100644 --- a/skills/clawsec-feed/SKILL.md +++ b/skills/clawsec-feed/SKILL.md @@ -1,6 +1,6 @@ --- name: clawsec-feed -version: 0.0.9 +version: 0.0.10 description: Security advisory feed package for OpenClaw-related threats and vulnerabilities. The upstream feed is updated daily; local automation is handled by clawsec-suite or the operator. homepage: https://clawsec.prompt.security metadata: {"openclaw":{"emoji":"📡","category":"security"}} diff --git a/skills/clawsec-feed/skill.json b/skills/clawsec-feed/skill.json index 35f8ede..1232e7d 100644 --- a/skills/clawsec-feed/skill.json +++ b/skills/clawsec-feed/skill.json @@ -1,6 +1,6 @@ { "name": "clawsec-feed", - "version": "0.0.9", + "version": "0.0.10", "description": "Security advisory feed monitoring for AI agents. Subscribe to community-driven threat intelligence.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/clawsec-nanoclaw/CHANGELOG.md b/skills/clawsec-nanoclaw/CHANGELOG.md index 3a8db93..4890cf2 100644 --- a/skills/clawsec-nanoclaw/CHANGELOG.md +++ b/skills/clawsec-nanoclaw/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.9] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.8] - 2026-06-10 ### Changed diff --git a/skills/clawsec-nanoclaw/SKILL.md b/skills/clawsec-nanoclaw/SKILL.md index d99ad36..74c7f1a 100644 --- a/skills/clawsec-nanoclaw/SKILL.md +++ b/skills/clawsec-nanoclaw/SKILL.md @@ -1,6 +1,6 @@ --- name: clawsec-nanoclaw -version: 0.0.8 +version: 0.0.9 description: Use when checking for security vulnerabilities in NanoClaw skills, before installing new skills, or when asked about security advisories affecting the bot --- diff --git a/skills/clawsec-nanoclaw/skill.json b/skills/clawsec-nanoclaw/skill.json index 410af20..1a37606 100644 --- a/skills/clawsec-nanoclaw/skill.json +++ b/skills/clawsec-nanoclaw/skill.json @@ -1,6 +1,6 @@ { "name": "clawsec-nanoclaw", - "version": "0.0.8", + "version": "0.0.9", "description": "ClawSec security suite for NanoClaw - Advisory feed monitoring, MCP tools for vulnerability checking, and Ed25519 signature verification for containerized WhatsApp bot agents", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/clawsec-scanner/CHANGELOG.md b/skills/clawsec-scanner/CHANGELOG.md index 9f1c16d..ea3e355 100644 --- a/skills/clawsec-scanner/CHANGELOG.md +++ b/skills/clawsec-scanner/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.6] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.5] - 2026-06-10 ### Changed diff --git a/skills/clawsec-scanner/SKILL.md b/skills/clawsec-scanner/SKILL.md index 91ec4e0..ca9fad9 100644 --- a/skills/clawsec-scanner/SKILL.md +++ b/skills/clawsec-scanner/SKILL.md @@ -1,6 +1,6 @@ --- name: clawsec-scanner -version: 0.0.5 +version: 0.0.6 description: Automated vulnerability scanner for agent platforms. Performs dependency scanning (npm audit, pip-audit), multi-database CVE lookup (OSV, NVD, GitHub Advisory), SAST analysis (Semgrep, Bandit), and agent-specific static hook inspection for OpenClaw hooks. homepage: https://clawsec.prompt.security clawdis: diff --git a/skills/clawsec-scanner/skill.json b/skills/clawsec-scanner/skill.json index ea539c5..cd2babc 100644 --- a/skills/clawsec-scanner/skill.json +++ b/skills/clawsec-scanner/skill.json @@ -1,6 +1,6 @@ { "name": "clawsec-scanner", - "version": "0.0.5", + "version": "0.0.6", "description": "Automated vulnerability scanner for agent platforms. Performs dependency scanning (npm audit, pip-audit), multi-database CVE lookup (OSV, NVD, GitHub Advisory), SAST analysis (Semgrep, Bandit), and agent-specific static hook inspection for OpenClaw hooks.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/clawsec-suite/CHANGELOG.md b/skills/clawsec-suite/CHANGELOG.md index 937e968..d3490ff 100644 --- a/skills/clawsec-suite/CHANGELOG.md +++ b/skills/clawsec-suite/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.11] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.1.10] - 2026-06-10 ### Changed diff --git a/skills/clawsec-suite/SKILL.md b/skills/clawsec-suite/SKILL.md index 2df88bf..71d425f 100644 --- a/skills/clawsec-suite/SKILL.md +++ b/skills/clawsec-suite/SKILL.md @@ -1,6 +1,6 @@ --- name: clawsec-suite -version: 0.1.10 +version: 0.1.11 description: ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills. homepage: https://clawsec.prompt.security clawdis: diff --git a/skills/clawsec-suite/skill.json b/skills/clawsec-suite/skill.json index da46a9e..eb68902 100644 --- a/skills/clawsec-suite/skill.json +++ b/skills/clawsec-suite/skill.json @@ -1,6 +1,6 @@ { "name": "clawsec-suite", - "version": "0.1.10", + "version": "0.1.11", "description": "ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/clawtributor/CHANGELOG.md b/skills/clawtributor/CHANGELOG.md index eea04ce..d8dcf6a 100644 --- a/skills/clawtributor/CHANGELOG.md +++ b/skills/clawtributor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.8] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.7] - 2026-06-10 ### Changed diff --git a/skills/clawtributor/SKILL.md b/skills/clawtributor/SKILL.md index eb1703d..e79da30 100644 --- a/skills/clawtributor/SKILL.md +++ b/skills/clawtributor/SKILL.md @@ -1,6 +1,6 @@ --- name: clawtributor -version: 0.0.7 +version: 0.0.8 description: Harness-neutral community incident reporting for AI agents. Contribute to collective security by reporting threats. homepage: https://clawsec.prompt.security platforms: diff --git a/skills/clawtributor/skill.json b/skills/clawtributor/skill.json index ead690f..534fdf3 100644 --- a/skills/clawtributor/skill.json +++ b/skills/clawtributor/skill.json @@ -1,6 +1,6 @@ { "name": "clawtributor", - "version": "0.0.7", + "version": "0.0.8", "description": "Harness-neutral community incident reporting for AI agents. Contribute to collective security by reporting threats.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/hermes-attestation-guardian/CHANGELOG.md b/skills/hermes-attestation-guardian/CHANGELOG.md index 9601ae5..a74b377 100644 --- a/skills/hermes-attestation-guardian/CHANGELOG.md +++ b/skills/hermes-attestation-guardian/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.5] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.1.4] - 2026-06-10 ### Changed diff --git a/skills/hermes-attestation-guardian/SKILL.md b/skills/hermes-attestation-guardian/SKILL.md index a512e73..315b09c 100644 --- a/skills/hermes-attestation-guardian/SKILL.md +++ b/skills/hermes-attestation-guardian/SKILL.md @@ -1,6 +1,6 @@ --- name: hermes-attestation-guardian -version: 0.1.4 +version: 0.1.5 description: Hermes-only runtime security attestation and drift detection skill for operator-managed Hermes infrastructure. homepage: https://clawsec.prompt.security hermes: @@ -31,7 +31,7 @@ For standalone installs, verify the signed release manifest before trusting `SKI set -euo pipefail SKILL_NAME="hermes-attestation-guardian" -VERSION="0.1.4" +VERSION="0.1.5" REPO="prompt-security/clawsec" TAG="${SKILL_NAME}-v${VERSION}" BASE="https://github.com/${REPO}/releases/download/${TAG}" diff --git a/skills/hermes-attestation-guardian/skill.json b/skills/hermes-attestation-guardian/skill.json index b2ba846..0e42265 100644 --- a/skills/hermes-attestation-guardian/skill.json +++ b/skills/hermes-attestation-guardian/skill.json @@ -1,6 +1,6 @@ { "name": "hermes-attestation-guardian", - "version": "0.1.4", + "version": "0.1.5", "description": "Hermes-only runtime security attestation and drift detection skill. Generates deterministic posture artifacts, verifies integrity fail-closed, and classifies baseline drift severity.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/hermes-traffic-guardian/CHANGELOG.md b/skills/hermes-traffic-guardian/CHANGELOG.md index 95e8cf5..2a328cb 100644 --- a/skills/hermes-traffic-guardian/CHANGELOG.md +++ b/skills/hermes-traffic-guardian/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.1-beta4] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.1-beta3] - 2026-06-10 ### Changed diff --git a/skills/hermes-traffic-guardian/SKILL.md b/skills/hermes-traffic-guardian/SKILL.md index 28bea43..99ca16d 100644 --- a/skills/hermes-traffic-guardian/SKILL.md +++ b/skills/hermes-traffic-guardian/SKILL.md @@ -1,6 +1,6 @@ --- name: hermes-traffic-guardian -version: 0.0.1-beta3 +version: 0.0.1-beta4 description: Hermes runtime traffic monitoring baseline for opt-in proxy inspection, egress detection, and attestation-aware traffic posture. homepage: https://clawsec.prompt.security author: prompt-security diff --git a/skills/hermes-traffic-guardian/skill.json b/skills/hermes-traffic-guardian/skill.json index adb391b..89d26b0 100644 --- a/skills/hermes-traffic-guardian/skill.json +++ b/skills/hermes-traffic-guardian/skill.json @@ -1,6 +1,6 @@ { "name": "hermes-traffic-guardian", - "version": "0.0.1-beta3", + "version": "0.0.1-beta4", "description": "Hermes runtime traffic monitoring baseline for opt-in proxy inspection, egress detection, and attestation-aware traffic posture.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/nanoclaw-traffic-guardian/CHANGELOG.md b/skills/nanoclaw-traffic-guardian/CHANGELOG.md index c747c2e..89a9f0f 100644 --- a/skills/nanoclaw-traffic-guardian/CHANGELOG.md +++ b/skills/nanoclaw-traffic-guardian/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.1-beta4] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.1-beta3] - 2026-06-10 ### Changed diff --git a/skills/nanoclaw-traffic-guardian/SKILL.md b/skills/nanoclaw-traffic-guardian/SKILL.md index e503c59..93382d0 100644 --- a/skills/nanoclaw-traffic-guardian/SKILL.md +++ b/skills/nanoclaw-traffic-guardian/SKILL.md @@ -1,6 +1,6 @@ --- name: nanoclaw-traffic-guardian -version: 0.0.1-beta3 +version: 0.0.1-beta4 description: NanoClaw runtime traffic monitoring baseline for host-side proxy inspection with container-safe MCP and IPC status surfaces. homepage: https://clawsec.prompt.security author: prompt-security diff --git a/skills/nanoclaw-traffic-guardian/skill.json b/skills/nanoclaw-traffic-guardian/skill.json index 57f812d..834c729 100644 --- a/skills/nanoclaw-traffic-guardian/skill.json +++ b/skills/nanoclaw-traffic-guardian/skill.json @@ -1,6 +1,6 @@ { "name": "nanoclaw-traffic-guardian", - "version": "0.0.1-beta3", + "version": "0.0.1-beta4", "description": "NanoClaw runtime traffic monitoring baseline for host-side proxy inspection with container-safe MCP and IPC status surfaces.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/openclaw-audit-watchdog/CHANGELOG.md b/skills/openclaw-audit-watchdog/CHANGELOG.md index 1796ec2..560fe2e 100644 --- a/skills/openclaw-audit-watchdog/CHANGELOG.md +++ b/skills/openclaw-audit-watchdog/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.8] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.1.7] - 2026-06-10 ### Changed diff --git a/skills/openclaw-audit-watchdog/SKILL.md b/skills/openclaw-audit-watchdog/SKILL.md index 24745a2..ef8653f 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.1.7 +version: 0.1.8 description: Automated daily security audits for OpenClaw agents with DM delivery and optional email reporting. Runs deep audits, creates or updates a recurring cron job, and sends formatted reports to configured recipients. homepage: https://clawsec.prompt.security metadata: diff --git a/skills/openclaw-audit-watchdog/skill.json b/skills/openclaw-audit-watchdog/skill.json index 342cfe0..0e72829 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.1.7", + "version": "0.1.8", "description": "Automated daily security audits for OpenClaw agents with DM delivery and optional email reporting. Creates or updates an unattended cron job and sends formatted reports to configured recipients.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/openclaw-traffic-guardian/CHANGELOG.md b/skills/openclaw-traffic-guardian/CHANGELOG.md index 0d541b2..5e67f82 100644 --- a/skills/openclaw-traffic-guardian/CHANGELOG.md +++ b/skills/openclaw-traffic-guardian/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.1-beta4] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.1-beta3] - 2026-06-10 ### Security diff --git a/skills/openclaw-traffic-guardian/SKILL.md b/skills/openclaw-traffic-guardian/SKILL.md index 2bff64f..8e51ac6 100644 --- a/skills/openclaw-traffic-guardian/SKILL.md +++ b/skills/openclaw-traffic-guardian/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-traffic-guardian -version: 0.0.1-beta3 +version: 0.0.1-beta4 description: OpenClaw runtime traffic monitoring baseline for opt-in HTTP/HTTPS proxy inspection, egress detection, inbound injection detection, and social-account policy review. homepage: https://clawsec.prompt.security author: prompt-security diff --git a/skills/openclaw-traffic-guardian/skill.json b/skills/openclaw-traffic-guardian/skill.json index 76182a5..c289516 100644 --- a/skills/openclaw-traffic-guardian/skill.json +++ b/skills/openclaw-traffic-guardian/skill.json @@ -1,6 +1,6 @@ { "name": "openclaw-traffic-guardian", - "version": "0.0.1-beta3", + "version": "0.0.1-beta4", "description": "OpenClaw runtime traffic monitoring baseline for opt-in HTTP/HTTPS proxy inspection, egress detection, inbound injection detection, and social-account policy review.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/picoclaw-security-guardian/CHANGELOG.md b/skills/picoclaw-security-guardian/CHANGELOG.md index 0e0c7b2..478ef85 100644 --- a/skills/picoclaw-security-guardian/CHANGELOG.md +++ b/skills/picoclaw-security-guardian/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.5] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.4] - 2026-06-10 ### Changed diff --git a/skills/picoclaw-security-guardian/SKILL.md b/skills/picoclaw-security-guardian/SKILL.md index 05c3aa4..f88d16f 100644 --- a/skills/picoclaw-security-guardian/SKILL.md +++ b/skills/picoclaw-security-guardian/SKILL.md @@ -1,6 +1,6 @@ --- name: picoclaw-security-guardian -version: 0.0.4 +version: 0.0.5 description: Picoclaw security posture skill with advisory awareness, configuration drift detection, and supply-chain verification guidance. homepage: https://clawsec.prompt.security author: prompt-security diff --git a/skills/picoclaw-security-guardian/skill.json b/skills/picoclaw-security-guardian/skill.json index ceb0037..183db7f 100644 --- a/skills/picoclaw-security-guardian/skill.json +++ b/skills/picoclaw-security-guardian/skill.json @@ -1,6 +1,6 @@ { "name": "picoclaw-security-guardian", - "version": "0.0.4", + "version": "0.0.5", "description": "Picoclaw security posture skill with advisory awareness, configuration drift detection, and supply-chain verification guidance.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/picoclaw-self-pen-testing/CHANGELOG.md b/skills/picoclaw-self-pen-testing/CHANGELOG.md index 6ac5783..17d96e7 100644 --- a/skills/picoclaw-self-pen-testing/CHANGELOG.md +++ b/skills/picoclaw-self-pen-testing/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.4] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.3] - 2026-06-10 ### Changed diff --git a/skills/picoclaw-self-pen-testing/SKILL.md b/skills/picoclaw-self-pen-testing/SKILL.md index 3958f72..fa4fd1e 100644 --- a/skills/picoclaw-self-pen-testing/SKILL.md +++ b/skills/picoclaw-self-pen-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: picoclaw-self-pen-testing -version: 0.0.3 +version: 0.0.4 description: Picoclaw-only local posture-review skill focused on read-only findings and safe operator remediation guidance. homepage: https://clawsec.prompt.security author: prompt-security diff --git a/skills/picoclaw-self-pen-testing/skill.json b/skills/picoclaw-self-pen-testing/skill.json index 1aaf79d..c388c2d 100644 --- a/skills/picoclaw-self-pen-testing/skill.json +++ b/skills/picoclaw-self-pen-testing/skill.json @@ -1,6 +1,6 @@ { "name": "picoclaw-self-pen-testing", - "version": "0.0.3", + "version": "0.0.4", "description": "Picoclaw-only local posture-review skill focused on read-only findings and safe operator remediation guidance.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/picoclaw-traffic-guardian/CHANGELOG.md b/skills/picoclaw-traffic-guardian/CHANGELOG.md index 30314ed..9199fb1 100644 --- a/skills/picoclaw-traffic-guardian/CHANGELOG.md +++ b/skills/picoclaw-traffic-guardian/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.1-beta4] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.1-beta3] - 2026-06-10 ### Changed diff --git a/skills/picoclaw-traffic-guardian/SKILL.md b/skills/picoclaw-traffic-guardian/SKILL.md index 8a331a3..ec5f31e 100644 --- a/skills/picoclaw-traffic-guardian/SKILL.md +++ b/skills/picoclaw-traffic-guardian/SKILL.md @@ -1,6 +1,6 @@ --- name: picoclaw-traffic-guardian -version: 0.0.1-beta3 +version: 0.0.1-beta4 description: Picoclaw runtime traffic monitoring baseline for lightweight AI gateway proxy inspection, egress detection, and posture integration. homepage: https://clawsec.prompt.security author: prompt-security diff --git a/skills/picoclaw-traffic-guardian/skill.json b/skills/picoclaw-traffic-guardian/skill.json index ea9928b..b884a8b 100644 --- a/skills/picoclaw-traffic-guardian/skill.json +++ b/skills/picoclaw-traffic-guardian/skill.json @@ -1,6 +1,6 @@ { "name": "picoclaw-traffic-guardian", - "version": "0.0.1-beta3", + "version": "0.0.1-beta4", "description": "Picoclaw runtime traffic monitoring baseline for lightweight AI gateway proxy inspection, egress detection, and posture integration.", "author": "prompt-security", "license": "AGPL-3.0-or-later", diff --git a/skills/soul-guardian/CHANGELOG.md b/skills/soul-guardian/CHANGELOG.md index 6737a80..f7dee5c 100644 --- a/skills/soul-guardian/CHANGELOG.md +++ b/skills/soul-guardian/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.8] - 2026-06-22 + +### Changed + +- Re-released skill metadata to publish through the updated ClawHub pipeline without runtime changes. + ## [0.0.7] - 2026-06-10 ### Changed diff --git a/skills/soul-guardian/SKILL.md b/skills/soul-guardian/SKILL.md index 508c78c..e0b4307 100644 --- a/skills/soul-guardian/SKILL.md +++ b/skills/soul-guardian/SKILL.md @@ -1,6 +1,6 @@ --- name: soul-guardian -version: 0.0.7 +version: 0.0.8 description: Drift detection + baseline integrity guard for agent workspace files with automatic alerting support homepage: https://clawsec.prompt.security metadata: {"openclaw":{"emoji":"👻","category":"security"}} diff --git a/skills/soul-guardian/skill.json b/skills/soul-guardian/skill.json index f425c39..463689d 100644 --- a/skills/soul-guardian/skill.json +++ b/skills/soul-guardian/skill.json @@ -1,6 +1,6 @@ { "name": "soul-guardian", - "version": "0.0.7", + "version": "0.0.8", "description": "Drift detection and baseline integrity guard for agent workspace prompt files. Auto-restore critical files with tamper-evident audit logging.", "author": "prompt-security", "license": "AGPL-3.0-or-later",