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
| 93 | throw new Error(`Failed to fetch post: ${error.message}`) |
medium line 122
Template literal with variable interpolation in command context
SourceSKILL.md
| 122 | throw new Error(`Failed to list posts: ${error.message}`) |
medium line 159
Template literal with variable interpolation in command context
SourceSKILL.md
| 159 | throw new Error(`Failed to create post: ${error.message}`) |
medium line 185
Template literal with variable interpolation in command context
SourceSKILL.md
| 185 | throw new Error(`Failed to update post: ${error.message}`) |
medium line 202
Template literal with variable interpolation in command context
SourceSKILL.md
| 202 | throw new Error(`Failed to delete post: ${error.message}`) |
low line 76
Access to .env file
SourceSKILL.md
| 76 | process.env.SUPABASE_URL!, |
low line 77
Access to .env file
SourceSKILL.md
| 77 | process.env.SUPABASE_ANON_KEY! |
Scanned on Feb 12, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry