← 返回 Skills 市场
athola

Nm Pensive Blast Radius

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
83
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-pensive-blast-radius
功能描述
Analyze the blast radius of code changes with risk scoring. Shows affected nodes, untested functions, and review priorities using the code knowledge graph
安全使用建议
This skill appears to do what it says: it inspects git changes and (when available) queries a local code-graph tool. Before using it, ensure any local tooling it runs is trustworthy: verify the contents of ~/.claude/plugins/gauntlet/graph_query.py (or equivalent), and be cautious about running unknown Python/CLI tools. If you prefer safety, run the commands in a disposable container or inspect outputs manually instead of auto-executing the suggested scripts. If you don't have the gauntlet plugin or sem installed, the fallback grep/rg approach is less powerful but avoids executing third-party Python code.
功能分析
Type: OpenClaw Skill Name: nm-pensive-blast-radius Version: 1.0.0 The skill is designed for code impact analysis and risk scoring. It uses standard development tools such as git, grep, and ripgrep to identify affected functions and dependencies. While it attempts to execute a local Python script from a specific plugin directory (~/.claude/plugins), this behavior is consistent with its stated purpose of integrating with the 'gauntlet' plugin. There are no signs of data exfiltration, malicious remote execution, or harmful prompt injection in SKILL.md.
能力标签
crypto
能力评估
Purpose & Capability
The skill claims to compute blast radius using a code knowledge graph and its runtime instructions actually attempt graph queries, fall back to cross-file tracing tools, and use git diffs — these are appropriate for the stated purpose.
Instruction Scope
Instructions stay within codebase analysis (git, rg/grep, sem) and optionally invoke a local gauntlet graph_query.py; this is expected, but the skill explicitly runs code found under ~/.claude/plugins which is arbitrary local code and should be trusted/inspected before executing.
Install Mechanism
No install spec or external downloads — instruction-only. That lowers installation risk; the only runtime risk is executing existing local tooling (python3, sem, rg) if present.
Credentials
The skill does not request environment variables or external credentials. However it will read and execute a Python script from the user's ~/.claude/plugins path and scan the repository files; these operations are proportional to impact analysis but require trusting local plugin code.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges or modify other skills. It runs only when invoked and performs local analysis commands.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-pensive-blast-radius
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-pensive-blast-radius 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Blast Radius skill initial release: - Analyze code change impact with risk scoring and code knowledge graph. - Identifies affected nodes, untested functions, and review priorities. - Works with gauntlet plugin for deep analysis; supports manual and fallback modes if missing. - Ranks risk based on test coverage, security, flow role, cross-module calls, and caller count. - Suggests prioritized review actions for high-risk or security-sensitive changes.
元数据
Slug nm-pensive-blast-radius
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Pensive Blast Radius 是什么?

Analyze the blast radius of code changes with risk scoring. Shows affected nodes, untested functions, and review priorities using the code knowledge graph. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Nm Pensive Blast Radius?

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

Nm Pensive Blast Radius 是免费的吗?

是的,Nm Pensive Blast Radius 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nm Pensive Blast Radius 支持哪些平台?

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

谁开发了 Nm Pensive Blast Radius?

由 athola(@athola)开发并维护,当前版本 v1.0.0。

💬 留言讨论