expo-tailwind-setup

Pass

Audited by Gen Agent Trust Hub on Sep 6, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • Installation of External Dependencies: The skill instructs the user to install several packages via npx expo install. These include tailwindcss, nativewind, react-native-css, and utility libraries like tailwind-merge. These are standard, well-known packages in the React Native and Tailwind CSS ecosystems required for the described functionality.
  • Project Configuration Changes: The skill provides snippets for modifying metro.config.js, postcss.config.mjs, and package.json (resolutions). These modifications are intended to configure the build pipeline for Tailwind CSS v4 and are consistent with modern Expo development practices.
  • Component Wrapper Implementation: The provided code for src/tw/index.tsx and other files uses the useCssElement hook from the react-native-css library. This is a legitimate method for applying CSS styles to React Native components at runtime, which is the primary purpose of the skill.
  • Platform-Specific Styling: The global CSS and component logic include platform-specific handling (e.g., @media ios, EXPO_OS checks). These are standard features for cross-platform development and do not involve unauthorized system access.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 6, 2026, 11:17 AM
Security Audit — agent-trust-hub — expo-tailwind-setup