Skip to main content

mcp-development

Assists in MCP server development with best practices for protocol compliance, Pydantic schema design, and Playwright integration.

Install this skill

or
72/100

Security score

The mcp-development skill was audited on Mar 3, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 155

Access to system keychain/keyring

SourceSKILL.md
155import keyring
medium line 175

Access to system keychain/keyring

SourceSKILL.md
175keyring.set_password(
medium line 187

Access to system keychain/keyring

SourceSKILL.md
187data = keyring.get_password(SERVICE_NAME, "session")
medium line 199

Access to system keychain/keyring

SourceSKILL.md
199keyring.delete_password(SERVICE_NAME, "session")
medium line 222

Access to system keychain/keyring

SourceSKILL.md
222keyring.delete_password(SERVICE_NAME, "session")
low line 140

External URL reference

SourceSKILL.md
140preview_url = f"https://note.com/api/v1/text_notes/{article_id}/preview"
low line 251

External URL reference

SourceSKILL.md
251- MCP Protocol仕様: https://modelcontextprotocol.io/
low line 253

External URL reference

SourceSKILL.md
253- Playwright Pythonドキュメント: https://playwright.dev/python/
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →