Agents Skill Security Audit OpenClaw Plugin & Skill | ClawHub
Looking to integrate Agents Skill Security Audit into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.
What this skill does
Minimal helper to audit skill.md-style instructions for supply-chain risks.
Install
npx clawhub@latest install agents-skill-security-auditFull SKILL.md
Open original| name | description |
|---|---|
| security-audit | Minimal helper to audit skill.md-style instructions for supply-chain risks. |
SKILL.md content below is scrollable.
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