lean-ts-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational reference and template library for building secure and efficient TypeScript applications without external dependencies.
- [COMMAND_EXECUTION]: CLI patterns leverage the native
node:util.parseArgsmodule for structured and safe processing of command-line inputs. - [DATA_EXPOSURE]: File system usage is limited to a local response cache stored in the system's temporary directory (
tmpdir), used for performance optimization. - [SAFE]: The deep-merge utility (
defu) includes explicit security checks to prevent prototype pollution attacks by filtering__proto__andconstructorkeys. - [REMOTE_CODE_EXECUTION]: The CLI architecture utilizes dynamic
import()to lazy-load subcommands from relative local paths, which is a standard and safe modularization technique.
Audit Metadata