← 返回 Skills 市场
Skill Dependency Chain Auditor
作者
andyxinweiminicloud
· GitHub ↗
· v1.0.0
426
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-dependency-chain-auditor
功能描述
Helps audit transitive skill dependency chains in agent compositions — catching the class of risk where a skill's direct dependencies appear safe but a depen...
安全使用建议
This skill appears internally consistent for auditing dependency chains. Before installing, confirm where it will fetch metadata from (public marketplace, vendor APIs, internal registries) and whether you need to provide credentials for private registries — the SKILL.md does not list endpoints or credential requirements. Because it uses curl and python3 at runtime, it will perform network requests and run analysis locally; if you are concerned about data leakage, run it in an environment with restricted network access or provide only limited/ephemeral credentials for private registries. If you need stronger assurance, ask the publisher for the exact data sources and a sample audit run so you can verify the tool's behavior and outputs.
功能分析
Type: OpenClaw Skill
Name: skill-dependency-chain-auditor
Version: 1.0.0
The skill bundle describes a 'skill-dependency-chain-auditor' designed to identify vulnerabilities in transitive skill dependencies. The `SKILL.md` clearly outlines its purpose, how it works, and the types of risks it aims to detect (e.g., undeclared network capabilities, unpinned versions, trust degradation). It requires `curl` and `python3`, which are plausible tools for fetching and processing skill metadata in an auditing context. There is no evidence of prompt injection attempts against the AI agent, nor any indication of malicious intent such as data exfiltration, unauthorized execution, or persistence mechanisms. The skill's documentation consistently focuses on identifying and mitigating security risks in *other* skills, not performing them itself.
能力评估
Purpose & Capability
Name/description match the requested tools and behavior: auditing transitive dependency chains reasonably requires network access (curl) and analysis tooling (python3). No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md is an instruction-only spec describing inputs and outputs but does not enumerate the data sources/endpoints it will query or how it will obtain audit records. That gives the agent discretion to use curl/python3 to fetch metadata from registries or public directories — expected for this auditor, but verify what registries or endpoints it will contact if you need to limit network access.
Install Mechanism
No install spec and no code files — lowest install risk. The skill is purely instruction-based and does not download or write archives to disk.
Credentials
The skill requests no environment variables, credentials, or config paths. For audits of private/internal registries you would need to supply credentials separately; absence of such variables is coherent for a public-auditing tool.
Persistence & Privilege
always:false and no privileged config modifications. Autonomous invocation is allowed (platform default) but there is no persistent presence or cross-skill config changes requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-dependency-chain-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-dependency-chain-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skill-dependency-chain-auditor.
- Audits transitive dependency chains for agent skills, exposing hidden vulnerabilities.
- Detects trust gradients, version pinning issues, and shared/circular/diamond dependency patterns.
- Provides full inventory of transitive dependencies with trust level assessments.
- Analyzes aggregated capabilities and flags undeclared permission propagation.
- Outputs a detailed audit report with actionable recommendations and a chain integrity verdict.
元数据
常见问题
Skill Dependency Chain Auditor 是什么?
Helps audit transitive skill dependency chains in agent compositions — catching the class of risk where a skill's direct dependencies appear safe but a depen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 426 次。
如何安装 Skill Dependency Chain Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-dependency-chain-auditor」即可一键安装,无需额外配置。
Skill Dependency Chain Auditor 是免费的吗?
是的,Skill Dependency Chain Auditor 完全免费(开源免费),可自由下载、安装和使用。
Skill Dependency Chain Auditor 支持哪些平台?
Skill Dependency Chain Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Dependency Chain Auditor?
由 andyxinweiminicloud(@andyxinweiminicloud)开发并维护,当前版本 v1.0.0。
推荐 Skills