agxntsix-skill-auditorSecurity audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external source...
Install via ClawdBot CLI:
clawdbot install aiwithabidi/agxntsix-skill-auditorSecurity gatekeeper for third-party skill installation. No skill gets installed without passing audit.
clawhub install or similar installation is requestedNever copy a skill directly to the production skills directory. Always quarantine first:
bash skills/skill-auditor/scripts/quarantine.sh /path/to/skill-source
This copies the skill to a temp directory, runs the full audit, and only allows installation if the risk score is CLEAN or LOW.
For inspection without the quarantine wrapper:
python3 skills/skill-auditor/scripts/audit_skill.py /path/to/skill-dir
Outputs JSON report to stdout. Add --human for formatted text output.
| Rating | Action |
|--------|--------|
| CLEAN | Safe to install |
| LOW | Safe, minor notes β review findings briefly |
| MEDIUM | Do NOT install without manual review of each finding |
| HIGH | Block installation β likely malicious patterns detected |
| CRITICAL | Block immediately β active threat indicators (exfil, prompt injection, obfuscated payloads) |
0 = CLEAN or LOW (safe)1 = MEDIUM (needs review)2 = HIGH or CRITICAL (blocked)references/known-patterns.md β catalog of real attack patterns from ClawHubreferences/prompt-injection-patterns.md β prompt injection signatures to detectIf a skill scores MEDIUM or above, always show Abidi the full findings before taking any action. Never override or bypass the auditor. This is the last line of defense before untrusted code enters the system.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack π¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper β gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard β runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...