ns-android-window-insets
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill suggests using the Android Debug Bridge (adb) command
adb shell uiautomator dump /sdcard/wd.xml && adb pull /sdcard/wd.xml .to verify UI layout dimensions. This is a standard developer utility for inspecting view hierarchies. - [EXTERNAL_DOWNLOADS]: The skill references official API documentation at
https://docs.nativescript.org/api/classes/View. This is an authoritative resource from the skill's vendor. - [INDIRECT_PROMPT_INJECTION]: The skill provides patterns for handling external data via the
androidOverflowInsetevent. This data is provided by the Android operating system to describe display regions like the status bar and navigation bar. - Ingestion points: Event arguments in the
androidOverflowInsethandler. - Boundary markers: None (standard event handler structure).
- Capability inventory: View property modification and UI tree traversal.
- Sanitization: The skill demonstrates manual extraction and conversion of numeric layout values using
Utils.layout.toDeviceIndependentPixels.
Audit Metadata