返回顶部
s

security-auditor

Scan and audit installed skills for security risks, suspicious patterns, and permission overreach. Use when: (1) before installing a new skill; (2) periodically reviewing installed skills; (3) before granting skill permissions; (4) when explicitly asked to audit skills or check for vulnerabilities.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
72
下载量
0
收藏
概述
安装方式
版本历史

security-auditor

# Security Auditor Audit skills for security risks before installing or using them. ## Purpose Skills can request permissions and access that may be: - Overreaching (accessing data they shouldn't need) - Suspicious (behaving oddly, phoning home, etc.) - Outdated (known vulnerabilities in dependencies) This skill helps you audit them. ## When to Run | Trigger | Action | |---------|--------| | Before installing a new skill | Full audit | | Periodic review | Quick scan of installed skills | | Suspicious behavior | Deep analysis | | Permission review | Check requested permissions | ## Audit Workflow ### Step 1: Quick Scan ```bash python3 scripts/audit.py --scan ``` Checks: - File access patterns - Network access requests - Suspicious API usage - Permission requests ### Step 2: Detailed Audit ```bash python3 scripts/audit.py --audit <skill-path> ``` Performs deep analysis: - Code pattern analysis - Dependency checking - Permission mapping - Risk scoring ### Step 3: Generate Report ```bash python3 scripts/audit.py --report <skill-path> --output report.md ``` Creates detailed security report. ### Step 4: Compare Skills ```bash python3 scripts/audit.py --compare <skill1-path> <skill2-path> ``` Compare security posture of two skills. ## Risk Levels | Level | Meaning | Action | |-------|---------|--------| | 🟢 LOW | Minimal risk, standard permissions | Safe to install | | 🟡 MEDIUM | Some overreach, review recommended | Read code before install | | 🔴 HIGH | Significant risks, careful review required | Do not install without review | | ⛔ CRITICAL | Dangerous patterns detected | Do not install | ## Red Flags to Watch For ### File Access - Accessing `~/.ssh/` or `~/.aws/` - Reading `*password*`, `*secret*`, `*key*` files - Writing to system directories - Accessing other users' directories ### Network - Exfiltrating data to unknown servers - DNS rebinding patterns - Encrypted payloads to unfamiliar domains ### Permissions - Requesting exec with no scope limitation - Reading memory or process info - Keylogging or screenshot capabilities - Accessing other installed skills' data ### Code Patterns - Obfuscated code - Dynamic code generation - Shell commands without sanitization - Credential harvesting patterns ## Files - `scripts/audit.py` — Main audit script - `scripts/scan_skill.py` — Skill-specific scanner - `references/rules.md` — Security rules and patterns - `references/permissions.md` — Permission reference guide

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 klemenska-security-auditor-1776017984 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 klemenska-security-auditor-1776017984 技能

通过命令行安装

skillhub install klemenska-security-auditor-1776017984

下载 Zip 包

⬇ 下载 security-auditor v1.0.0

文件大小: 10.64 KB | 发布时间: 2026-4-13 10:46

v1.0.0 最新 2026-4-13 10:46
Initial release of Security Auditor skill.

- Scan and audit installed skills for security risks, permission overreach, and suspicious behavior.
- Supports quick scans, detailed audits, report generation, and side-by-side skill comparison.
- Identifies risk levels (LOW, MEDIUM, HIGH, CRITICAL) with recommendations for each.
- Highlights major security red flags: file/network access, suspicious permissions, and risky code patterns.
- Includes scripts and reference files for flexible, in-depth security analysis.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部