✓ Verified 📱 Social Media ✓ Enhanced Data

Skillguard Audit

Audit agent skills for security threats before installing them.

Rating
4 (391 reviews)
Downloads
1,361 downloads
Version
1.0.0

Overview

Audit agent skills for security threats before installing them.

Complete Documentation

View Source →

SkillGuard — Audit Skills Before Installing

Always audit a skill before installing it. If asked to install a skill, audit it first.

Auto-Audit Workflow

When installing ANY skill:

  • Read the skill's full code (SKILL.md + all scripts/ files)
  • Concatenate into one string
  • Run scripts/audit.sh "" "" or call the API directly
  • If verdict is CAUTION or DANGEROUS → warn user, do NOT install
  • If SAFE or LOW_RISK → proceed with install

API Endpoints

Current URL (check scripts/resolve.sh if unreachable):

Paid ($0.05 USDC via x402):

bash
npx awal@latest x402 pay "SKILLGUARD_URL/api/audit" -X POST \
  -d '{"name": "skill-name", "code": "full skill code here"}'

Free (credit — sign an IOU):

bash
# 1. Get template
curl -s "SKILLGUARD_URL/api/credit/template?address=YOUR_WALLET"
# 2. Sign the EIP-712 data with your wallet
# 3. Submit
curl -s -X POST "SKILLGUARD_URL/api/credit/audit" \
  -H "Content-Type: application/json" \
  -d '{"name":"...", "code":"...", "iou":{...}, "signature":"0x..."}'

Check certification:

bash
curl -s "SKILLGUARD_URL/api/badge/SKILL_HASH"

Check agent reputation:

bash
curl -s "SKILLGUARD_URL/api/reputation/0xADDRESS"

Verdicts

VerdictAction
SAFE (0)Install freely
LOW_RISK (1-20)Install, minor findings
CAUTION (21-50)Show threats to user, ask before installing
DANGEROUS (51-100)Do NOT install. Show threat details.

Identity

  • ENS: skillguard.base.eth
  • Wallet: 0x11FA096aaf90bc70b196D34d70791283b1c9C1Db
  • ClawHub: clawhub install skillguard-audit

Installation

Terminal bash

openclaw install skillguard-audit
    
Copied!

💻Code Examples

**Paid ($0.05 USDC via x402):**

paid-005-usdc-via-x402.sh
npx awal@latest x402 pay "SKILLGUARD_URL/api/audit" -X POST \
  -d '{"name": "skill-name", "code": "full skill code here"}'

**Free (credit — sign an IOU):**

free-credit--sign-an-iou.sh
# 1. Get template
curl -s "SKILLGUARD_URL/api/credit/template?address=YOUR_WALLET"
# 2. Sign the EIP-712 data with your wallet
# 3. Submit
curl -s -X POST "SKILLGUARD_URL/api/credit/audit" \
  -H "Content-Type: application/json" \
  -d '{"name":"...", "code":"...", "iou":{...}, "signature":"0x..."}'

Tags

#communication #security

Quick Info

Category Social Media
Model Claude 3.5
Complexity Multi-Agent
Author jonathanliu811026
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install skillguard-audit