← 返回 Skills 市场
manuelcorpas

NutriGx Advisor

作者 manuelcorpas · GitHub ↗ · v0.2.0
cross-platform ⚠ suspicious
412
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install nutrigx-advisor
功能描述
Generates a personalized nutrition report from consumer genetic data analyzing key SNPs to provide actionable dietary and supplementation guidance.
安全使用建议
This skill appears to do what it says: local parsing of consumer genotype files and generation of a nutrition report. Before installing or running it, consider the following: - Sensitive data: the tool processes personal genetic files. Only run it on data you control and trust the machine to handle; do not upload those files to third parties unless you explicitly consent. - Provenance & outputs: the reproducibility bundle writes checksums and a provenance.json that includes the input filename into the output directory. If filenames are sensitive, either rename or remove them before sharing outputs. - External dependency: environment.yml includes a pip package (clawbio==0.1.0). If you recreate the conda/pip environment, review that package's source and trustworthiness before installing it. Running the included scripts without creating the conda env will use only the bundled code, but you still need the listed Python libraries installed locally. - Isolation: run the skill in an isolated environment (virtualenv / dedicated VM / container) if you have privacy or supply-chain concerns. - Source verification: registry metadata shows 'Source: unknown' and no homepage. If you require provenance, ask the publisher for a source repo or digital signatures before relying on this for clinical decisions. If you only need a quick, local test, use the provided synthetic patient file and review outputs before processing real genetic data.
功能分析
Type: OpenClaw Skill Name: nutrigx-advisor Version: 0.2.0 The skill is classified as suspicious due to a shell injection vulnerability in the `repro_bundle.py` file. When generating the `commands.sh` script for reproducibility, command-line arguments are concatenated into a shell string without proper quoting or sanitization. If a user-provided argument (e.g., `--output`) contains shell metacharacters, executing the generated `commands.sh` could lead to arbitrary command execution. While this is a vulnerability in an output artifact intended for manual user execution, and not directly exploited by the OpenClaw agent, it represents a significant security flaw. Additionally, `parse_input.py` and `generate_report.py` handle user-provided file paths without explicit path traversal sanitization, posing a potential local file read/write vulnerability.
能力评估
Purpose & Capability
Name/description (personalised nutrition from consumer genetic data) align with the included code: parsing 23andMe/Ancestry/VCF, extracting SNPs from a curated panel, scoring variants, and producing a markdown report and figures. No unrelated cloud credentials, binaries, or system-level access are requested.
Instruction Scope
SKILL.md and the scripts are narrowly scoped to parsing local genotype files, scoring a fixed SNP panel, and generating reports. They operate on user-supplied genetic files (sensitive data) and create a reproducibility bundle that writes hashes and provenance (including the input filename) into the output directory. There are no instructions or code that transmit data to external endpoints.
Install Mechanism
There is no platform install spec (instruction-only at registry level) and all behavior is implemented in the bundled Python files. The reproducibility environment.yml includes a pip dependency 'clawbio==0.1.0' which, if a user follows the reproducibility steps, would install code from PyPI (or configured pip index). Installing arbitrary pip packages is the only non-local dependency risk here and should be reviewed before use.
Credentials
The skill declares no required environment variables or credentials and the code does not access hidden config paths. All access is to files the user provides (input genotype files, local data/snp_panel.json). No secrets or unrelated environment access is requested.
Persistence & Privilege
Skill flags are default (always: false, user-invocable true). It does not request permanent platform presence nor modify other skills or global agent settings. Files written are limited to the specified output directory (report, figures, checksums, provenance).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nutrigx-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nutrigx-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Migrate to ClawBio org, reorganise examples, update URLs
元数据
Slug nutrigx-advisor
版本 0.2.0
许可证
累计安装 5
当前安装数 4
历史版本数 1
常见问题

NutriGx Advisor 是什么?

Generates a personalized nutrition report from consumer genetic data analyzing key SNPs to provide actionable dietary and supplementation guidance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 412 次。

如何安装 NutriGx Advisor?

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

NutriGx Advisor 是免费的吗?

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

NutriGx Advisor 支持哪些平台?

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

谁开发了 NutriGx Advisor?

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

💬 留言讨论