clawsec-suite

PassAudited by ClawScan on May 16, 2026.

Overview

The skill is a disclosed security-monitoring and suite-management tool, but it adds persistent OpenClaw automation and depends on remote signed feeds/catalogs that users should review before enabling.

Install this only if you want a persistent OpenClaw security monitor and suite manager. Review the setup steps before enabling the hook or cron, keep signed-feed verification on, avoid the unsigned-feed bypass, and require explicit confirmation before any skill install or removal action.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

After setup, the suite may keep checking advisories on OpenClaw events or on a schedule.

Why it was flagged

This shows the skill can add persistent automation to the user's OpenClaw environment, including an optional scheduled job.

Skill content
setup scripts install an advisory hook under `~/.openclaw/hooks`, optionally create an unattended `openclaw cron` job
Recommendation

Enable the hook or cron only if you want ongoing monitoring, and review/remove the hook or cron if you no longer need it.

What this means

The set of recommended/installable add-on skills can change based on remote catalog metadata.

Why it was flagged

The add-on skill catalog is retrieved dynamically from a remote index, so catalog integrity and publisher control matter.

Skill content
Discover the current catalog from the authoritative index (`https://clawsec.prompt.security/skills/index.json`) at runtime
Recommendation

Use the documented verification paths, review catalog output before installing add-ons, and install only from sources you trust.

What this means

If enabled, advisory content may be accepted without the normal signature/checksum protections.

Why it was flagged

The hook includes an explicit emergency bypass for feed verification, although it is not the default and is documented as temporary.

Skill content
`CLAWSEC_ALLOW_UNSIGNED_FEED`: set to `1` only for temporary migration compatibility; bypasses signature/checksum verification.
Recommendation

Leave unsigned-feed mode disabled except for a short, deliberate troubleshooting window.

What this means

The agent may ask you to approve installing, blocking, disabling, or removing skills based on advisory checks.

Why it was flagged

The suite influences skill installation/removal decisions, which is high-impact agent-environment management, but the artifact says overrides require approval.

Skill content
the suite can recommend removal or block risky installs, but removal/install overrides stay approval-gated
Recommendation

Treat any install/remove prompt as a security-sensitive action and confirm only after reading the advisory context.

What this means

Advisory text can affect what the agent recommends, such as asking you to approve removal of an affected skill.

Why it was flagged

The hook can inject advisory-derived alert text into OpenClaw messages on monitored events, so the advisory feed influences agent/user guidance.

Skill content
event.messages.push(buildAlertMessage(unseenMatches, installRoot));
Recommendation

Keep signature verification enabled and review advisory messages as security guidance rather than blindly following them.