Install
$ agentstack add skill-charlieviettq-awesome-agent-skill-agent-evaluation ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Agent evaluation
What to measure
| Dimension | Examples | |-----------|----------| | Task success | End state matches spec (binary or rubric) | | Tool use | Correct tool, valid args, no spurious calls | | Safety | No policy violations, no secret leakage | | Efficiency | Tokens, latency, tool call count | | Stability | Same input -> consistent outcome across runs |
Workflow
- Define tasks — realistic user intents with clear pass/fail or scored rubric.
- Build dataset — golden set + edge cases (errors, ambiguous input, empty context).
- Run baseline — fixed model/settings; log traces (inputs, tools, outputs).
- Score — automated checks first; human review for ambiguous cases.
- Compare — A/B prompts, models, or tool schemas; report deltas with confidence notes.
- Gate — block release on regression in must-pass tasks.
Automated checks
- Schema validation on tool arguments.
- Assert final answer contains required fields or avoids forbidden content.
- Snapshot tests for deterministic sub-steps where possible.
Human rubric (when needed)
Score 1-5 on: correctness, completeness, tone, safety. Document disagreements.
Anti-patterns
- Eval only on cherry-picked happy paths.
- Changing task and model simultaneously without isolation.
- No trace logs when debugging tool failures.
Output
Summary table: variant | success rate | avg tools | avg latency | notes.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: charlieviettq
- Source: charlieviettq/awesome-agent-skill
- License: MIT
- Homepage: https://charlieviettq.github.io/awesome-agent-skill/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.