Skip to main content

syncable-entity-builder-and-validation

Facilitates the creation of validation logic and migration actions for syncable entities, ensuring robust business rule enforcement.

Install this skill

or
85/100

Security score

The syncable-entity-builder-and-validation skill was audited on Mar 7, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 65

Template literal with variable interpolation in command context

SourceSKILL.md
65message: t`Entity with name ${flatMyEntity.name} already exists`,
medium line 77

Template literal with variable interpolation in command context

SourceSKILL.md
77message: t`Parent entity with ID ${flatMyEntity.parentEntityId} not found`,
medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125message: t`Entity with name ${updates.name} already exists`,
Scanned on Mar 7, 2026
View Security Dashboard