flutter-background-tasks
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides configuration instructions for
workmanagerandbackground_fetch, which are standard, widely-used Flutter packages for background task management. - [SAFE]: Recommended Android dependencies, such as
com.android.tools:desugar_jdk_libs, are official tools provided by Google for backward compatibility and are fetched from trusted repositories. - [SAFE]: The implementation patterns for background isolates, including the use of
@pragma('vm:entry-point')and proper plugin re-initialization, follow Flutter's documented best practices for preventing code stripping and ensuring execution stability. - [SAFE]: Security-sensitive platform configurations, including iOS Info.plist permissions and Android manifest permissions, are correctly documented to ensure background tasks function within the operating system's sandbox and permission models.
Audit Metadata