Skip to main content

capacitor-offline-first

Guides users in building offline-first Capacitor apps with data synchronization, caching strategies, and conflict resolution.

Install this skill

or
58/100

Security score

The capacitor-offline-first skill was audited on Feb 25, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191if (key.startsWith(`${this.collection}:`)) {
medium line 201

Template literal with variable interpolation in command context

SourceSKILL.md
201return this.db.get<T>(`${this.collection}:${id}`);
medium line 207

Template literal with variable interpolation in command context

SourceSKILL.md
207await this.db.set(`${this.collection}:${item.id}`, item);
medium line 216

Template literal with variable interpolation in command context

SourceSKILL.md
216await this.db.set(`${this.collection}:${id}`, item);
medium line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229await this.db.set(`${this.collection}:${id}`, item);
medium line 291

Template literal with variable interpolation in command context

SourceSKILL.md
291await fetch(`/api/${item.collection}/${item.id}`, {
medium line 299

Template literal with variable interpolation in command context

SourceSKILL.md
299await fetch(`/api/${item.collection}/${item.id}`, {
medium line 307

Template literal with variable interpolation in command context

SourceSKILL.md
307`/api/${repo.collection}?since=${lastSync}`
low line 555

External URL reference

SourceSKILL.md
555- Capacitor Network: https://capacitorjs.com/docs/apis/network
low line 558

External URL reference

SourceSKILL.md
558- Offline First Manifesto: http://offlinefirst.org
Scanned on Feb 25, 2026
View Security Dashboard