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.sh and ./scripts/test.sh for testing and linting as part of the standard development workflow. These represent routine development tasks within a project context.
  • Coroutine Management: The iter_coroutine helper 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
Risk Level
SAFE
Analyzed
Sep 2, 2026, 10:25 AM
Security Audit — agent-trust-hub — iter-coroutine