clawsec
Security suite that protects AI agents from malicious skills and drift
All Skills in This Repository (17)
Pure Emerald Level Indicatorsclawsec-feed
Integrate a live advisory feed to surface OpenClaw security advisories.
clawtributor
Report security incidents to GitHub Issues via an opt-in template.
claw-release
Automate version bumps, tagging, and artifact publishing for ClawSec releases.
soul-guardian
Detect workspace file drift against approved baselines with per-file policies.
prompt-agent
Enforce security audits and health verification for AI agents.
clawsec-suite
Monitor embedded advisory feeds and flag risky OpenClaw skills.
openclaw-audit-watchdog
Automates daily OpenClaw security audits and delivers formatted reports via email and DM.
hermes-attestation-guardian
Generates and verifies deterministic Hermes runtime security attestations with fail-closed drift detection.
clawsec-scanner
Scans agent skill directories for dependency CVEs, SAST findings, and OpenClaw hook risks.
nanoclaw-traffic-guardian
Defines a baseline specification for host-side NanoClaw traffic monitoring with redacted MCP status surfaces.
hermes-traffic-guardian
Defines an opt-in traffic monitoring baseline for detecting exfiltration and injection in Hermes HTTP traffic.
picoclaw-security-guardian
Detects configuration drift, filters security advisories, and verifies signed release artifacts for Picoclaw gateways.
Frequently Asked Questions
FAQPage SchemaHow to install ClawSec?โผ
Run `npx skills add prompt-security/clawsec --all -g -y` in your terminal to install the full security suite globally. You can also install a single package with `--skill clawsec-suite`.
What does ClawSec protect my AI agent from?โผ
It blocks malicious or vulnerable skills before installation, detects tampering with core agent files, and alerts you to known CVEs and prompt injection patterns affecting your setup.
Which agent platforms does ClawSec support?โผ
ClawSec ships dedicated skills for OpenClaw, NanoClaw, Hermes, and Picoclaw, with a shared signed advisory feed consumed by all of them.
How does ClawSec verify skill packages are safe?โผ
Every release is signed with an Ed25519 key, and the skills verify signatures and checksums before installing anything. Risky installs require explicit double confirmation from you.
Can I report a malicious skill I found?โผ
Yes. The clawtributor skill helps your agent draft a sanitized incident report that you review and submit manually, and approved reports become community advisories.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core