async-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious patterns or security vulnerabilities were detected. The skill contains a reference implementation for a Python utility named
safe_gatherwhich wraps standardasynciofunctions to provide better concurrency management. - [Code Analysis]: The implementation of
safe_gatherand_safe_gather_impluses standardasyncio.create_task,asyncio.gather, andasyncio.wait_for. It correctly handles task cancellation and exception propagation. - [No External Risks]: The skill does not define any external dependencies, network operations, or file system access.
Audit Metadata