compose-multiplatform
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/inspect-project.py) designed to perform static analysis on the local project directory. The instructions guide the agent to execute this script usingpython3 scripts/inspect-project.py --root . --jsonto verify project configuration, dependencies, and source set structure. - [SAFE]: The provided Python script performs strictly local read-only operations. It uses standard library modules (
pathlib,re,json,tomllib) to scan Gradle files, Kotlin source code, and TOML catalogs for version alignment and architectural best practices. It does not execute project code, perform network operations, or modify files. - [SAFE]: The instructions and reference materials align with official Compose Multiplatform development standards. They provide guidance on state management, lifecycle handling, and platform interop without introducing malicious patterns or bypassing safety guidelines.
Audit Metadata