tracing-recompositions-at-runtime
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content for using the
compose-stability-analyzerlibrary, which is a recognized tool in the Android development community for diagnosing Jetpack Compose performance issues. - [DATA_EXPOSURE]: While the skill involves logging application state and parameters to logcat (which can be viewed via
adb), it explicitly includes mandatory rules and implementation patterns to gate this behavior usingBuildConfig.DEBUGor custom flags. This ensures that sensitive diagnostic data is not inadvertently exposed in production builds. - [EXTERNAL_DOWNLOADS]: The skill references the
com.github.skydoves.compose.stability.analyzerGradle plugin and associated runtime libraries. These are standard dependencies hosted on well-known repositories (GitHub) and are used according to standard Android development practices.
Audit Metadata