🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Skillguard

by @jonathanliu811026

Audit OpenClaw skills for security risks before installation via SkillGuard API.

Versionv1.1.0
Installs3
⚑ When to Use
TriggerAction
```bash
bash skills/skillguard/audit.sh --name
```
If verdict is `DANGEROUS`, do **not** install. If `CAUTION`, review the threats and decide with the user.
πŸ’‘ Examples

Audit a skill from ClawHub by name

bash skills/skillguard/audit.sh --name 

This uses clawhub inspect --file to pull the skill's SKILL.md (and any scripts), then sends the code to the audit API.

Audit a local file

bash skills/skillguard/audit.sh --code 

Reads the file and sends its contents for audit.

Output

Returns JSON with:

  • verdict: SAFE | CAUTION | DANGEROUS
  • riskScore: 0–100
  • threats: list of identified risks
  • Example:

    {
      "verdict": "CAUTION",
      "riskScore": 35,
      "threats": ["Executes arbitrary shell commands", "Accesses network without disclosure"]
    }
    

    View on ClawHub
    TERMINAL
    clawhub install skillguard-audit

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’