async-python-patterns
Guides on mastering Python asyncio and concurrent programming for high-performance, non-blocking applications.
Install this skill
or
92/100
Security score
The async-python-patterns skill was audited on Mar 8, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 103
External URL reference
SourceSKILL.md
| 103 | result = await fetch_data("https://api.example.com") |
low line 285
External URL reference
SourceSKILL.md
| 285 | async for page_data in fetch_pages("https://api.example.com/items", 3): |
low line 368
External URL reference
SourceSKILL.md
| 368 | urls = [f"https://api.example.com/item/{i}" for i in range(20)] |
low line 449
External URL reference
SourceSKILL.md
| 449 | "https://httpbin.org/delay/1", |
low line 450
External URL reference
SourceSKILL.md
| 450 | "https://httpbin.org/delay/2", |
low line 451
External URL reference
SourceSKILL.md
| 451 | "https://httpbin.org/status/404", |
low line 576
External URL reference
SourceSKILL.md
| 576 | tasks = [session.get(f"https://api.example.com/item/{i}") for i in range(50)] |
low line 727
External URL reference
SourceSKILL.md
| 727 | result = await fetch_data("https://api.example.com") |
Scanned on Mar 8, 2026
View Security DashboardInstall this skill with one command
/learn @wshobson/async-python-patternsGitHub Stars 30.6K
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
claude-codecursorwindsurfclineroo-codeampcodexgoosetraeopencodevibemanusantigravitygemini-clibackendcross-platformbackend-developerml-ai-engineerdata-engineerdevelopment
python-developmentwshobson/agents