← 返回 Skills 市场
guohongbin-git

MLOps Validation CN

作者 Guohongbin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
510
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mlops-validation-cn
功能描述
Rigorous validation with typing, linting, testing, and security
安全使用建议
This skill appears to do what it says (adds pre-commit hooks and pytest fixtures) but there are a few practical and safety checks you should do before using it: - Review the files before copying: the commands in SKILL.md call cp to overwrite .pre-commit-config.yaml and tests/conftest.py in your project — back up any existing files first. - Check required tools and libraries: the SKILL.md assumes you have pre-commit, pytest, ruff, mypy, bandit installed and your project has pandas, numpy, and scikit-learn for the fixtures; the package metadata does not list these prerequisites. Install them in a virtualenv or test environment first. - Inspect the pre-commit config: pre-commit will fetch and execute hooks from remote GitHub repos. The config uses pinned revisions from well-known projects (ruff, bandit, etc.), which reduces risk, but you should still inspect the hook list and revisions to be comfortable with what will run on each commit. - Test in isolation: try the copy/install/run steps in a throwaway branch or sandbox repository so you can confirm nothing is unexpectedly overwritten or fails. If you want me to, I can (1) list the exact packages/commands you'll need to install to run the skill successfully, (2) show a diff of what copying the two files would change against a provided repository, or (3) check the referenced pre-commit repo revisions for known issues.
功能分析
Type: OpenClaw Skill Name: mlops-validation-cn Version: 1.0.0 The OpenClaw AgentSkills bundle 'mlops-validation-cn' is benign. It provides instructions and configuration for setting up MLOps validation tools like Ruff, MyPy, Bandit, and Pytest. The SKILL.md contains standard shell commands for copying configuration files and installing/running pre-commit hooks and testing frameworks, all operating locally within the user's project. The `references/conftest.py` and `references/pre-commit-config.yaml` files contain legitimate Python test fixtures and configurations for well-known code quality and security tools, respectively. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the AI agent for harmful purposes.
能力评估
Purpose & Capability
Name, description, SKILL.md, conftest.py and pre-commit config all align with an MLOps validation helper: linting (ruff), typing (mypy), testing (pytest), and security (bandit). However the skill declares no required binaries or dependencies even though the runtime instructions require many tools (pre-commit, pytest, ruff, mypy, bandit) and the fixtures require pandas, numpy and scikit-learn, which is an omission/under-declaration.
Instruction Scope
Instructions are narrowly scoped to copying pre-commit config and pytest fixtures and running standard lint/test/security commands. They do instruct cp operations that will overwrite .pre-commit-config.yaml and tests/conftest.py in target locations (risk of accidental overwrite). The pre-commit install will fetch and run hooks from remote repositories (normal but worth reviewing). The SKILL.md does not instruct reading unrelated system files or exporting credentials.
Install Mechanism
No install spec (instruction-only), so nothing is automatically downloaded or written by the skill package itself. The only network activity occurs later when users run pre-commit (which fetches hooks from GitHub repos). The pre-commit repos are pinned to specific revisions and are well-known projects (ruff, bandit, pre-commit-hooks, mirrors-mypy, nbQA).
Credentials
The skill requests no environment variables or credentials, which is consistent with its benign purpose. But it also fails to declare required binaries/dependencies (pytest, pandas, numpy, scikit-learn, pre-commit, ruff, mypy, bandit), so a user following the instructions might run commands without realizing prerequisites are missing.
Persistence & Privilege
always:false and default autonomous invocation is used (normal). The skill does not request persistent privileges, modify other skills, or claim system-wide configuration changes. No suspicious persistence behavior is present in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mlops-validation-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mlops-validation-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Claude→OpenClaw conversion - Testing and linting
元数据
Slug mlops-validation-cn
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MLOps Validation CN 是什么?

Rigorous validation with typing, linting, testing, and security. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 510 次。

如何安装 MLOps Validation CN?

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

MLOps Validation CN 是免费的吗?

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

MLOps Validation CN 支持哪些平台?

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

谁开发了 MLOps Validation CN?

由 Guohongbin(@guohongbin-git)开发并维护,当前版本 v1.0.0。

💬 留言讨论