typescript-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains purely educational content regarding TypeScript type-system discipline. It provides guidance on using discriminated unions, branded types, and boundary validation to improve code reliability.
- [NO_CODE]: The skill consists of Markdown documentation and illustrative code snippets that do not perform network requests, file system modifications, or command executions.
- [DATA_EXPOSURE]: While the documentation mentions external data sources (RPC, JSON.parse, IPC), it correctly advises treating such data as
unknownand performing thorough validation at the boundary, which is a security best practice for preventing data injection or exploitation of untrusted input.
Audit Metadata