backend-patterns
Provides backend development patterns for LivestockAI, focusing on server functions, database operations, and three-layer architecture.
Install this skill
or
90/100
Security score
The backend-patterns skill was audited on Feb 25, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 135
Template literal with variable interpolation in command context
SourceSKILL.md
| 135 | .set({ quantity: sql`quantity - ${data.count}` }) |
medium line 15
Access to .env file
SourceSKILL.md
| 15 | **Cloudflare Workers does NOT support `process.env`**. Always use async `getDb()`: |
Scanned on Feb 25, 2026
View Security DashboardInstall this skill with one command
/learn @captjay98/backend-patterns