Install
$ agentstack add skill-entityprocess-agentv-agentv-eval-migrations ✓ 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
AgentV Eval Migrations
Use this skill when updating existing AgentV eval YAML, examples, docs, or generated eval authoring guidance after a schema-breaking change.
Before editing, read references/breaking-changes.md and compare the eval file against the current portable contract:
- Keep committed eval YAML portable: prompts, cases, assertions, workspace
templates, repos, hooks, env checks, Docker preflight/container config, and workspace.isolation.
- Do not put machine-local existing workspace directories in eval YAML. Use
--workspace-path for one-off runs or .agentv/config.local.yaml with execution.workspace_path for persistent local binding.
- Use
workspace.isolation: shared | per_casefor folder isolation. Docker
config is not a replacement for workspace folder isolation.
- Keep wire-format fields in
snake_caseand TypeScript internals in
camelCase.
After migration, validate with agentv eval --dry-run when possible, or run the repo's parser/schema tests for generated examples and fixtures.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: EntityProcess
- Source: EntityProcess/agentv
- License: MIT
- Homepage: https://agentv.dev
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.