weapp-tailwindcss-react-native

Pass

Audited by Gen Agent Trust Hub on Aug 16, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides instructions for installing dependencies using pnpm add @weapp-tailwindcss/react-native and pnpm add -D tailwindcss in references/expo-integration.md. These are standard package management operations for the library's intended use.
  • [DYNAMIC_EXECUTION]: The references/expo-integration.md file contains a validation script (check-native-manifest.mjs) that dynamically executes the generateNativeStylesheet function from the @weapp-tailwindcss/react-native library. This is used for build-time verification of the native stylesheet manifest.
  • [INDIRECT_PROMPT_INJECTION]: The skill configures a workflow that ingests untrusted data by scanning project source files for CSS classes.
  • Ingestion points: Project source files defined by glob patterns such as ./app/**/*.{js,jsx,ts,tsx} and ./src/**/*.{js,jsx,ts,tsx} (defined in SKILL.md and references/expo-integration.md).
  • Boundary markers: None explicitly defined to prevent the agent from processing malicious instructions embedded in source code comments or strings within the scanned files.
  • Capability inventory: The skill interacts with the Metro transformer and Babel JSX transform to generate styles.
  • Sanitization: The skill relies on the internal logic of the @weapp-tailwindcss/react-native compiler to handle CSS class extraction.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 16, 2026, 06:24 AM
Security Audit — agent-trust-hub — weapp-tailwindcss-react-native