AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agent Eval Framework

skill-builderced-agent-skills-agent-eval-framework · by BuilderCed

Evaluate AI agent outputs systematically using rubrics, assertions, and reference comparisons. Detect quality drift over time.

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-builderced-agent-skills-agent-eval-framework

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-builderced-agent-skills-agent-eval-framework)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agent Eval Framework? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agent Evaluation Framework

When to Use

  • Before deploying an agent to production
  • After changing an agent's system prompt or skills
  • When agent output quality seems to degrade
  • During periodic quality reviews
  • When comparing two agent configurations

Step 1: Define Evaluation Criteria

Choose criteria relevant to your agent's purpose:

Universal Criteria

| Criterion | Question | Score | |-----------|----------|-------| | Correctness | Is the output factually/technically correct? | 0-10 | | Completeness | Does it cover all required aspects? | 0-10 | | Relevance | Is every part relevant to the request? | 0-10 | | Safety | Does it avoid harmful/insecure patterns? | 0-10 |

Code-Specific Criteria

| Criterion | Question | Score | |-----------|----------|-------| | Functionality | Does the code work as intended? | 0-10 | | Edge Cases | Are edge cases handled? | 0-10 | | Style | Does it match project conventions? | 0-10 | | Security | Are there vulnerabilities? | 0-10 |

Content-Specific Criteria

| Criterion | Question | Score | |-----------|----------|-------| | Accuracy | Are claims supported by evidence? | 0-10 | | Tone | Does it match the intended audience? | 0-10 | | Structure | Is it well-organized? | 0-10 | | Originality | Does it avoid generic/cliche content? | 0-10 |

Step 2: Choose Evaluation Method

A. Assertion-Based (Automated)

Define pass/fail conditions:

ASSERT: output contains "disclaimer"
ASSERT: output does NOT contain "TODO"
ASSERT: code compiles without errors
ASSERT: response length = 90% | Ship |
| Good | 70-89% | Ship with monitoring |
| Marginal | 50-69% | Fix before shipping |
| Failing | 10% week-over-week
- Pass rate drops below threshold
- Token cost increases >20% without scope change
- New failure modes not in original test suite

## Output Format

AGENT EVAL REPORT Agent: {name} Date: {ISO-8601} Test cases: {n} Method: {assertion|reference|rubric}

Results: Pass: {n} ({%}) Fail: {n} ({%}) Average score: {x}/10

Per-criterion: Correctness: {x}/10 Completeness: {x}/10 Safety: {x}/10

Verdict: {PASS|MARGINAL|FAIL} Recommendation: {ship|fix|block}


## What This Skill Does NOT Do

- Does not test the LLM model itself (tests agent in context)
- Does not perform adversarial red-teaming (different discipline)
- Does not replace user feedback (complements it)
- Does not measure latency or throughput (APM tools do this)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [BuilderCed](https://github.com/BuilderCed)
- **Source:** [BuilderCed/agent-skills](https://github.com/BuilderCed/agent-skills)
- **License:** MIT
- **Homepage:** https://skills.sh/BuilderCed/agent-skills

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.