devextreme-datebox
Help developers use the DevExtreme DateBox component (dxDateBox) in Angular, React, Vue, and jQuery. Use when someone asks about DateBox configuration, date/time/datetime types, value formatting, date range limits, disabled dates, value change events, or any scenario involving dxDateBox or DxDate...
Install this skill
or
98/100
Security score
The devextreme-datebox skill was audited on Jul 31, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 68
Command substitution pattern
SourceSKILL.md
| 66 | ```js |
| 67 | $(function() { |
| 68 | $('#date-box').dxDateBox({ |
| 69 | type: 'date', |
| 70 | value: new Date(), |
low line 180
Command substitution pattern
SourceSKILL.md
| 178 | ```js |
| 179 | // jQuery |
| 180 | $('#date-box').dxDateBox({ |
| 181 | disabledDates(e) { |
| 182 | const day = e.date.getDay(); |
Scanned on Jul 31, 2026
View Security Dashboard