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 BLOCKExamples
Verify a specific skill
$ agentver verify @acme/deploy-checkerVerify the only installed skill
$ agentver verifyStrict mode — warnings also fail
$ agentver verify @acme/deploy-checker --strictNote: Three checks: publisher verification via the platform, SHA256 integrity against the lockfile, and a security audit scan.