syncore-platform-adapters

Pass

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides standard boilerplate code for initializing a local database runtime. The examples use local file paths (e.g., .syncore/syncore.db or Electron's userData path) that are appropriate for application data storage.
  • [SAFE]: Guidance for Electron integration correctly recommends running the storage layer in the main process and using a narrow IPC bridge for the renderer, which is a security best practice to prevent direct filesystem access from the UI layer.
  • [SAFE]: The skill references standard development dependencies and frameworks such as Electron, React, Expo, and Next.js, and uses vendor-specific imports (syncorejs/*) consistent with its stated purpose.
  • [SAFE]: No obfuscation, prompt injection, or suspicious data exfiltration patterns were detected in the instructions or code examples.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 11, 2026, 10:31 AM