Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/microsoft/hve-core/vally-testsnpx skills add microsoft/hve-core --skill vally-testsgit clone --depth 1 https://github.com/microsoft/hve-coreWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/microsoft/hve-core/vally-tests)<a href="https://agentmods.dev/skills/microsoft/hve-core/vally-tests"><img src="https://agentmods.dev/badge/skills/microsoft/hve-core/vally-tests.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00047 | $0.02474 |
| Opus 5 | $0.00023 | $0.01237 |
| Sonnet 5 | $0.00009 | $0.00495 |
| Haiku 4.5 | $0.00005 | $0.00247 |
Grade A, and why
vally-tests scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vally Tests Skill
Purpose
This skill authors Vally conformance tests for the four supported artifact kinds in this repository: prompts, instructions, agents, and skills. Each test exercises a documented behavior the artifact already claims and routes the result through an appropriate Vally grader so failures are explainable. Test authoring is bounded by a refusal taxonomy that keeps the skill out of adversarial, harmful, or policy-evasion territory.
Follow the shared content-policy public-output guard for eval stimuli and any public summaries derived from this skill. Vally tests are not a venue for terms-of-service boundary mapping, payload generation, refusal-text scoring, hidden-instruction disclosure, PII extraction, or secret extraction.
The skill ships:
- A canonical authoring workflow used by the Vally prompts and
Vally Test Authorsubagent. - Per-kind reference files that enumerate every conformance check the skill knows how to express.
- A grader catalog that maps Vally CLI 0.9.0 grader types to the checks they fit.
- A safety refusal taxonomy with regex patterns the safety lint script consumes.
- Helper scripts and asset templates for stimulus emission, corpus import, and dedupe.
When to Invoke
Invoke this skill in one of two modes:
- From-artifact mode. The caller points at one artifact file (a
.prompt.md,.instructions.md,.agent.md, orSKILL.md) and asks for conformance test stimuli that verify the artifact's stated behaviors. The skill detects the artifact kind from the filename, looks up the matching per-kind reference, picks graders, and appends stimulus blocks to the routed Vally eval file. - Corpus-import mode. The caller supplies a CSV or XLSX corpus that follows the shipped template, and the skill turns each row into a stimulus block in the routed eval file. Used when a large batch of behaviors needs identical formatting and dedupe handling.
Do not invoke this skill to:
- Generate adversarial probes, jailbreak attempts, prompt-injection payloads, or red-team stimuli.
- Test refusal quality on harmful, illegal, or policy-violating prompts.
- Author stimuli that elicit PII, secrets, hidden instructions, or model self-disclosure.
- Store payload examples, paraphrased prohibited requests, or quoted flagged content in Vally eval specs, corpus rows, PR summaries, issue bodies, or comments.
- Replace Responsible AI threat modeling. RAI work lives in the RAI Planner agent.
What ships with it
34 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/.gitkeep 0 B
- assets/corpus-import-template.csv 921 B
- assets/corpus-import-template.xlsx 136 KB
- assets/grader-template.yml 1.9 KB
- assets/stimulus-template.yml 1.5 KB
- pyproject.toml 577 B
- references/agents.md 11 KB
- references/eval-suite-routing.md 6.7 KB
- references/grader-catalog.md 20 KB
- references/instructions.md 8.4 KB
- references/prompts.md 12 KB
- references/refusal-taxonomy.md 12 KB
- references/skills.md 10 KB
- scripts/import_corpus.py 15 KB runs code
- scripts/lint-vally-test-safety.sh 3.5 KB runs code
- scripts/Lint-VallyTestSafety.ps1 4.1 KB runs code
- scripts/New-Stimulus.ps1 4.3 KB runs code
- scripts/new-stimulus.sh 3.8 KB runs code
- scripts/Select-Grader.ps1 3.1 KB runs code
- scripts/select-grader.sh 2.8 KB runs code
- tests/__init__.py 139 B runs code
- tests/corpus/0_normalize_prompt 19 B
- tests/corpus/1_hash_prompt 24 B
- tests/corpus/2_validate_row 77 B
- tests/corpus/3_build_patch_entry 63 B
- tests/corpus/4_load_existing_hashes 75 B
- tests/corpus/README.md 1.3 KB
- tests/fuzz_harness.py 6.9 KB runs code
- tests/Lint-VallyTestSafety.Tests.ps1 4.0 KB runs code
- tests/New-Stimulus.Tests.ps1 5.4 KB runs code
- tests/Select-Grader.Tests.ps1 2.6 KB runs code
- tests/test_import_corpus.py 12 KB runs code
- tests/test_lint_safety.py 3.0 KB runs code
- uv.lock 74 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 138 lines · 47 tokens per session scan A c6c3ed43c2f1
vally-tests is a skill published in the GitHub repository microsoft/hve-core (1,422 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 2,474 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
agent-platform-model-registry
Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
foundry-config-setup
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
auditing-subgroup-fairness
Audit an OpenMed NER or de-identification model for performance disparities across demographic subgroups (sex, age band, race/ethnicity when available) using openmed.eval.fairnessreport. Use when the user wants per-subgroup recall and leakage, wants to check whether de-identification under-protects a group, wants to…
aatmf-t10-confidentiality-breach
AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.