Skip to main content

typescript-node-expert

Provides expert guidance for TypeScript and Node.js development, focusing on type safety, performance, and maintainability.

Install this skill

or
65/100

Security score

The typescript-node-expert skill was audited on Feb 28, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 220

Template literal with variable interpolation in command context

SourceSKILL.md
220super(`${resource} with id ${id} not found`, 'NOT_FOUND', 404);
medium line 243

Template literal with variable interpolation in command context

SourceSKILL.md
243return { success: false, error: `Failed to read config: ${e}` };
medium line 287

Template literal with variable interpolation in command context

SourceSKILL.md
287console.error(chalk.red(`Error: ${error instanceof Error ? error.message : error}`));
medium line 322

Template literal with variable interpolation in command context

SourceSKILL.md
322process.stdout.write(`\r${chalk.cyan('Processing')} [${i + 1}/${total}] ${file}`);
medium line 366

Template literal with variable interpolation in command context

SourceSKILL.md
366this.logger.info(`Fetching user ${id}`);
medium line 485

Template literal with variable interpolation in command context

SourceSKILL.md
485type Endpoint = `/${string}`;
medium line 486

Template literal with variable interpolation in command context

SourceSKILL.md
486type Route = `${HttpMethod} ${Endpoint}`;
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →