Skip to main content

repository-pattern

Facilitates the implementation of the repository pattern for managing Dexie/IndexedDB with type-safe interfaces and CRUD operations.

Install this skill

or
80/100

Security score

The repository-pattern skill was audited on Feb 12, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151throw createDatabaseError('LOAD_FAILED', `retrieve entity with id ${id}`, error)
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185throw createDatabaseError('SAVE_FAILED', `update entity with id ${id}`, error)
medium line 189

Template literal with variable interpolation in command context

SourceSKILL.md
189throw createDatabaseError('NOT_FOUND', `entity with id ${id} not found`)
medium line 196

Template literal with variable interpolation in command context

SourceSKILL.md
196throw createDatabaseError('SAVE_FAILED', `delete entity with id ${id}`, error)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
NeverSight/skills_feed