🔐
AB-137

AAuth scope descriptions published

🔐 Bot Authentication Quick fix Est. cost: $0

What it means

Your aauth.json publishes scope_descriptions (optional).

Why it matters

Scope descriptions let agents understand what each scope does before requesting it — enabling autonomous, informed consent.

What's wrong

aauth.json: { } (no scope_descriptions)

What's right

aauth.json: { scope_descriptions: [{ scope: 'read', description: 'Read-only access to resources' }] }

Check this rule on your site

Enter your URL to check just this one rule (AB-001).

Related rules in Bot Authentication