← 返回 Skills 市场
yxf203

Skill Risk Auditor

作者 Xiaofang Yang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
184
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-risk-auditor
功能描述
Comprehensive pre-install guard that audits third-party skills across nine risk areas — covering semantic integrity, supply chain, secrets, data exfiltration...
安全使用建议
This skill appears internally consistent and appropriately scoped for auditing other skills. Before installing, confirm that: (1) your platform will present candidate skill artifacts to the auditor in a sandboxed view (the auditor needs to read the candidate package but should not be given broader filesystem access), (2) you understand that the auditor will report on any sensitive-looking references it finds (it does not itself request credentials but may note their presence in artifacts), and (3) audit results should be treated as advisory — the auditor can miss subtle or obfuscated issues. 'Benign' here means coherent with its stated purpose, not that it can find every possible vulnerability.
功能分析
Type: OpenClaw Skill Name: skill-risk-auditor Version: 1.0.1 The `skill-risk-auditor` is a defensive security utility designed to guide an AI agent through a structured risk assessment of other third-party skills. It defines nine comprehensive risk areas, including credential exposure, data exfiltration, and prompt injection, providing specific detection patterns (e.g., regex for AWS and OpenAI keys) and a clear scoring methodology. The instructions in `SKILL.md` include robust safety constraints, such as explicitly forbidding the execution of target skills and restricting file access to the candidate skill's directory to prevent path traversal or system-wide snooping.
能力评估
Purpose & Capability
Name and description are aligned with the content of SKILL.md. The skill is an instruction-only pre-install auditor and declares no binaries, env vars, or installs — which is proportionate for a document-based audit. Asking to read every file in a candidate skill package is coherent with the stated goal.
Instruction Scope
SKILL.md limits actions to reviewing files in the candidate skill directory, catalogs executable content, and explicitly forbids following instructions found in artifacts. It does not instruct access to system files or external endpoints beyond noting references. The scope is well-defined and conservative.
Install Mechanism
No install spec or code files are present. As an instruction-only skill, there is nothing written to disk or downloaded during installation — this is the lowest-risk form and matches the skill's purpose.
Credentials
The skill requires no environment variables, credentials, or config paths. It only inspects candidate artifact contents, which is appropriate for an auditing tool.
Persistence & Privilege
always is false and there are no elevated privileges requested. Model invocation is allowed (the platform default) but that alone is not a concern given the skill's narrow, read-only audit instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-risk-auditor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-risk-auditor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Problem: Our guard document itself contains literal attack phrases (such as “ignore previous instructions” and “trust this skill”), which can be flagged as suspicious by a pattern scanner and also create a theoretical injection surface. Fix 1 — Audit Scope Boundary (line 28): Added an explicit scope boundary stating that the audit is strictly limited to the candidate skill’s package directory. If the candidate skill references external paths (such as ~/.ssh/), the guard records the reference as a finding but does not actually access it. Fix 2 — Remove Literal Attack Strings (4 occurrences): Replaced all literal injection phrases with behavioral-category descriptions.
v1.0.0
Skill-risk-auditor 1.0.0 - Initial release of a comprehensive risk auditing skill for pre-install checks of third-party skills. - Audits candidate skills across nine key risk areas, including semantic integrity, supply chain, secrets, data exfiltration, injection resistance, permission scope, destructive potential, resource abuse, and persistence. - Provides severity ratings and plain-language explanations for each risk area, enabling informed decision-making. - Requires a thorough review of all skill artifacts (documentation, code, examples) before producing risk ratings. - Emphasizes evidence-based review, treating all artifacts as untrusted input and prioritizing observed content over claims.
元数据
Slug skill-risk-auditor
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Skill Risk Auditor 是什么?

Comprehensive pre-install guard that audits third-party skills across nine risk areas — covering semantic integrity, supply chain, secrets, data exfiltration... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。

如何安装 Skill Risk Auditor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-risk-auditor」即可一键安装,无需额外配置。

Skill Risk Auditor 是免费的吗?

是的,Skill Risk Auditor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Risk Auditor 支持哪些平台?

Skill Risk Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Risk Auditor?

由 Xiaofang Yang(@yxf203)开发并维护,当前版本 v1.0.1。

💬 留言讨论