swift-diagnostics

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION] (SAFE): The skill references numerous shell commands targeting the Apple developer environment.
  • Evidence: rm -rf ~/Library/Developer/Xcode/DerivedData, killall -9 xcodebuild, and xcrun simctl erase all found in references/build-issues.md and references/build-performance.md.
  • Context: These are standard operations for clearing stale build caches and resetting developer tools. They are localized to developer-specific directories and are consistent with the skill's stated diagnostic purpose.
  • [EXTERNAL_DOWNLOADS] (SAFE): The guides include standard dependency management commands.
  • Evidence: Instructions for pod install and swift package resolve in references/build-issues.md.
  • Context: These commands are used to fetch project dependencies from established registries (CocoaPods/SPM) and do not involve downloading untrusted scripts or executables.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:38 PM