typescript-script-developer
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill promotes secure coding practices by mandating strict TypeScript configurations (
strict: true,noUncheckedIndexedAccess) and the use of modern Node.js features like ESM and thenode:import prefix. - [SAFE]: Input validation is prioritized through the recommended use of
node:util.parseArgsfor command-line arguments andzodfor environment variables and configuration files, mitigating common injection vectors. - [SAFE]: The skill includes comprehensive templates and documentation that guide users to implement graceful error handling using structured error subclasses and exhaustiveness checks.
- [SAFE]: All referenced third-party dependencies and runtimes (e.g.,
tsx,zod,pino,Bun,Deno) are standard, reputable tools within the modern JavaScript/TypeScript ecosystem. - [SAFE]: A local validation utility (
scripts/validate-script.mjs) is provided to help developers maintain high safety and quality standards by scoring scripts against a security-conscious checklist.
Audit Metadata