Skip to main content

glapi-backend-guidelines

Provides guidelines for developing a robust backend using Next.js, TRPC, Drizzle ORM, and PostgreSQL, ensuring type safety and best practices.

Install this skill

or
95/100

Security score

The glapi-backend-guidelines skill was audited on May 20, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 292

Template literal with variable interpolation in command context

SourceSKILL.md
292const userList = await db.execute(sql`SELECT * FROM users WHERE id = ${id}`);
Scanned on May 20, 2026
View Security Dashboard
Installation guide →