fetch-and-send-data
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- Information Leakage Prevention: The instructions include a specific 'Don't' regarding the display of raw exception messages to users, which is a key security measure to avoid exposing internal system details or PII.
- Resource Management and Cancellation: The skill correctly implements
CancellationTokenandIAsyncDisposablepatterns to ensure that network operations are properly managed and terminated, reducing potential resource exhaustion or unexpected state changes. - Safe Service Abstraction: It provides clear patterns for separating server-side database access from client-side API requests, ensuring that sensitive data access logic remains appropriately scoped to the execution environment.
Audit Metadata