Skip to content

Conformance test CLI : npx agent-auth-verify #19

Description

@Rishabjs03

Hey,
I built a conformance test CLI for the protocol while working through
the v1.0-draft spec. Figured it might be useful for people building servers.

https://github.com/Rishabjs03/agent-auth-verify

npx agent-auth-verify https://yourserver.com

It currently checks:

  • Discovery (§5.1) — required fields, issuer, Ed25519, endpoints object
  • Capabilities (§5.2) — response shape, name + description on each entry
  • Registration (§5.3) — Host JWT flow, response fields, capability grants
  • Revocation (§5.7) — revoke succeeds, revoked agent gets 403
  • Error format (§5.13) — 401 on missing/invalid auth, machine-readable error field

Ships with a local demo server so you can try it without a real backend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions