返回顶部
s

skill-security-auditor

Audit third-party or custom skills for permission risk, unsafe commands, and integration safety. Use before: installing a new skill, enabling external scripts or repos, granting broad permissions, recurring security review. Triggered when any skill is about to be adopted into the OpenClaw system.

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

skill-security-auditor

# Skill Security Auditor Audit skills for supply-chain, privilege, and automation risk before adoption. ## Input Required: - `skill_manifest` — the skill's SKILL.md or metadata - `source_location` — where the skill comes from (clawhub, git, local, unknown) - `required_permissions` — what permissions the skill requests - `shell_commands` — any shell/CLI commands referenced by the skill - `env_usage` — environment variables the skill reads or writes - `install_steps` — how the skill is installed / what it runs on install ## Output Schema ``` risk_level: "low" | "medium" | "high" | "critical" suspicious_actions: { action: string location: string severity: "warning" | "critical" description: string recommendation: string }[] over_privileged_points: { permission: string why_needed: string | null why_excessive: string recommendation: string }[] install_recommendation: "approve" | "approve_with_sandbox" | "reject" | "manual_review" sandbox_recommendation: { recommended: boolean isolation_level: "none" | "process" | "network" | "full" reasons: string[] } | null audit_summary: string # one paragraph honest summary ``` ## Risk Levels | Level | Criteria | |-------|----------| | low | Minimal permissions, no shell, no env secrets, known source | | medium | Some filesystem access or env usage, known source | | high | Shell commands, broad permissions, or unknown source | | critical | Opaque install scripts, secret access, eval/exec patterns | ## Suspicious Actions to Flag - `eval`, `exec`, `Function()` — code execution - `curl` / `wget` with pipe to shell — remote code download - `chmod +x` / `sudo` — privilege escalation - Reading `~/.ssh`, `/etc/passwd`, environment secrets - Network calls to unknown hosts - Base64-encoded or obfuscated commands - Install scripts that fetch from unknown URLs ## Over-Privileged Points to Flag - Filesystem access beyond the skill's stated scope - Broad `read` permissions on entire directories - `write` access to system paths - Environment variables containing tokens/keys - Network access not strictly needed for stated function ## Source Trust Levels | Source | Trust | |--------|-------| | ClawHub verified | medium (review anyway) | | Known git repo | medium | | Local skill | high | | Unknown URL | low | | Copy-pasted code | very low | ## Rules 1. **Never default-approve high-privilege skills.** Burden of proof is on the skill, not the auditor. 2. **Flag remote install scripts and opaque shell chains.** If you can't see what runs, flag it. 3. **Flag access to secrets, env vars, filesystem, or network where not strictly needed.** 4. **Recommend isolation for untrusted skills.** Better safe than sorry. ## Failure Handling If source trust cannot be established: - Default to `risk_level = "high"` minimum - Recommend `reject` or `manual_review` - Do not fabricate a clean audit - Explicitly state what could not be verified

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-security-auditor-jack-1775977744 技能

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

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

通过命令行安装

skillhub install skill-security-auditor-jack-1775977744

下载 Zip 包

⬇ 下载 skill-security-auditor v1.0.0

文件大小: 2.24 KB | 发布时间: 2026-4-13 12:03

v1.0.0 最新 2026-4-13 12:03
Initial publish

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

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

p2p_official_large
返回顶部