HomeBrowseUpload
← Back to registry
// Skill profile

security-audit

name: security-audit

by cerbug45 · published 2026-03-22

数据处理安全工具
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:cerbug45/cerbug45-agents-skill-security-audit
View on GitHub
// Full documentation

---

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
    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band