Skip to main content

implement-crud

Implements robust CRUD operations for Supabase tables, ensuring error handling, validation, and RLS compliance for data management.

Install this skill

or
73/100

Security score

The implement-crud skill was audited on Feb 12, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93throw new Error(`Failed to fetch post: ${error.message}`)
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122throw new Error(`Failed to list posts: ${error.message}`)
medium line 159

Template literal with variable interpolation in command context

SourceSKILL.md
159throw new Error(`Failed to create post: ${error.message}`)
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185throw new Error(`Failed to update post: ${error.message}`)
medium line 202

Template literal with variable interpolation in command context

SourceSKILL.md
202throw new Error(`Failed to delete post: ${error.message}`)
low line 76

Access to .env file

SourceSKILL.md
76process.env.SUPABASE_URL!,
low line 77

Access to .env file

SourceSKILL.md
77process.env.SUPABASE_ANON_KEY!
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →