django-workflows
Teaches how to build full-stack CRUD applications using Django-FixiPlug integration workflows for efficient data management.
Install this skill
Security score
The django-workflows skill was audited on Feb 9, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 129 | console.log(`Loaded ${tableData.count} products`); |
Template literal with variable interpolation in command context
| 295 | console.log(`Updated ${event.column} to ${event.value} for row ${event.rowId}`); |
Template literal with variable interpolation in command context
| 310 | console.error(`Failed to update ${event.column}:`, event.error); |
Template literal with variable interpolation in command context
| 313 | alert(`Update failed: ${event.error.message}`); |
Template literal with variable interpolation in command context
| 351 | deleteBtn.setAttribute('fx-action', `/api/products/${rowId}/`); |
Template literal with variable interpolation in command context
| 467 | row.setAttribute('fx-action', `/api/products/${rowId}/`); |
Template literal with variable interpolation in command context
| 577 | console.log(`Found ${resultCount} results`); |
Template literal with variable interpolation in command context
| 768 | alert(`Operation failed: ${event.detail.error.message}`); |