rn-visual-testing

Fail

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: CRITICAL
Full Analysis
  • [COMMAND_EXECUTION] (SAFE): The skill utilizes xcrun simctl for iOS simulator management (booting, screenshots, status bar overrides) and npx react-native for app execution. These are standard, documented practices for mobile development.
  • [EXTERNAL_DOWNLOADS] (SAFE): References to npx imply execution of Node.js packages from the official npm registry. While this involves downloading code, it is within the expected behavior of a React Native development workflow and targets a trusted repository.
  • [DATA_EXFILTRATION] (SAFE): Screenshots captured by the scripts are stored in the local home directory (~/screenshots/). There is no evidence of these files being transmitted to external or unauthorized domains.
  • [FALSE_POSITIVE_ALERT] (SAFE): The automated scanner alert for com.app is a false positive. It likely identifies the string fragment within the legitimate macOS system identifier com.apple.springboard.orientation used in the orientation testing section.
Recommendations
  • Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 17, 2026, 06:36 PM