Skip to main content

python-asyncio

Provides a comprehensive guide to Python's asyncio for concurrent programming, optimizing I/O-bound tasks with async/await patterns.

Install this skill

or
94/100

Security score

The python-asyncio skill was audited on May 22, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 549

Fetch to external URL

SourceSKILL.md
549rows = await conn.fetch("SELECT * FROM users")
low line 85

External URL reference

SourceSKILL.md
85result = await fetch_data("https://api.example.com")
low line 111

External URL reference

SourceSKILL.md
111"https://api.example.com/1",
low line 112

External URL reference

SourceSKILL.md
112"https://api.example.com/2",
low line 113

External URL reference

SourceSKILL.md
113"https://api.example.com/3",
low line 295

External URL reference

SourceSKILL.md
295async for page_data in fetch_pages("https://api.example.com"):
Scanned on May 22, 2026
View Security Dashboard
Installation guide →