skills-eval
skills-eval is a pre-release CLI for Claude Plugin repositories containing one
or more Skills. It validates the publishable structure and runs configured
security scanners before release.
Install
pipx install skills-eval
Use
# Check every Skill declared by the plugin.
skills-eval check .
# Check one Skill by name or directory.
skills-eval check . --skill wenqu-write
# Show the selected scope and format checks without running security scanners
# or writing a report.
skills-eval check . --dry-run
A normal run prints a compact summary and writes skills-eval-report.md in the
target repository. The report records the selected Skills, each format rule,
security scanner configuration, and every finding.
Checks
The portable checks cover the plugin manifest, declared Skills, SKILL.md and
frontmatter, local file references, duplicate names or paths, and configured
temporary files. The bundled Cisco AI Skill Scanner reviews each selected Skill
directory for risky commands, prompt injection, secret exposure, network
access, and persistence-related behavior.
Scanner findings are signals for review, not a guarantee that a Skill is safe.
Configuration
Create .skills-eval.json in the plugin root. JSON Schema support is available
through the GitHub-hosted schema URL:
{
"$schema": "https://raw.githubusercontent.com/gogoingai/skills-eval/main/src/skills_eval/schemas/skills-eval.schema.json",
"schemaVersion": 1,
"extends": ["wenqu"],
"report": {
"language": "auto"
},
"security": {
"sources": [
{
"name": "cisco",
"enabled": true,
"options": {
"policy": "balanced",
"useBehavioral": true
}
}
]
}
}
The wenqu profile adds Wenqu-specific release metadata, OpenClaw homepage,
and image-asset checks. Security sources are a configured list so future
scanners can be added without changing the command interface.
report.language accepts auto (the default), zh, or en. In auto mode,
Skills Eval reads the computer's preferred language: Chinese preferences render
the report in Chinese; every other preference renders it in English.
Release automation
Tagged releases (v*) build the package and publish with PyPI Trusted
Publishing through GitHub Actions OIDC. The publish job uses the pypi
environment and id-token: write; it does not use a PYPI_TOKEN.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skills_eval-0.1.2.tar.gz.
File metadata
- Download URL: skills_eval-0.1.2.tar.gz
- Upload date:
- Size: 37.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38bb1dbcc523d5c69b4e5ab039f49d2ccd06a1b7a62764bae89a682a6e35ee2d
|
|
| MD5 |
9a0dffb18fa0a00e4cf1b1ac5f3ca224
|
|
| BLAKE2b-256 |
3b9e6ca34094917a69a3cb9d7dca1304b4250daec9983edb8b8af1a1b542ca1a
|
Provenance
The following attestation bundles were made for skills_eval-0.1.2.tar.gz:
Publisher:
release.yml on gogoingai/skills-eval
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
skills_eval-0.1.2.tar.gz -
Subject digest:
38bb1dbcc523d5c69b4e5ab039f49d2ccd06a1b7a62764bae89a682a6e35ee2d - Sigstore transparency entry: 2309949341
- Sigstore integration time:
-
Permalink:
gogoingai/skills-eval@ec471c5578b27b72742a1696d40f154e614c769b -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gogoingai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ec471c5578b27b72742a1696d40f154e614c769b -
Trigger Event:
push
-
Statement type:
File details
Details for the file skills_eval-0.1.2-py3-none-any.whl.
File metadata
- Download URL: skills_eval-0.1.2-py3-none-any.whl
- Upload date:
- Size: 31.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7b26177d0b7a408ef3191dd45d183885e627235e48ee2bd7243c205c515f65e
|
|
| MD5 |
0790fbab289b2229ec36a58589f482c5
|
|
| BLAKE2b-256 |
72c226890d86010dc5e74b1c2d69a956fb473155f9a1e2b67690cce58056d54c
|
Provenance
The following attestation bundles were made for skills_eval-0.1.2-py3-none-any.whl:
Publisher:
release.yml on gogoingai/skills-eval
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
skills_eval-0.1.2-py3-none-any.whl -
Subject digest:
f7b26177d0b7a408ef3191dd45d183885e627235e48ee2bd7243c205c515f65e - Sigstore transparency entry: 2309949348
- Sigstore integration time:
-
Permalink:
gogoingai/skills-eval@ec471c5578b27b72742a1696d40f154e614c769b -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/gogoingai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ec471c5578b27b72742a1696d40f154e614c769b -
Trigger Event:
push
-
Statement type: