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

Security Audit

by @cerbug45

Minimal helper to audit skill.md-style instructions for supply-chain risks.

Versionv0.1.0
Downloads1,720
Installs9
TERMINAL
clawhub install agents-skill-security-audit

πŸ“– About This Skill


name: security-audit description: Minimal helper to audit skill.md-style instructions for supply-chain risks. metadata: { "openclaw": { "requires": { "bins": ["python3"] }, "category": "security" } }

security-audit

Minimal helper to audit skill.md-style instructions for supply-chain risks.

Features

  • Heuristic scan for exfiltration patterns (HTTP POST, curl to unknown domains, reading ~/.env, credential keywords).
  • Permission manifest reminder: lists filesystem/network touches it sees.
  • Safe report: markdown summary + risk level.
  • Usage

    python audit.py path/to/skill.md > report.md
    

    πŸ’‘ Examples

    python audit.py path/to/skill.md > report.md