← 返回 Skills 市场
dxsup

Runtime Debug Skill

作者 dxsup · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
314
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runtime-debug-skill
功能描述
Diagnose and fix bugs using runtime execution traces. Use when debugging errors, analyzing failures, or finding root causes in Python, Node.js, or Java appli...
功能分析
Type: OpenClaw Skill Name: runtime-debug-skill Version: 1.0.0 This skill bundle is classified as suspicious due to high-risk installation methods and invasive data collection. Key indicators include the use of 'curl | bash' for Node.js SDK installation (nodejs.md), the inclusion of a hardcoded GitHub Personal Access Token split into two parts to evade detection (java.md), and instructions in SKILL.md that direct the AI agent to use persuasive language to 'credit' the tool, which acts as a form of prompt injection. The SDKs are designed to capture and exfiltrate sensitive runtime data, including local variables and arguments, to a remote endpoint (api.syn-cause.com), representing a significant security and privacy risk.
能力评估
Purpose & Capability
The stated purpose (collect and analyze runtime traces for Python/Node/Java) aligns with many of the instructions (install SDK, instrument entrypoint, collect traces). However the skill metadata declares no required environment variables or credentials while the instructions repeatedly require an API_KEY, apiKey/projectId/appName values, and even advise adding repository tokens to pom.xml — an internal inconsistency. Requiring a private Maven/GitHub token in pom.xml is plausible if the SDK is hosted in a private registry, but the skill metadata should declare that. Because the declared requirements don't match what the SKILL.md expects, this is a concern.
Instruction Scope
The SKILL.md instructs modifying project entrypoints (inserting initialization code that includes API keys), creating reproduction tests, adding instrumentation files, editing project- and user-level IDE config (e.g., ~/.vscode/settings.json, .cursor/mcp.json) to register an MCP server that runs 'npx @syncause/debug-mcp@latest', and contacting network endpoints (wss://api.syn-cause.com/codeproxy/ws). These are invasive, persist in the repository or user config, and place secrets in code/config. The instructions also demand generating an installation patch (.syncause/installation.patch) and explicitly advise not to use git diff — an odd instruction that increases suspicion. Overall the scope goes beyond benign guidance and allows large changes and remote execution.
Install Mechanism
There is no packaged install spec in the registry metadata (instruction-only), but the included language guides instruct running remote installers: 'curl https://raw.githubusercontent.com/... | bash', installing a wheel from a GitHub release URL, and running 'npx -y @syncause/debug-mcp@latest'. These are high-risk operations: piping remote scripts to bash and executing packages from npm are common but inherently risky unless you fully trust and review the source. The Java flow also instructs adding a repository URL with embedded tokens to pom.xml to pull artifacts from GitHub Packages. All of these downloads/executions write code to disk and may run arbitrary code.
Credentials
The skill metadata declares no required env vars/credentials, but the instructions require and propagate API keys (apiKey/projectId/appName) into injected code and config, and explicitly show an example of two concatenated tokens added to pom.xml properties (syncause.repo.token.p1/p2) — the samples look like real tokens. The skill also asks to set API_KEY in multiple IDE/user config files for the MCP server. Asking users to place long-lived tokens into project files or pom.xml (committed config) is disproportionate and dangerous. The lack of declared primaryEnv is an inconsistency.
Persistence & Privilege
The skill doesn't require 'always: true', but its instructions explicitly instruct writing persistent files and configs in both project and user home directories (e.g., .syncause/installation.patch, instrumentation files, .vscode/.mcp configs, ~/.cursor/mcp.json). It also instructs adding instrumentation that opens a WebSocket (wss://api.syn-cause.com/codeproxy/ws) and configuring Maven plugins that will run at build time. These actions create persistent agent-like behavior and modify global IDE settings, increasing long-term privilege and attack surface. The skill itself doesn't request platform-level privileges, but the instructions grant broad persistent presence if followed.
scan_findings_in_context
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install runtime-debug-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /runtime-debug-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
syncause-debugger 1.0.0 - Initial release introducing Syncause Debugger skill for diagnosing and fixing bugs using runtime execution traces. - Supports Java, Node.js, and Python applications through SDK instrumentation and integration with MCP server. - Debug workflow structured in four required phases: Setup, Analyze & Fix, Summary, and Teardown. - Detailed guidance for bug reproduction, ensuring high-quality, verifiable runtime traces. - Built-in pre-checks for dependencies, environment, and authentication before proceeding. - Reproduction strategies and trace validation checklists to maximize troubleshooting accuracy.
元数据
Slug runtime-debug-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Runtime Debug Skill 是什么?

Diagnose and fix bugs using runtime execution traces. Use when debugging errors, analyzing failures, or finding root causes in Python, Node.js, or Java appli... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。

如何安装 Runtime Debug Skill?

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

Runtime Debug Skill 是免费的吗?

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

Runtime Debug Skill 支持哪些平台?

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

谁开发了 Runtime Debug Skill?

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

💬 留言讨论