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 Feb 21, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 545

Fetch to external URL

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

External URL reference

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

External URL reference

SourceSKILL.md
107"https://api.example.com/1",
low line 108

External URL reference

SourceSKILL.md
108"https://api.example.com/2",
low line 109

External URL reference

SourceSKILL.md
109"https://api.example.com/3",
low line 291

External URL reference

SourceSKILL.md
291async for page_data in fetch_pages("https://api.example.com"):
Scanned on Feb 21, 2026
View Security Dashboard