CLI/

agentver verify

Verify a skill by checking publisher verification status, local file integrity against the lockfile, and running a security audit.

Usage

$ agentver verify [name]

Arguments

[name]Skill name in @org/skill format (resolved from manifest if omitted)

Options

--strictFail on WARN verdicts, not just BLOCK

Examples

Verify a specific skill

$ agentver verify @acme/deploy-checker

Verify the only installed skill

$ agentver verify

Strict mode — warnings also fail

$ agentver verify @acme/deploy-checker --strict

Note: Three checks: publisher verification via the platform, SHA256 integrity against the lockfile, and a security audit scan.

Related commands