Skip to main content

coding-patterns

Explores TypeScript monorepo patterns for creating scalable and testable applications using contract-port architecture and dependency injection.

Install this skill

or
90/100

Security score

The coding-patterns skill was audited on Feb 9, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76deps.channel.write(`${deps.clock.timestamp()} ${msg}`);
medium line 248

Template literal with variable interpolation in command context

SourceSKILL.md
248deps.logger.info(`Processing ${id}`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →