Expor Native UI
Analysis
This is an instruction-only Expo/React Native UI guide with no executable skill code; the main things to notice are optional install/package commands and media-permission examples.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
npx add https://github.com/wpank/ai/tree/main/skills/frontend/expo-native-ui
The README offers a user-run npx/GitHub install path rather than a pinned release; this is disclosed and optional, but users should verify the source before running it.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- Eagerly request camera permission - Lazily request media library permission ... const status = await AudioModule.requestRecordingPermissionsAsync();
The media examples demonstrate requesting camera, media library, and microphone permissions in generated apps; this is purpose-aligned for media features but affects device privacy permissions.
