typescript-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for TypeScript patterns. No malicious code or suspicious behaviors were detected.
- [EXTERNAL_DOWNLOADS]: The documentation references well-known Node.js packages such as
express,fastify,ts-pattern, and@tanstack/react-querywithin code snippets demonstrating module augmentation and pattern matching. These references are purely educational. - [CREDENTIALS_UNSAFE]: The skill provides examples of how to add types to environment variables (e.g.,
API_KEY,DATABASE_URL) using TypeScript'sdeclare globalandNodeJS.ProcessEnvinterfaces. This is a standard practice for managing secrets safely in code and does not involve hardcoded credentials.
Audit Metadata