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 CancellationToken and IAsyncDisposable patterns 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
Risk Level
SAFE
Analyzed
Jun 13, 2026, 03:06 AM
Security Audit — agent-trust-hub — fetch-and-send-data