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
| 151 | throw createDatabaseError('LOAD_FAILED', `retrieve entity with id ${id}`, error) |
medium line 185
Template literal with variable interpolation in command context
SourceSKILL.md
| 185 | throw createDatabaseError('SAVE_FAILED', `update entity with id ${id}`, error) |
medium line 189
Template literal with variable interpolation in command context
SourceSKILL.md
| 189 | throw createDatabaseError('NOT_FOUND', `entity with id ${id} not found`) |
medium line 196
Template literal with variable interpolation in command context
SourceSKILL.md
| 196 | throw createDatabaseError('SAVE_FAILED', `delete entity with id ${id}`, error) |
Scanned on Feb 12, 2026
View Security Dashboard