Xcode

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: xcode Version: 1.0.0 The skill bundle provides troubleshooting information and common fixes for Xcode-related issues. It lists standard diagnostic commands like `xcodebuild`, `xcrun simctl`, and instructions to delete `DerivedData`, all of which are legitimate for an Xcode support skill. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts to subvert the agent's behavior beyond its stated purpose in SKILL.md.

Findings (0)

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.

What this means

If followed without checking, some troubleshooting steps may delete local Xcode caches or simulator data.

Why it was flagged

This is a legitimate Xcode troubleshooting command, but erasing all simulators can remove local simulator app data and state.

Skill content
Simulator stuck — `xcrun simctl shutdown all`, then `xcrun simctl erase all`
Recommendation

Use these cleanup/reset commands only when appropriate, and confirm that losing simulator state or cached build data is acceptable.