Skip to main content

devextreme-datasource

Help developers configure the DevExtreme data layer: DataSource, ArrayStore, LocalStore, ODataStore, and CustomStore. Use when someone asks about binding components to data, loading data from a REST API, configuring an OData endpoint, implementing a custom data source, client-side vs server-side ...

Install this skill

or
95/100

Security score

The devextreme-datasource skill was audited on Jul 31, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 147

Fetch to external URL

SourceSKILL.md
145 loadMode: 'raw', // DevExtreme handles paging/sorting/filtering client-side
146 load() {
147 return fetch('https://api.example.com/items').then(r => r.json());
148 }
149});
Scanned on Jul 31, 2026
View Security Dashboard
Installation guide →
GitHub Stars 38
Rate this skill
Categorydevelopment
UpdatedAugust 9, 2026
DevExpress/agent-skills