swiftui-skills
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to assist with Apple-platform development by providing a local 'source of truth' extracted from Xcode's additional documentation.
- [COMMAND_EXECUTION]: The provided
setup.shscript is a utility for the user to manually extract documentation files from their local Xcode installation. It performs standard file system operations (mkdir,cp,find) and does not require elevated privileges or perform network operations. - [EXTERNAL_DOWNLOADS]: All external URLs within the documentation point to official Apple developer documentation (
developer.apple.com), official language resources (swift.org), or trusted GitHub repositories owned by Apple. These are well-known, trusted sources and do not pose a security risk. - [CREDENTIALS_UNSAFE]: No hardcoded credentials or secrets were found. Code examples in the documentation use standard placeholders like 'YOUR_KEY_ID' or 'path/to/key.p8'.
- [PROMPT_INJECTION]: The system prompts are focused on grounding the AI agent's responses in the provided documentation and do not contain patterns attempting to bypass safety filters or override core agent instructions.
Audit Metadata