Skip to main content

a2a-sdk-patterns

Provides installation and setup patterns for Agent-to-Agent Protocol SDKs across multiple programming languages.

Install this skill

or
84/100

Security score

The a2a-sdk-patterns skill was audited on Feb 27, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 130

Access to .env file

SourceSKILL.md
130**CRITICAL:** Always use placeholders in committed files. Create `.env.example` with placeholder values only.
medium line 244

Access to .env file

SourceSKILL.md
244- Use `.env` files (add to `.gitignore`)
medium line 245

Access to .env file

SourceSKILL.md
245- Create `.env.example` with placeholders
low line 122

External URL reference

SourceSKILL.md
122A2A_BASE_URL=https://api.a2a.example.com
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →