Focused Agent Skills for complete Flutter and Dart app delivery.
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Inspect only the target platforms and capabilities in scope.
Treat every incoming URI, route argument, Android intent, iOS URL context, and shared file as untrusted input. Validate scheme, host, path, parameter types, authorization state, and the transition being requested.
Prefer verified Android App Links and Apple Universal Links for trusted web-to-app associations. A valid association does not authorize the user or make route parameters trustworthy. Prevent open redirects, privileged actions from links, path traversal, and unsafe forwarding to WebViews or external applications.
Load the narrowest set of trusted origins and content. Disable JavaScript or bridge features that are unnecessary. Validate both scheme and host before navigation and open unrelated external content outside the privileged WebView.
Keep bridge APIs minimal, authenticate sensitive operations independently, validate every message, and never expose privileged native behavior to arbitrary page scripts. Review file access, mixed content, certificate-error handlers, downloads, popups, cache, cookies, and storage lifecycle.
Treat channel messages, plugin callbacks, method names, and serialized values as boundary input. Validate shapes and ranges on both sides, restrict exported native entry points, and map errors without exposing secrets or internals.
Review plugin platform code and transitive permissions rather than assuming a Dart API fully describes its attack surface. Preserve explicit unsupported-platform behavior.
Request the minimum permission at the moment its user-visible feature requires it. Handle denial, restriction, revocation, and partial access without pressuring the user or weakening controls.
Inspect Android exported activities, services, receivers, providers, intent filters, file providers, backup rules, and network security configuration. Inspect Apple entitlements, URL schemes, associated domains, keychain access groups, app groups, background modes, and transport exceptions.
Check notifications, recent-app snapshots, media projection, screenshots, clipboard, autofill, keyboard suggestions, share sheets, accessibility output, and external displays for sensitive flows. Use supported platform protections only where exposure would cause concrete harm; do not blanket-disable useful system behavior without product agreement.
Scope shared files, app groups, content providers, temporary exports, and home-screen widget data to the least privilege and shortest useful lifetime. Do not place credentials or unrestricted sensitive payloads in broadly readable shared containers.
.tessl-plugin
skills
dart-concurrency
dart-language
flutter-accessibility
flutter-ai-integration
flutter-animation
flutter-app-workflow
flutter-architecture
flutter-authentication
flutter-background-execution
flutter-build-release
flutter-ci-cd
flutter-code-review
flutter-dependency-upgrades
flutter-device-testing
flutter-figma-workflow
flutter-in-app-purchases
flutter-localization
references
flutter-networking
references
flutter-notifications
flutter-observability
flutter-openapi-client
flutter-package-development
flutter-performance
flutter-persistence
references
flutter-platform-integration
flutter-product-analytics
flutter-responsive-layout
references
flutter-runtime-debugging
flutter-security
flutter-state-management
flutter-testing
flutter-ui-design
flutter-ui-patterns
flutter-visual-effects