db-core
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate technical guide for the TanStack DB ecosystem, authored by the official maintainers. It provides instructions on managing data collections, reactive queries, and optimistic updates.
- [SAFE]: All external dependencies and sync adapters referenced (ElectricSQL, PowerSync, RxDB, TrailBase) are well-known services or official TanStack packages. These references are documented neutrally as part of the library's supported features.
- [SAFE]: The skill promotes security best practices by emphasizing the use of StandardSchema-compatible libraries like Zod and Valibot for validating all data ingested from external backends or user inputs.
- [SAFE]: Persistence mechanisms described (SQLite, localStorage) are used strictly for their intended purpose of providing local caching and offline-first capabilities for application data.
- [SAFE]: No malicious patterns such as prompt injection, unauthorized data exfiltration, or obfuscated code were detected in the provided documentation or code examples.
Audit Metadata