Skip to main content

core-package

Provides pure function patterns and Zod schemas for database-independent calculations, ensuring type safety and comprehensive testing.

Install this skill

or
90/100

Security score

The core-package 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 92

Template literal with variable interpolation in command context

SourceSKILL.md
92return `${duration.seconds}s`; // TypeScript knows seconds exists
medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94return `${duration.meters}m`; // TypeScript knows meters exists
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →