← 返回 Skills 市场
aipoch-ai

Protocol Deviation Classifier

作者 AIpoch · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install protocol-deviation-classifier-1
功能描述
Determine whether an incident in a clinical trial is a "major deviation.
安全使用建议
This package appears coherent for classifying protocol deviations, but before running it on real clinical data: 1) perform a quick code review of scripts/main.py to ensure there are no network calls or any code that transmits data (look for imports/use of requests, urllib, socket, http.client, ftplib, paramiko, subprocess/os.system, or hardcoded URLs/IPs); 2) verify logging/storage behavior (ensure PHI is not written to shared locations or uploaded); 3) run the included smoke checks (python -m py_compile scripts/main.py and python scripts/main.py --help) and test on synthetic/deidentified examples; 4) confirm the regulatory rationale and recommended actions meet your internal SOPs before relying on outputs for compliance decisions. If you want, I can scan the full scripts/main.py content for network I/O, file writes, or subprocess usage — provide the remainder of the file and I will review it line-by-line.
功能分析
Type: OpenClaw Skill Name: protocol-deviation-classifier-1 Version: 1.0.1 The skill bundle is a legitimate tool for classifying clinical trial protocol deviations according to GCP and ICH E6 guidelines. The core logic in `scripts/main.py` uses regular expressions and rule-based scoring to assess the impact of deviations on subject safety, data integrity, and scientific validity. The code is well-structured, uses only Python standard libraries, and lacks any indicators of malicious behavior such as data exfiltration, unauthorized network access, or command execution. The instructions in `SKILL.md` are consistent with the tool's stated purpose and do not contain prompt-injection attacks.
能力评估
Purpose & Capability
Name/description match the packaged artifact: a Python classifier (scripts/main.py) that uses keyword patterns and risk heuristics to classify deviations. Required env, binaries, and config paths are empty and appropriate for a standalone classifier.
Instruction Scope
SKILL.md instructs the agent to validate inputs and run the packaged script only (python -m py_compile and python scripts/main.py). The instructions do not ask the agent to read unrelated system files, harvest credentials, or post data to third‑party endpoints.
Install Mechanism
No install spec is provided (instruction-only skill with included script). Files are local to the package; there is no download-from-URL or archive extraction step in the manifest.
Credentials
The skill requires no environment variables or external credentials. The declared requirements (Python 3.8+, minimal stdlib) are proportional to the described functionality.
Persistence & Privilege
always is false (no forced inclusion), and there is no indication the skill attempts to modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but not by itself a problem.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install protocol-deviation-classifier-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /protocol-deviation-classifier-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release with workflow, audit, and reference improvements. - Added audit result sample and a runtime checklist for reference and validation. - Updated SKILL.md with clarified execution workflow, commands, and input/output handling. - Emphasized reproducible outputs, fallback paths for missing inputs, and explicit parameter controls. - Retained structured classification rules and CLI/API documentation. - No third-party dependencies; Python standard library only.
元数据
Slug protocol-deviation-classifier-1
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Protocol Deviation Classifier 是什么?

Determine whether an incident in a clinical trial is a "major deviation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Protocol Deviation Classifier?

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

Protocol Deviation Classifier 是免费的吗?

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

Protocol Deviation Classifier 支持哪些平台?

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

谁开发了 Protocol Deviation Classifier?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.1。

💬 留言讨论