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, andxcrun simctl erase allfound inreferences/build-issues.mdandreferences/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 installandswift package resolveinreferences/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