swift-ios-basics
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: CRITICAL
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): Automated scanners flagged "com.app" as a malicious phishing URL. Evidence: Found in SKILL.md in strings like "com.app.refresh" and "com.app.bundleid". Context: These are placeholder bundle identifiers for iOS apps; the skill does not perform any network requests or downloads from this domain.
- [COMMAND_EXECUTION] (SAFE): Includes a shell script and xcrun commands. Evidence: "scripts/setup-project.sh" and "xcrun" calls in documentation. Context: Standard local development tools for directory creation and simulator debugging; no malicious payloads or remote command execution.
- [DATA_EXFILTRATION] (SAFE): No sensitive data access or exfiltration patterns detected. Context: Code demonstrates standard Apple permission APIs for camera and photos with no external data transmission logic.
Recommendations
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata