Evaluation report
Warningsx-article-publisher · plugineb3197d· 3 months ago
Every check MetaHub ran on this artifact, grouped by area. Static checks run on the source at publish time; behavioral checks run the artifact in a sandbox and judge what it actually does.
Structural
5 passedRepository is reachable
https://github.com/wshuyi/x-article-publisher-skill @ eb3197d — ★ 830 · Python · MIT · last push 6 months ago
Manifest detected
kind=plugin slug=x-article-publisher · source=.claude-plugin/plugin.json
Slug is URL-safe
"x-article-publisher" matches /^[a-z0-9][a-z0-9-]{0,62}$/
Slug is unique within kind
No collision found for plugin/x-article-publisher
Version is semver
1.1.0
Documentation
4 passed1 warningTags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
Description quality
14 words · 103 chars — OK but more detail helps
README is present and substantial
9,353 chars · 19 sections · 11 code blocks
README has usage / example sections
found: Installation · Usage · Example
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Safety
2 passedLICENSE file at repo root
LICENSE
No sensitive files in the repo
scanned for .env, credentials.json, *.pem, .ssh/, AWS / GCP configs — none found
Kind-specific
4 passedPlugin: manifest fields complete
Plugin: bundled artifacts present
1 skill
Plugin: bundle shape
1 skill
Plugin: manifest location
manifest at .claude-plugin/plugin.json (modern convention)
Maintenance
3 warningsRecent activitywarn
last push 6 months ago — looks slowing down
Consumers prefer artifacts that are actively maintained (threshold: 90 days, configurable via EVAL_RECENCY_PASS_DAYS).
Tests detectedwarn
no test/tests/__tests__/spec/t/ dirs, no JVM src/test/, and no JS/TS/Python/Go/Ruby/Elixir test files
Add tests (even a smoke test). Consumers gauge maintenance quality by their presence.
CI configuration detectedwarn
no CI config found (looked for GitHub Actions, CircleCI, GitLab CI, etc.)
Add a simple workflow (lint + test on PR) — it tells consumers the artifact is built reproducibly.