← 返回 Skills 市场
manuelcorpas

PharmGx Reporter

作者 manuelcorpas · GitHub ↗ · v0.2.0
cross-platform ⚠ suspicious
466
总下载
0
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install pharmgx-reporter
功能描述
Pharmacogenomic report from DTC genetic data (23andMe/AncestryDNA)
安全使用建议
This package appears internally consistent and runs locally on a genotype text file to produce a research/educational PGx report. Before using: (1) do not treat output as clinical advice—follow the included disclaimer; (2) inspect pharmgx_reporter.py for any network calls or logging you don't want (the provided snippets show none, but review the whole file); (3) run the included tests in an isolated environment to confirm behavior; (4) avoid uploading real patient-identifiable data to untrusted systems—operate on de-identified files or in a secure local environment; (5) if you plan to use in a clinical context, consult qualified clinical genetics/pharmacology resources and validate against authoritative CPIC guidelines.
功能分析
Type: OpenClaw Skill Name: pharmgx-reporter Version: 0.2.0 The `pharmgx_reporter.py` script is vulnerable to path traversal. It directly uses user-provided `--input` and `--output` file paths from command-line arguments without explicit sanitization. This allows a malicious actor to potentially read or write arbitrary files on the system (e.g., `--input ../../../etc/passwd` or `--output ../../../tmp/evil.md`) by crafting the input arguments. While the script's core functionality is benign and intended for pharmacogenomic reporting, this lack of input sanitization represents a significant vulnerability, classifying it as suspicious rather than benign or malicious.
能力评估
Purpose & Capability
Name/description (PharmGx Reporter) match the included Python implementation and tests: the script parses 23andMe/Ancestry files, calls star alleles and phenotypes, and generates a markdown report. Minor metadata inconsistency: registry header lists no homepage/source while SKILL.md metadata references a ClawBio GitHub homepage — this is a bookkeeping mismatch but does not affect functionality.
Instruction Scope
SKILL.md and usage instruct running the local Python script with an input genotype file and output path. The instructions and included tests operate only on local files (demo_patient.txt) and the code's visible portions implement SNP/gene rule logic; there are no instructions to read unrelated system files, environment secrets, or to exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only), which is low-risk. The skill nonetheless includes Python source and tests — expected for an instruction-driven script. There are no remote download URLs or package installs in the provided manifest.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code and SKILL.md do not reference external API keys or tokens in the visible content.
Persistence & Privilege
Flags show always:false and default model invocation settings. The skill does not request persistent or elevated platform privileges and does not modify other skills or system-wide config in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pharmgx-reporter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pharmgx-reporter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Add 24-test suite, migrate to ClawBio org, update URLs
v0.1.0
Initial release of the PharmGx Reporter skill. - Generates pharmacogenomic reports from raw 23andMe or AncestryDNA data. - Extracts 31 SNPs across 12 key pharmacogenes and determines metabolizer status. - Provides CPIC-guided drug recommendations for 51 medications. - Outputs comprehensive markdown reports with gene profiles, drug response tables, and clinical alerts. - Designed for precision medicine research and education; not for clinical use.
元数据
Slug pharmgx-reporter
版本 0.2.0
许可证
累计安装 9
当前安装数 7
历史版本数 2
常见问题

PharmGx Reporter 是什么?

Pharmacogenomic report from DTC genetic data (23andMe/AncestryDNA). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 466 次。

如何安装 PharmGx Reporter?

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

PharmGx Reporter 是免费的吗?

是的,PharmGx Reporter 完全免费(开源免费),可自由下载、安装和使用。

PharmGx Reporter 支持哪些平台?

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

谁开发了 PharmGx Reporter?

由 manuelcorpas(@manuelcorpas)开发并维护,当前版本 v0.2.0。

💬 留言讨论