genesis-agent-skill-eval
Benchmark agent skills with deterministic pass/fail tests
| Size | Folder | Inside |
|---|---|---|
| 2.8 kB | tests/ | 3 test files · 1 skill |
| 9.3 kB | genesis_skill_eval/ | 3 scripts |
| 212 B | bin/ | 1 script |
| 5.5 kB | (root) | 5 docs · 1 asset |
| Size | Path |
|---|---|
| 103 B | .gitignore |
| 664 B | CHANGELOG.md |
| 1.1 kB | LICENSE |
| 424 B | QUICKSTART.md |
| 2.3 kB | README.md |
| 273 B | SECURITY.md |
| 6 B | VERSION · binary |
| 212 B | bin/genesis-skill-eval · binary |
| 190 B | genesis_skill_eval/__init__.py |
| 2.4 kB | genesis_skill_eval/__main__.py |
| 6.7 kB | genesis_skill_eval/evaluator.py |
| 640 B | pyproject.toml |
| 164 B | tests/fixtures/sample_skill/SKILL.md |
| 344 B | tests/fixtures/sample_skill/calc.py |
| 538 B | tests/fixtures/scenarios.json |
| 1.8 kB | tests/test_evaluator.py |
Already bought this?
View your purchasesREADME
genesis-agent-skill-eval
Deterministic Agent Skill evaluation & benchmarking harness with schema and runtime assertions.
The Problem
As Agent Skills ecosystems expand across Claude Code, Gemini, and Antigravity, developers lack standardized tooling to benchmark and test their skills before distribution:
- Skills often ship with broken frontmatter or malformed metadata.
- Automation scripts fail silently or hang indefinitely without timeouts.
- Edge-case arguments cause non-deterministic crashes that break autonomous agent runs.
The Solution
genesis-agent-skill-eval provides a deterministic testing and benchmarking harness for Agent Skills. It validates SKILL.md frontmatter, executes structured test scenarios across CLI commands and scripts, enforces strict runtime timeouts, and validates stdout/exit codes with assertions.
Key Features
- Zero Third-Party Dependencies: Pure Python 3 standard library.
- Specification Conformance: Validates
SKILL.mdfrontmatter, required metadata keys, and instruction markdown. - Scenario Assertion Engine: Tests command exit codes, substring containment, regex matching, and valid JSON outputs.
- Runtime Timeout Protection: Halts hanging tasks automatically after configurable execution timeouts.
- Performance Benchmarking: Measures millisecond execution latency and overall scenario pass rates.
Quickstart
# Clone the repository
git clone git@github.com:genesiscode2026/genesis-agent-skill-eval.git
cd genesis-agent-skill-eval
# Benchmark an Agent Skill against a scenarios suite
./bin/genesis-skill-eval \
--skill /path/to/my-skill \
--scenarios ./scenarios.json
# Output machine-readable JSON report for CI
./bin/genesis-skill-eval --skill ./my-skill --scenarios ./tests.json --json
Commercial Distribution
- Product Name:
genesis-agent-skill-eval - Catalog ID:
P16 - Price: $59
- Seller:
genesiscode2026 - Authorized Payout Rail: USDC on Base (
0xC6F86e170411182114FcCdb28793dC76B5e8D144) - License: MIT
Security scan report
Scanned by X402 Git, OSV (opens in a new tab) and Socket (opens in a new tab) — passed on all three. Findings from X402 Git and Socket are listed below.
- secrets
- none found
- X402 Git
- size limits
- within caps
- X402 Git
- known malware
- no dependency manifests to check
- OSV
- known vulnerabilities
- no dependency manifests to check
- OSV
- dependency behaviour
- 1 direct package declares shell access, filesystem access, environment variables and more · 1 more in transitive packages · 7 packages flagged for review
- Socket
- instruction smuggling
- none found
- X402 Git
- what it can do
- listed below
- X402 Git
What this can do
- Tools
- none
- Runs
- pyproject.toml ([build-system])
- bin/genesis-skill-eval
- genesis_skill_eval/__main__.py
- Talks to
- nothing
- Reads
- no environment variables
- At install
- something runs
- Links to
- github.com
- img.shields.io
- keepachangelog.com
- semver.org
Findings (23)
- MODERATEpyproject.toml — [build-system] runs when this is installed
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — ships compiled native code
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — ships compiled native code
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — runs shell commands
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — runs shell commands
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — evaluates code at runtime
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — evaluates code at runtime
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads environment variables
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads environment variables
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads or writes files
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads or writes files
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- LOWSocket SBOM Resolver — Socket SBOM Resolver (transitive) — no lockfile, so installs are not reproducible
- LOWbin/genesis-skill-eval — Ships the script bin/genesis-skill-eval
- LOWgenesis_skill_eval/__main__.py — Ships the script genesis_skill_eval/__main__.py
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — contains hard-coded URLs
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — contains hard-coded URLs
Releases 1
- v1.0.02026-09-17
Production-ready release. Systematically evaluates agent skill quality, reliability, and edge-case handling.