mobile-storage-sqlite-powersync
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides legitimate architectural patterns for mobile database synchronization and management.
- [COMMAND_EXECUTION]: Demonstrates SQL execution through the
execute()method. It correctly emphasizes the use of parameterized queries (using placeholders like?) to mitigate SQL injection risks. - [CREDENTIALS_UNSAFE]: Mentions of credentials, such as API keys and JWT tokens, utilize clear placeholders like
'your-anon-key'or'your-encryption-key', following safe documentation practices. - [EXTERNAL_DOWNLOADS]: References standard, well-known npm packages for React Native development (e.g.,
@powersync/react-native,@supabase/supabase-js) that are contextually appropriate for the skill's functionality.
Audit Metadata