MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Design & Media
🖼️

clawsec-suite

Featured

Security suite for AI agents: advisory feed monitoring, cryptographic verification, and approval-gated malicious-skill response.

davida-psv1.0.0
AI PoweredAutomationSelf-HostedDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install clawsec-suite
6Stars
6.1kDownloads
36Current Installs
📦
v1.0.0Version
📅
Mar 9, 2026Updated

Requirements

Feed Signing Public KeyAdvisory Feed URL(optional)Advisory Feed Signature URL(optional)Advisory Feed Checksums URL(optional)Unsigned Feed Bypass(optional)Hook Rate-Limit Interval(optional)State File Path(optional)Audit/Suppression Config Path(optional)
View Source(ClawHub)

clawsec-suite Skill Overview

ClawSec Suite is a security management layer for OpenClaw AI agents. It continuously monitors a cryptographically signed advisory feed for newly discovered malicious or vulnerable skills, cross-references advisories against your locally installed skills, and surfaces actionable alerts — requiring explicit user approval before any removal or remediation action is taken. It also serves as the setup and management entrypoint for the broader ClawSec family of security protections.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install clawsec-suite
or

Click the Install button at the top of this page for one-click setup

When to Use clawsec-suite

Best Fit

  • You run an OpenClaw-based AI agent environment and want ongoing protection against newly discovered malicious or compromised skills.
  • You need cryptographic assurance that advisory feeds and release archives haven't been tampered with before trusting them.
  • You want a double-confirmation guardrail so that no skill removal or risky install can happen without explicit human approval.
  • You are managing multiple ClawSec security skills and need a single setup/orchestration entrypoint with a dynamic skill catalog.

When Not to Use

  • You are not running an OpenClaw agent environment — this suite is purpose-built for the OpenClaw skill ecosystem and has no general-purpose use outside it.
  • You need real-time, sub-second threat response; the suite is intentionally rate-limited (minimum 5-minute polling intervals) and approval-gated by design.

Key Features

Advisory Feed Monitoring with State Tracking

Polls the ClawSec advisory feed at https://clawsec.prompt.security/advisories/feed.json, tracks which advisories are new since the last check, and cross-references them against locally installed skills. Persistent state is stored in ~/.openclaw/clawsec-suite-feed-state.json to avoid duplicate notifications.

Cryptographic Signature Verification

All advisory feeds and release archives are verified using detached signatures and a pinned public key before any content is trusted. The suite fails closed by default — unsigned feeds are rejected unless CLAWSEC_ALLOW_UNSIGNED_FEED=1 is explicitly set as a temporary migration bypass.

Approval-Gated Malicious-Skill Response

When an advisory flags an installed skill as malicious or removal-recommended, the suite notifies the user with full advisory context and requires a second explicit confirmation before any deletion or disable action proceeds. The hook and heartbeat are intentionally non-destructive by default.

Guarded Skill Install Flow

A guarded_skill_install.mjs script checks advisory matches before any skill installation. If a match is found, it prints advisory context and exits with code 42, requiring a second --confirm-advisory flag before the install can continue — enforcing double confirmation at install time.

Exploitability-Aware Advisory Prioritization

Advisories include exploitability_score (high, medium, low, or unknown) and exploitability_rationale fields. The suite encourages prioritizing by exploitability in addition to severity — a HIGH severity + HIGH exploitability advisory is treated as more urgent than a CRITICAL severity + LOW exploitability one.

Advisory Suppression / Allowlist

Security teams can opt-in to suppressing reviewed advisories via a shared config file (.clawsec/allowlist.json or ~/.openclaw/security-audit.json). Suppression requires an enabledFor: ["advisory"] sentinel and per-entry fields including a mandatory reason and suppressedAt date for audit trail purposes.

Use Cases

Continuous agent security monitoring

Install ClawSec Suite as the baseline security layer for your OpenClaw agent. Enable the advisory guardian hook and optional cron schedule so every new session bootstraps with a feed scan, alerting you to newly discovered threats against your installed skills without manual intervention.

Safe skill installation in sensitive environments

Before installing any new skill, run the guarded installer to automatically check it against the advisory feed. If a match is found, the install is blocked and advisory details are surfaced — a second explicit confirmation is required to proceed, preventing accidental installation of flagged skills.

Enterprise advisory triage with suppression policies

For organizations managing first-party or vetted third-party skills, configure an advisory suppression allowlist to silence advisories your security team has already reviewed and accepted. The shared config supports both advisory and audit pipelines with a single file and full audit trail.

Tamper-evident release verification

When deploying ClawSec Suite in air-gapped or high-assurance environments via manual download, use the provided shell script to verify the release archive checksum against a cryptographically signed manifest, with the release public key fingerprint pinned for out-of-band verification.

Requirements

  • Feed Signing Public Key — Path to the PEM file used to verify advisory feed signatures. Defaults to ~/.openclaw/skills/clawsec-suite/advisories/feed-signing-public.pem; override with CLAWSEC_FEED_PUBLIC_KEY.
Connecting to VM...
npx clawhub@latest install clawsec-suite
6Stars
6.1kDownloads
36Current Installs
📦
v1.0.0Version
📅
Mar 9, 2026Updated

Requirements

Feed Signing Public KeyAdvisory Feed URL(optional)Advisory Feed Signature URL(optional)Advisory Feed Checksums URL(optional)Unsigned Feed Bypass(optional)Hook Rate-Limit Interval(optional)State File Path(optional)Audit/Suppression Config Path(optional)
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!