python-async-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains comprehensive documentation and templates for well-known asynchronous libraries including FastAPI, aiohttp, and asyncpg. No malicious behavior, obfuscation, or security vulnerabilities were detected in the code or metadata.- [PROMPT_INJECTION]: The templates for fetching and processing external data from APIs and databases create a surface for indirect prompt injection if the results are processed by an LLM without proper sanitization.
- Ingestion points:
templates/async-service-template.py(process_stream method) andexamples/fastapi-async-example.py(external API endpoints). - Boundary markers: Absent in these structural templates.
- Capability inventory: HTTP requests (aiohttp) and database operations (asyncpg).
- Sanitization: Not implemented; developers using these templates must provide their own validation logic.
Audit Metadata