clawguard
Runtime security auditing, threat detection, and injection defense
All Skills in This Repository (6)
Pure Emerald Level Indicatorsclawguard-auditor
Analyze a target Skill for security risks before installation.
clawguard-shield
Detect prompt injection threats and return structured risk scores.
clawguard-threat-detect
Detect and mitigate runtime threats in OpenClaw environments via real-time behavioral monitoring.
clawguard-security-checker
Analyze OpenClaw configurations for security gaps and misconfigurations.
clawguard-self-improving-safety
Learn and apply dynamic safety blocklists to block unsafe commands and credential exposure.
clawguard-guardian
Monitor AI agent behavior and enforce safe actions at runtime.
Frequently Asked Questions
FAQPage SchemaHow to install ClawGuard?โผ
Run `npx skills add SafeAgent-Beihang/clawguard --all -g -y` in your terminal to install all five security modules globally.
How to check if a skill is safe before installing?โผ
Ask your agent to audit the skill, and the Auditor module scans its code, dependencies, and stated purpose to flag hidden risks like SSH key access or data exfiltration.
Can ClawGuard block prompt injection attacks?โผ
Yes. The Shield module detects jailbreak attempts, role hijacking, zero-width characters, and encoded commands in user inputs, then blocks or sanitizes them.
Does ClawGuard monitor agents in real time?โผ
Yes. The Detect and Guardian modules watch commands, file access, and network traffic live, and can freeze a session instantly when a critical threat appears.
Can I use ClawGuard without security expertise?โผ
Yes. Just describe what you want in plain English, such as 'check my config security', and the agent follows the built-in guides to run checks and suggest fixes.
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