Skip to main content

PocketBase SDK

Facilitates JavaScript SDK usage for PocketBase client applications, enabling CRUD operations, authentication, and real-time event handling.

Install this skill

or
91/100

Security score

The PocketBase SDK skill was audited on Jun 6, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371console.log(`${field}: ${error.message}`)
low line 15

External URL reference

SourceSKILL.md
15<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/pocketbase.umd.js"></script>
low line 21

External URL reference

SourceSKILL.md
21const pb = new PocketBase('http://127.0.0.1:8090')
low line 324

External URL reference

SourceSKILL.md
324// https://example.com/api/files/COLLECTION_ID/RECORD_ID/filename.pdf
low line 429

External URL reference

SourceSKILL.md
429const pb = new PocketBase('http://127.0.0.1:8090')
Scanned on Jun 6, 2026
View Security Dashboard