fastapi-async-patterns
Master async patterns in FastAPI to build high-performance APIs that efficiently handle concurrent requests and async operations.
Install this skill
or
85/100
Security score
The fastapi-async-patterns skill was audited on Feb 22, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 578
Fetch to external URL
SourceSKILL.md
| 578 | result = await conn.fetch('SELECT * FROM data') |
low line 628
Fetch to external URL
SourceSKILL.md
| 628 | rows = await conn.fetch('SELECT * FROM users') |
low line 48
External URL reference
SourceSKILL.md
| 48 | response = await client.get('https://api.example.com/data') |
low line 469
External URL reference
SourceSKILL.md
| 469 | profile_task = client.get(f'https://api.example.com/users/{user_id}') |
low line 470
External URL reference
SourceSKILL.md
| 470 | posts_task = client.get(f'https://api.example.com/users/{user_id}/posts') |
low line 471
External URL reference
SourceSKILL.md
| 471 | comments_task = client.get(f'https://api.example.com/users/{user_id}/comments') |
low line 510
External URL reference
SourceSKILL.md
| 510 | client.get(f'https://store1.com/price/{product_id}'), |
low line 511
External URL reference
SourceSKILL.md
| 511 | client.get(f'https://store2.com/price/{product_id}'), |
low line 512
External URL reference
SourceSKILL.md
| 512 | client.get(f'https://store3.com/price/{product_id}') |
low line 652
External URL reference
SourceSKILL.md
| 652 | response = await client.get('https://api.example.com/data') |
low line 784
External URL reference
SourceSKILL.md
| 784 | - [FastAPI Async Documentation](https://fastapi.tiangolo.com/async/) |
low line 787
External URL reference
SourceSKILL.md
| 787 | - [HTTPX Async Client](https://www.python-httpx.org/async/) |
low line 788
External URL reference
SourceSKILL.md
| 788 | - [AsyncPG Documentation](https://magicstack.github.io/asyncpg/) |
low line 789
External URL reference
SourceSKILL.md
| 789 | - [Motor (MongoDB Async)](https://motor.readthedocs.io/) |
low line 790
External URL reference
SourceSKILL.md
| 790 | - [WebSockets in FastAPI](https://fastapi.tiangolo.com/advanced/websockets/) |
Scanned on Feb 22, 2026
View Security DashboardGitHub Stars 152
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
openclawbackendapidatabasebackend-developerdata-engineerproduct-managerpostgresqlmongodbdevelopmentproduct
TheBushidoCollective/han