Skip to main content

flutter-dart-code-review

Provides a comprehensive checklist for reviewing Flutter/Dart code, ensuring best practices in performance, security, and architecture.

Install this skill

or
77/100

Security score

The flutter-dart-code-review skill was audited on May 13, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 273

Access to .env file

SourceSKILL.md
273- [ ] API keys NOT hardcoded in Dart source — use `--dart-define`, `.env` files excluded from VCS, or compile-time configuration
high line 268

Access to system keychain/keyring

SourceSKILL.md
268- [ ] Sensitive data (tokens, credentials) stored using platform-secure storage (Keychain on iOS, EncryptedSharedPreferences on Android)
low line 427

External URL reference

SourceSKILL.md
427- [Effective Dart: Style](https://dart.dev/effective-dart/style)
low line 428

External URL reference

SourceSKILL.md
428- [Effective Dart: Usage](https://dart.dev/effective-dart/usage)
low line 429

External URL reference

SourceSKILL.md
429- [Effective Dart: Design](https://dart.dev/effective-dart/design)
Scanned on May 13, 2026
View Security Dashboard
Installation guide →