devextreme-selectbox
Help developers use the DevExtreme SelectBox component (dxSelectBox) in Angular, React, Vue, and jQuery. Use when someone asks about SelectBox configuration, data binding, valueExpr, displayExpr, search, custom items, grouping, value change events, or any scenario involving dxSelectBox or DxSelec...
Install this skill
or
98/100
Security score
The devextreme-selectbox 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 76
Command substitution pattern
SourceSKILL.md
| 74 | |
| 75 | $(function() { |
| 76 | $('#select-box').dxSelectBox({ |
| 77 | dataSource: items, |
| 78 | valueExpr: 'id', |
low line 205
Command substitution pattern
SourceSKILL.md
| 203 | ```js |
| 204 | // jQuery |
| 205 | $('#select-box').dxSelectBox({ dataSource: ['Apple', 'Banana', 'Cherry'] }); |
| 206 | ``` |
| 207 |
Scanned on Jul 31, 2026
View Security Dashboard