flutter-db — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited flutter-db (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Implement robust, scalable, and secure local persistence strategies for Flutter applications. This skill ensures developers choose the optimal storage engine—balancing simple key-value settings, encrypted sensitive data, high-performance NoSQL object stores, and complex relational databases.
Selecting the right persistence layer depends on data sensitivity, complexity, and relationship depth.
Use lightweight stores for settings and sensitive credentials.
For local-first apps requiring fast read/write of large datasets without complex relations.
For apps requiring strict data integrity, transactions, and complex queries.
Refer to these specialized resources to implement your chosen persistence strategy:
dynamic data access. Always use generated classes (Drift) or typed static wrappers (SharedPreferences/SecureStorage).Secure Storage for any tokens, passwords, or PII. Never store sensitive data in SharedPreferences or unencrypted Hive boxes.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.