iter-coroutine
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- Local Script References: The documentation suggests running local scripts such as
./scripts/lint.shand./scripts/test.shfor testing and linting as part of the standard development workflow. These represent routine development tasks within a project context. - Coroutine Management: The
iter_coroutinehelper utilizes standard Python coroutine methods (send,close) to bridge asynchronous business logic into a synchronous context. This pattern is designed to minimize code duplication while maintaining distinct sync and async public APIs. - Internal Module Integration: The skill provides instructions for integrating with internal project modules like
vercel._internal.http. This promotes the use of standardized, project-specific transport layers rather than direct instantiation of external libraries.
Audit Metadata