Skip to main content

auth-md

Facilitates the generation, validation, and explanation of the auth.md protocol for AI agent service registration.

Install this skill

or
84/100

Security score

The auth-md skill was audited on Jun 14, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 264

Curl to non-GitHub URL

SourceSKILL.md
264curl -s -X POST 'https://isitagentready.com/api/scan' \
low line 17

External URL reference

SourceSKILL.md
17author: https://ft.ia.br
low line 20

External URL reference

SourceSKILL.md
20repository: https://gitlab.com/fabriciotelles/skills
low line 32

External URL reference

SourceSKILL.md
32auth.md is a Markdown file published at a service's root (typically `https://service.com/auth.md`) that instructs agents on how to register. It works simultaneously as human-readable documentation and
low line 234

External URL reference

SourceSKILL.md
234The [isitagentready.com](https://isitagentready.com) scanner validates auth.md as the `authMd` check. Pass criteria:
low line 264

External URL reference

SourceSKILL.md
264curl -s -X POST 'https://isitagentready.com/api/scan' \
low line 266

External URL reference

SourceSKILL.md
266-d '{"url":"https://YOUR-DOMAIN/","enabledChecks":["authMd"]}' | jq '.checks.discovery.authMd'
low line 313

External URL reference

SourceSKILL.md
313- Skill Home and Doc Hub: `https://auth-md.com`
low line 315

External URL reference

SourceSKILL.md
315- Docs overview: `https://workos.com/auth-md/docs`
low line 316

External URL reference

SourceSKILL.md
316- Apps guide: `https://workos.com/auth-md/docs/apps`
low line 317

External URL reference

SourceSKILL.md
317- Agent providers guide: `https://workos.com/auth-md/docs/agent-providers`
low line 318

External URL reference

SourceSKILL.md
318- File anatomy: `https://workos.com/auth-md/docs/auth-md`
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →