Skip to main content

cube-definition

Enables the creation of semantic layer cubes using Drizzle ORM for analytics, enhancing data modeling and multi-tenant filtering.

Install this skill

or
84/100

Security score

The cube-definition skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 329

Template literal with variable interpolation in command context

SourceSKILL.md
329sql: () => sql`${employees.firstName} || ' ' || ${employees.lastName}`
medium line 334

Template literal with variable interpolation in command context

SourceSKILL.md
334sql: () => sql`CASE
medium line 427

Template literal with variable interpolation in command context

SourceSKILL.md
427sql: () => sql`CASE
low line 492

Access to .env file

SourceSKILL.md
492const db = drizzle(process.env.DATABASE_URL)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →