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

skill-auditor-plus

by @caleb-niu007

Security, performance, and quality auditing for AgentSkills. Use when reviewing skills before installation, auditing during development, checking installed s...

πŸ’‘ Examples

Audit a skill before installation

# Clone or download the skill
cd skill-auditor-plus

Run security audit

python3 scripts/security_audit.py /path/to/skill-to-audit

Run performance audit

python3 scripts/performance_audit.py /path/to/skill-to-audit

During skill development

# After making changes, audit your skill
python3 scripts/security_audit.py /path/to/your-skill
python3 scripts/performance_audit.py /path/to/your-skill

Fix issues, then re-audit

Iterate until no high/medium severity issues remain

Batch audit installed skills

# Audit all skills in a directory
for skill in /path/to/skills/*; do
    echo "Auditing $skill"
    python3 scripts/security_audit.py "$skill"
    python3 scripts/performance_audit.py "$skill"
done

πŸ“‹ Tips & Best Practices

See best-practices.md for comprehensive guidelines on:

  • Security best practices (credential management, input validation, safe operations)
  • Performance optimization (token efficiency, progressive disclosure, script usage)
  • Quality standards (documentation, file organization, structure)
  • View on ClawHub
    TERMINAL
    clawhub install skill-auditor-plus

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’