Is ignaciocervino/swiftui-empty-app-init safe?

https://github.com/openclaw/skills/tree/main/skills/ignaciocervino/swiftui-empty-app-init

97
SAFE

This is a legitimate iOS development skill that provides clear instructions for creating minimal SwiftUI projects using XcodeGen. No malicious behavior, prompt injection, or data exfiltration attempts were detected during analysis.

Category Scores

Prompt Injection 95/100 · 30%
Data Exfiltration 95/100 · 25%
Code Execution 100/100 · 20%
Clone Behavior 100/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 95/100 · 5%

Findings (3)

INFO Clear and focused instructions -5

The skill provides clear, legitimate instructions for iOS project initialization using XcodeGen with appropriate safety guards (prerequisite checks, minimal scope).

INFO No external data access -5

The skill focuses solely on local iOS project generation and does not attempt to access or transmit sensitive data.

INFO Well-scoped development tool -5

The skill is appropriately scoped for iOS development project initialization with clear boundaries and safety measures.