umeng-analytics-integration

PassAudited by ClawScan on Apr 16, 2026.

Overview

The skill's files, instructions, and requested accesses are coherent with its stated purpose (automatically integrating the Umeng Android SDK), but it performs broad filesystem and build/device operations so review and caution are advised before running on important projects or devices.

This package appears to do what it says, but it makes global changes to your Android project and may execute build scripts and interact with devices. Before running it: 1) review the included Python scripts (especially sdk_integrator.py, rollback.py, and any subprocess calls) so you understand what will be modified; 2) run it against a copy of your project, not the only authoritative copy; 3) ensure you trust the project’s Gradle scripts before allowing ./gradlew to run (Gradle can execute arbitrary code during a build); 4) be aware rollback deletes the current project directory before restoring the backup — keep an external backup; 5) unplug any devices you don’t want modified, since the tool can install/launch APKs via adb. If you want higher assurance, run the integration in an isolated environment or container/VM and inspect outputs before committing changes.