Trusted — Risk Score 0/100
Last scan:2 days ago Rescan
0 /100
swift-macos
Comprehensive macOS app development with Swift 6.2, SwiftUI, SwiftData, Swift Concurrency, Foundation Models, Swift Testing, ScreenCaptureKit, and app distribution.
Pure documentation/reference skill for macOS Swift development containing only Markdown files and no executable code or scripts.
Skill Nameswift-macos
Duration36.1s
Enginepi
Safe to install
No action needed. This is a safe, read-only reference skill.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file read/write operations; only Markdown documentation present
Network NONE NONE No network calls; only URL references in documentation text
Shell NONE NONE No scripts or executable code; shell commands appear only inside fenced code blo…
Environment NONE NONE No environment variable access in any files
Skill Invoke NONE NONE No cross-skill invocation patterns detected
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser automation
Database NONE NONE No database operations
1 Critical 7 findings
💀
Critical Dangerous Command 危险 Shell 命令
curl -L https://swift.org/install | bash
references/spm-build.md:211
🔗
Medium External URL 外部 URL
https://www.apache.org/licenses/
LICENSE.txt:3
🔗
Medium External URL 外部 URL
https://icloud.developer.apple.com
references/cloudkit-sync.md:139
🔗
Medium External URL 外部 URL
http://www.apple.com/DTDs/PropertyList-1.0.dtd
references/distribution.md:70
🔗
Medium External URL 外部 URL
https://swift.org/install
references/spm-build.md:211
📧
Info Email 邮箱地址
[email protected]
references/distribution.md:162
📧
Info Email 邮箱地址
[email protected]
references/testing.md:135

File Tree

23 files · 222.1 KB · 7961 lines
Markdown 22f · 7799L Text 1f · 162L
├─ 📁 references
│ ├─ 📝 actors-isolation.md Markdown 209L · 4.5 KB
│ ├─ 📝 app-lifecycle.md Markdown 480L · 13.2 KB
│ ├─ 📝 appkit-interop.md Markdown 300L · 8.5 KB
│ ├─ 📝 approachable-concurrency.md Markdown 309L · 9.3 KB
│ ├─ 📝 architecture.md Markdown 307L · 8.3 KB
│ ├─ 📝 async-patterns.md Markdown 288L · 6.6 KB
│ ├─ 📝 cloudkit-sync.md Markdown 185L · 4.8 KB
│ ├─ 📝 container-context.md Markdown 306L · 6.7 KB
│ ├─ 📝 distribution.md Markdown 389L · 10.8 KB
│ ├─ 📝 foundation-models.md Markdown 224L · 5.6 KB
│ ├─ 📝 migration-guide.md Markdown 245L · 5.8 KB
│ ├─ 📝 migrations.md Markdown 277L · 6.8 KB
│ ├─ 📝 models-schema.md Markdown 256L · 5.5 KB
│ ├─ 📝 relationships-predicates.md Markdown 257L · 5.2 KB
│ ├─ 📝 screen-capture-audio.md Markdown 1071L · 36.9 KB
│ ├─ 📝 sendable-safety.md Markdown 274L · 7.7 KB
│ ├─ 📝 spm-build.md Markdown 392L · 11.4 KB
│ ├─ 📝 structured-concurrency.md Markdown 270L · 6.3 KB
│ ├─ 📝 swiftui-macos.md Markdown 314L · 7.6 KB
│ ├─ 📝 system-integration.md Markdown 636L · 18.9 KB
│ └─ 📝 testing.md Markdown 328L · 7.6 KB
├─ 📄 LICENSE.txt Text 162L · 8.9 KB
└─ 📝 SKILL.md Markdown 482L · 15.3 KB

Security Positives

✓ No executable scripts, code, or binary files — entire skill is Markdown documentation
✓ No credential harvesting, sensitive file access, or environment variable enumeration
✓ No obfuscation (no base64, eval, atob, or encoded payloads)
✓ No data exfiltration, C2 communication, or outbound network calls
✓ No supply chain risk — no dependencies, package files, or third-party code
✓ No persistence mechanisms (no cron, startup hooks, or backdoors)
✓ Shell command references (curl|bash to swift.org) appear only inside fenced code blocks as legitimate documentation for the official Swift installation method
✓ SKILL.md frontmatter correctly declares no allowed-tools — consistent with read-only documentation nature