capacitor-offline-first
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install
@capacitor/network, which is an official and well-known plugin from the Capacitor ecosystem. - [EXTERNAL_DOWNLOADS]: The skill references
@capgo/capacitor-fast-sql, a package provided by the skill's author (Capgo) for local database management. This is consistent with the skill's stated purpose of providing an offline-first solution. - [DATA_EXFILTRATION]: The Sync Manager code snippets include
fetchoperations to/api/endpoints. These are standard implementation patterns for synchronizing locally cached data with a remote server as part of an offline-first application workflow. The destinations are relative paths within the application's own infrastructure. - [COMMAND_EXECUTION]: Provides standard initialization commands such as
npm installandnpx cap syncfor project setup. These are necessary steps for the development workflow described.
Audit Metadata