skill-security-auditor

安装量: 338
排名: #9624

安装

npx skills add https://github.com/alirezarezvani/claude-skills --skill skill-security-auditor

Skill Security Auditor Scan and audit AI agent skills for security risks before installation. Produces a clear PASS / WARN / FAIL verdict with findings and remediation guidance. Quick Start

Audit a local skill directory

python3 scripts/skill_security_auditor.py /path/to/skill-name/

Audit a skill from a git repo

python3 scripts/skill_security_auditor.py https://github.com/user/repo --skill skill-name

Audit with strict mode (any WARN becomes FAIL)

python3 scripts/skill_security_auditor.py /path/to/skill-name/ --strict Show more

返回排行榜