flutter-security
Installation
SKILL.md
Flutter Security
Audit and harden Flutter app security. Coverage: OWASP Mobile Top 10, secrets detection, secure storage, network security, binary protection, and privacy controls.
Workflow
- Run secrets detection scan (Phase 1 — highest severity, must be clean before continuing).
- Audit token and data storage.
- Review network security configuration.
- Check permissions (AndroidManifest + Info.plist).
- Verify authentication and authorization flows.
- Review binary protection settings.
- Write
docs/quality/security_review.mdwith findings by severity.