Skills advanced-evaluation
๐Ÿ“ฆ

advanced-evaluation

Content revision r2 Medium Risk โš™๏ธ External commands๐ŸŒ Network access

Build Reliable LLM Evaluation Systems

LLM quality reviews often drift because judges use vague criteria and exhibit systematic bias. This skill provides calibrated rubrics, comparison methods, and validation metrics.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 73 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "advanced-evaluation" from https://skillstore.io/skills/muratcankoylan-advanced-evaluation.md and its manifest at https://skillstore.io/api/skills/muratcankoylan-advanced-evaluation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "advanced-evaluation". Choose a method for rating factual answers against verified references.

Expected outcome:

Use direct scoring because objective evidence exists. Score factual accuracy separately, require cited evidence, and validate results against expert labels.

Using "advanced-evaluation". Compare two support responses for empathy and clarity.

Expected outcome:

Use two pairwise passes with swapped positions. Return a tie when winners differ, and lower confidence when criterion-level evidence is inconsistent.

Using "advanced-evaluation". Create a five-level code readability rubric.

Expected outcome:

  • Level 1: Names and structure obscure the program behavior.
  • Level 3: Most logic is understandable, but complex sections need clearer organization.
  • Level 5: Names, structure, and documentation make behavior immediately clear.

Security Audit

Medium Risk
v8 โ€ข 8/9/2026 Open versioned report

All 44 static alerts are false positives caused by Markdown formatting, ordinary collection methods, evaluation terminology, and research links. The local example script only calculates and prints demonstration results. However, evaluator prompts interpolate untrusted candidate responses without explicit prompt-injection isolation, which could permit scoring manipulation.

6
Files scanned
1,784
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Evaluator Prompt Injection Exposure
The examples interpolate candidate responses directly into judge prompts without telling the judge to treat embedded directives as untrusted data. A crafted response could manipulate scores or bypass rubric instructions.
The prompt templates visibly place candidate-controlled text in evaluator context without instruction-isolation guidance. This is a recognized scoring-integrity weakness, although exploitation depends on the judge model.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/muratcankoylan-advanced-evaluation/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/muratcankoylan-advanced-evaluation/security.svg)](https://skillstore.io/skills/muratcankoylan-advanced-evaluation?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/muratcankoylan-advanced-evaluation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/muratcankoylan-advanced-evaluation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/muratcankoylan-advanced-evaluation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

muratcankoylan. (2026). advanced-evaluation security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/muratcankoylan-advanced-evaluation/audits/8

BibTeX citation

@techreport{muratcankoylan-muratcankoylan-advanced-evaluation-2026, author = {muratcankoylan}, title = {advanced-evaluation security audit report (audit version 8)}, institution = {Skillstore}, year = {2026}, number = {8}, url = {https://skillstore.io/skills/muratcankoylan-advanced-evaluation/audits/8}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "advanced-evaluation security audit report (audit version 8)" version: "unspecified" type: report authors: - name: "muratcankoylan" date-released: "2026-08-09" url: "https://skillstore.io/skills/muratcankoylan-advanced-evaluation/audits/8" identifiers: - type: other value: "skillstore:muratcankoylan-advanced-evaluation:audit:8" description: "Skillstore immutable audit report identifier"

Compare variants

2 installable variants

Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.

Why this variant is first

Highest Skillstore Score
ChakshuGautam Recommended

chakshugautam-advanced-evaluation

Skillstore Score 81
Evidence Confidence High
Skillstore usage 9
Updated

2026-08-21

muratcankoylan-advanced-evaluation

Skillstore Score 73
Evidence Confidence High
Skillstore usage 12
Updated

2026-08-21

Skillstore Score

Why this score Evidence Confidence: High
68
Architecture
85
Maintainability
87
Content
73
Community
83
Spec Compliance

What You Can Build

Compare Model Responses

Design a position-swapped pairwise test that selects stronger responses while measuring consistency and confidence.

Standardize Quality Reviews

Create domain-specific rubrics that help human and LLM evaluators apply the same scoring standards.

Validate Automated Judges

Select agreement and ranking metrics that reveal systematic differences between automated scores and expert labels.

Try These Prompts

Choose an Evaluation Method
Review this evaluation goal: [goal]. Identify whether direct scoring or pairwise comparison fits best. Explain the decision and list required inputs.
Create a Scoring Rubric
Create a [scale] rubric for [criterion] in [domain]. Define each level, observable evidence, edge cases, and balanced scoring guidance.
Design a Bias-Controlled Comparison
Design a pairwise evaluation for [responses] using [criteria]. Include position swapping, label remapping, tie handling, confidence rules, and length-neutral instructions.
Audit an Evaluation Pipeline
Audit this evaluation pipeline: [pipeline]. Check rubric calibration, prompt injection resistance, bias controls, human agreement, confidence calibration, and escalation thresholds.

Best Practices

  • Require evidence before every score so reviewers can audit each judgment.
  • Swap response positions and remap labels before calculating pairwise agreement.
  • Validate automated judgments against representative human labels and monitor criterion-level disagreement.

Avoid

  • Do not use broad criteria that combine several unrelated quality dimensions.
  • Do not trust a single pairwise pass because position bias can determine the winner.
  • Do not deploy changed judge prompts without regression tests and fresh calibration.

Frequently Asked Questions

When should I use direct scoring?
Use direct scoring when objective criteria, reference answers, or measurable requirements define quality.
When is pairwise comparison better?
Use pairwise comparison for subjective preferences such as tone, clarity, style, or persuasiveness.
How does position swapping reduce bias?
It evaluates both response orders. Agreement across orders supports the result, while disagreement produces a tie or lower confidence.
Does this skill run LLM evaluations?
No. It provides methods, prompts, metrics, and local examples, but users must connect their own model APIs.
Which metrics validate a judge?
Choose metrics by task type. Use precision and recall for labels, rank correlation for scales, and agreement rates for pairwise choices.
Can automated judges replace human review?
Not completely. Human labels are needed for calibration, difficult cases, drift monitoring, and high-impact decisions.

Developer Details

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

02be9409c79ca1183f7844009c14d9df684d0cf9

Maintenance freshness

8/11/2026

Usage

11 downloads ยท 391 views

File structure

๐Ÿ“ references/

๐Ÿ“„ bias-mitigation.md

๐Ÿ“„ evaluation-pipeline.md

๐Ÿ“„ implementation-patterns.md

๐Ÿ“„ metrics-guide.md

๐Ÿ“ scripts/

๐Ÿ“„ evaluation_example.py

๐Ÿ“„ SKILL.md

More from muratcankoylan

View all
View all