Skill audit report
Declare the pipeline from data source to predictor as a **skrub DataOps graph** (not as a bare `sklearn.Pipeline`). Every step is either a pure-Python function (stateless) attached via `.skb.apply_func`, or a sklearn-compatible estimator (stateful) attached via `.skb.apply`. Stops at the declared object — no fit, split, tuning, persistence, or evaluation. TRIGGER — any of: - Writing or editing code that declares any link in the chain *data source → predictor*: loaders, preprocessing, encoders / imputers / scalers, feature steps, composition objects (`Pipeline`, `ColumnTransformer`, skrub `tabular_pipeline`, `nn.Module`), or the final estimator. - A pure-Python data-processing function destined for the pipeline path (cleans / derives / reshapes) — whether wrapped via `FunctionTransformer`, `skrub.@deferred` / `skrub.var`, a custom `BaseEstimator` subclass, or just called in the training path before the estimator. - A step is added, removed, swapped, or reordered inside an existing pipel
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
INFO62
122 GitHub stars
Stars/forks activity
WARN51
122 stars, 8 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
6d since push
License clarity
PASS86
BSD-3-Clause
README/SKILL.md completeness
PASS86
Metadata includes enough usage and workflow context
Dependency/runtime risk
WARN56
credential or environment access, network or browser surface
Install availability
PASS92
npx skills add probabl-ai/skills --skill build-ml-pipeline
Install command safety
PASS92
standard package or runtime install path
Permission surface
FAIL18
secrets or environment access, shell or command execution
Repository evidence
PASS86
https://github.com/probabl-ai/skills/tree/main/skills/build-ml-pipeline
Review status
WARN46
AI review approval is missing
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install path
92
npx skills add probabl-ai/skills --skill build-ml-pipeline
Repository
88
https://github.com/probabl-ai/skills/tree/main/skills/build-ml-pipeline
License
86
BSD-3-Clause
Maintenance
100
6d since push
AI review
55
Review approval is missing
README/SKILL.md completeness
86
Warnings
Method
This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.
Compare nearby options
Generate original one-ink or controlled two-ink editorial images from any theme, sentence, article idea, object, or reference photo. Always use this skill when the user asks for 单色海报、双色印刷、单色调视觉、蓝色/绿色孔版印刷、risograph、网点照片、复古或当代编辑排版、zine poster, monochrome editorial poster, duotone print, or asks to use the mono-color style. It uses an adaptive white, gray, or pale-beige substrate, no more than two printing inks, active negative space, terse human language, and strong serif/grotesk/mono typography without making retro styling the default or copying a source composition, wording, logo, or artwork. Produce both the final generation prompt and the generated raster image unless the user explicitly asks for prompt only.
1.9K Stars · Audit report
Research the last 30 days across Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, then synthesize a grounded brief for an AI agent.
62K Stars · Audit report
Academic Research Skills for Claude Code: research → write → review → revise → finalize
38K Stars · Audit report
Usable description available
Dependency risk
56
credential or environment access, network or browser surface
Install command safety
92
standard package or runtime install path
Permission surface
18
secrets or environment access, shell or command execution
Stars/forks activity
51
122 stars, 8 forks; issue activity unavailable in current metadata
Adoption
68
122 GitHub stars
Agent safety v2
This skill should not be selected by an agent without explicit human security review.
Do not auto-install. Inspect the source, dependencies, and permission surface first.
Shell or command execution
highSkill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
Network access
mediumSkill likely fetches remote pages, APIs, repositories, or external services.
Filesystem access
mediumSkill may read or write project files, documents, generated artifacts, or local workspace state.
Secrets or environment access
highSkill metadata references credentials, tokens, environment variables, or secret-bearing workflows.