handling-errors
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- General Analysis (SAFE): The skill is an instructional resource focused on software reliability patterns such as Circuit Breakers, Graceful Degradation, and Error Aggregation. The content is purely educational and architectural.
- Code Review (SAFE):
examples/custom-errors.ts: Implements standard TypeScript exception hierarchies using the built-inErrorclass. It does not perform any dangerous operations.resources/retry-patterns.py: Provides a standard decorator for exponential backoff using Python'stime.sleepandfunctools.wraps. It is a common utility for handling transient network failures.- No Malicious Vectors: There is no evidence of prompt injection, hardcoded credentials, data exfiltration, or remote code execution. All logic is local and transparent.
Audit Metadata