Skip to main content

django-workflows

Teaches how to build full-stack CRUD applications using Django-FixiPlug integration workflows for efficient data management.

Install this skill

or
60/100

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

medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129console.log(`Loaded ${tableData.count} products`);
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295console.log(`Updated ${event.column} to ${event.value} for row ${event.rowId}`);
medium line 310

Template literal with variable interpolation in command context

SourceSKILL.md
310console.error(`Failed to update ${event.column}:`, event.error);
medium line 313

Template literal with variable interpolation in command context

SourceSKILL.md
313alert(`Update failed: ${event.error.message}`);
medium line 351

Template literal with variable interpolation in command context

SourceSKILL.md
351deleteBtn.setAttribute('fx-action', `/api/products/${rowId}/`);
medium line 467

Template literal with variable interpolation in command context

SourceSKILL.md
467row.setAttribute('fx-action', `/api/products/${rowId}/`);
medium line 577

Template literal with variable interpolation in command context

SourceSKILL.md
577console.log(`Found ${resultCount} results`);
medium line 768

Template literal with variable interpolation in command context

SourceSKILL.md
768alert(`Operation failed: ${event.detail.error.message}`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →